From 61246bb794e61dcb8e305f7e6730f184b5317620 Mon Sep 17 00:00:00 2001
From: Kara Engelhardt
Date: Mon, 6 May 2024 14:33:41 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Update=20translation=20files?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
froide/foirequest/views/make_request.py | 2 +-
.../0047_alter_classification_options.py | 19 ++++
froide/publicbody/models.py | 4 +-
locale/de/LC_MESSAGES/django.po | 91 +++++++++----------
4 files changed, 65 insertions(+), 51 deletions(-)
create mode 100644 froide/publicbody/migrations/0047_alter_classification_options.py
diff --git a/froide/foirequest/views/make_request.py b/froide/foirequest/views/make_request.py
index 9cfcbebee..a3580dcdf 100644
--- a/froide/foirequest/views/make_request.py
+++ b/froide/foirequest/views/make_request.py
@@ -280,7 +280,7 @@ def get_js_context(self):
)
% {"format": _("Street address,\nPost Code, City")},
"includeProof": _("Attach a proof of identity"),
- 'addMoreAuthorities': _('Add more authorities'),
+ "addMoreAuthorities": _("Add more authorities"),
},
"regex": {
"greetings": [_("Dear Sir or Madam")],
diff --git a/froide/publicbody/migrations/0047_alter_classification_options.py b/froide/publicbody/migrations/0047_alter_classification_options.py
new file mode 100644
index 000000000..9b2e10662
--- /dev/null
+++ b/froide/publicbody/migrations/0047_alter_classification_options.py
@@ -0,0 +1,19 @@
+# Generated by Django 4.2.4 on 2024-05-06 12:32
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+ dependencies = [
+ ("publicbody", "0046_foilawtranslation_overdue_reply"),
+ ]
+
+ operations = [
+ migrations.AlterModelOptions(
+ name="classification",
+ options={
+ "verbose_name": "Classification",
+ "verbose_name_plural": "Classifications",
+ },
+ ),
+ ]
diff --git a/froide/publicbody/models.py b/froide/publicbody/models.py
index 753e90e4b..c6c0a6ac7 100644
--- a/froide/publicbody/models.py
+++ b/froide/publicbody/models.py
@@ -330,8 +330,8 @@ class Classification(MP_Node):
objects = ClassificationManager()
class Meta:
- verbose_name = _("classification")
- verbose_name_plural = _("classifications")
+ verbose_name = _("Classification")
+ verbose_name_plural = _("Classifications")
def __str__(self):
return self.name
diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po
index e2e31e18f..f389d23db 100644
--- a/locale/de/LC_MESSAGES/django.po
+++ b/locale/de/LC_MESSAGES/django.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: froide\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-26 16:54+0200\n"
-"PO-Revision-Date: 2024-04-15 15:08+0000\n"
+"POT-Creation-Date: 2024-05-06 14:44+0200\n"
+"PO-Revision-Date: 2024-05-06 14:46+0200\n"
"Last-Translator: krmax44 \n"
"Language-Team: German \n"
@@ -25,7 +25,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.14.2\n"
+"X-Generator: Poedit 3.3.2\n"
#: froide/accesstoken/apps.py
msgid "Secret Access Token"
@@ -787,16 +787,7 @@ msgstr ""
"Mail. Sie müssen dann nichts weiter tun."
#: froide/account/templates/account/emails/confirmation_mail.html
-#, fuzzy, python-format
-#| msgid ""
-#| "Hello %(name)s,
\n"
-#| "\n"
-#| "This is an email from %(site_name)s to confirm your email address.
\n"
-#| "Please visit the link below:
\n"
-#| "Click here to confirm your email address"
-#| "a>
\n"
-#| "\n"
+#, python-format
msgid ""
"Hello %(name)s,\n"
"\n"
@@ -1246,10 +1237,6 @@ msgstr ""
" "
#: froide/account/templates/account/settings.html
-#, fuzzy
-#| msgid ""
-#| "This account-wide setting cannot be undone.
Your account will "
-#| "stay private once you set it to private."
msgid ""
"This account-wide setting cannot be undone.
Your account will "
"stay private once you set it to private."
@@ -1797,8 +1784,7 @@ msgid "Write a comment"
msgstr "Schreiben Sie einen Kommentar"
#: froide/comments/templates/froide_comments/comments.html
-#, fuzzy, python-format
-#| msgid "Please login to write a comment."
+#, python-format
msgid "Please login to write a comment."
msgstr ""
"Bitte melden Sie sich an, um Kommentare zu lesen "
@@ -2597,8 +2583,7 @@ msgstr "alle Kategorien"
msgid "all classifications"
msgstr "Alle Behördentypen"
-#: froide/foirequest/filters.py froide/foirequest/views/make_request.py
-#: froide/publicbody/filters.py froide/publicbody/models.py
+#: froide/foirequest/filters.py froide/publicbody/filters.py
msgid "classification"
msgstr "Behördentyp"
@@ -4833,7 +4818,6 @@ msgid "Only visible to you"
msgstr "Nur für Sie sichtbar"
#: froide/foirequest/templates/foirequest/body/message/meta_container.html
-#: froide/foirequest/views/make_request.py
msgid "change"
msgstr "ändern"
@@ -6966,7 +6950,7 @@ msgid "close"
msgstr "Schließen"
#: froide/foirequest/views/make_request.py
-msgid "make request"
+msgid "Make request"
msgstr "Anfrage stellen"
#: froide/foirequest/views/make_request.py
@@ -7003,27 +6987,32 @@ msgid "Jurisdictions"
msgstr "Zuständigkeitsbereiche"
#: froide/foirequest/views/make_request.py
-msgid "topic"
+msgid "Topic"
msgstr "Thema"
#: froide/foirequest/views/make_request.py
-msgid "topics"
+msgid "Topics"
msgstr "Themen"
+#: froide/foirequest/views/make_request.py froide/publicbody/forms.py
+#: froide/publicbody/models.py
+msgid "Classification"
+msgstr "Behörden-Typ"
+
#: froide/foirequest/views/make_request.py froide/publicbody/models.py
-msgid "classifications"
-msgstr "Behördentypen"
+msgid "Classifications"
+msgstr "Behörden-Typen"
#: froide/foirequest/views/make_request.py
-msgid "part of administrative region"
+msgid "Part of administrative region"
msgstr "Teil von Verwaltungseinheit"
#: froide/foirequest/views/make_request.py
-msgid "part of administrative regions"
+msgid "Part of administrative regions"
msgstr "Teil von Verwaltungseinheiten"
#: froide/foirequest/views/make_request.py
-msgid "type of administrative unit"
+msgid "Type of administrative unit"
msgstr "Art der Verwaltungseinheit"
#: froide/foirequest/views/make_request.py
@@ -7031,6 +7020,13 @@ msgstr "Art der Verwaltungseinheit"
msgid "To: {name}"
msgstr "An: {name}"
+#: froide/foirequest/views/make_request.py
+#: froide/organization/templates/organization/organization_update_form.html
+#: froide/publicbody/templates/publicbody/show.html
+#: froide/team/templates/team/team_detail.html
+msgid "Change"
+msgstr "Ändern"
+
#: froide/foirequest/views/make_request.py
msgid "Search..."
msgstr "Suchen..."
@@ -7224,6 +7220,10 @@ msgstr "Bitte geben Sie eine Adresse in diesem Format an: %(format)s"
msgid "Attach a proof of identity"
msgstr "Identitätsnachweis beifügen"
+#: froide/foirequest/views/make_request.py
+msgid "Add more authorities"
+msgstr "weitere Behörden hinzufügen"
+
#: froide/foirequest/views/make_request.py
msgid "Kind Regards"
msgstr "Mit freundlichen Grüßen"
@@ -8647,12 +8647,6 @@ msgstr "Funktion"
msgid "– that's you!"
msgstr "– das sind Sie!"
-#: froide/organization/templates/organization/organization_update_form.html
-#: froide/publicbody/templates/publicbody/show.html
-#: froide/team/templates/team/team_detail.html
-msgid "Change"
-msgstr "Ändern"
-
#: froide/organization/templates/organization/organization_update_form.html
#: froide/team/templates/team/team_detail.html
msgid "Roles"
@@ -9440,10 +9434,6 @@ msgstr "Andere Kontakt-Infos"
msgid "Other contact info like phone numbers or opening hours."
msgstr "Andere Kontakt-Infos wie Telefonnummer oder Öffnungszeiten."
-#: froide/publicbody/forms.py
-msgid "Classification"
-msgstr "Behörden-Typ"
-
#: froide/publicbody/forms.py
msgid ""
"Try finding a matching classification for this authority. If you cannot find "
@@ -9920,8 +9910,7 @@ msgid "No geo region available for these public bodies"
msgstr "Keine Georegionen für diese Behörden verfügbar"
#: froide/publicbody/templates/publicbody/jurisdiction.html
-#, fuzzy, python-format
-#| msgid "Freedom of Information
in %(name)s"
+#, python-format
msgid "Freedom of Information
in %(name)s"
msgstr "Informationsfreiheit
in %(name)s"
@@ -11566,6 +11555,18 @@ msgctxt "url part"
msgid "jurisdiction//"
msgstr "zustaendigkeit//"
+#~ msgid "make request"
+#~ msgstr "Anfrage stellen"
+
+#~ msgid "topic"
+#~ msgstr "Thema"
+
+#~ msgid "topics"
+#~ msgstr "Themen"
+
+#~ msgid "classifications"
+#~ msgstr "Behördentypen"
+
#~ msgid "URL copied"
#~ msgstr "URL kopiert"
@@ -13349,9 +13350,6 @@ msgstr "zustaendigkeit//"
#~ msgid "Show all public bodies"
#~ msgstr "Zeige alle Behörden"
-#~ msgid "Topics"
-#~ msgstr "Themen"
-
#~ msgid "Search Results for \"%(query)s\""
#~ msgstr "Suchergebnisse für „%(query)s“"
@@ -13956,9 +13954,6 @@ msgstr "zustaendigkeit//"
#~ msgid "Rank"
#~ msgstr "Rank"
-#~ msgid "Topic"
-#~ msgstr "Topic"
-
#~ msgid "Public Bodies by Topic"
#~ msgstr "Public Bodies by Topic"