-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
51 additions
and
49 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ msgstr "" | |
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-04 15:06+0200\n" | ||
"PO-Revision-Date: 2024-08-09 14:32+0200\n" | ||
"PO-Revision-Date: 2024-08-26 08:53+0200\n" | ||
"Last-Translator: Anonymous User <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
|
@@ -324,7 +324,6 @@ msgid "An account with the email address {email} exists already." | |
msgstr "Es existiert bereits ein Konto mit der E-Mail-Adresse {email}." | ||
|
||
#: accounts/views.py | ||
#| msgid "Error while fetching user data. Please try again." | ||
msgid "Verified user data couldn't be found. Please try again." | ||
msgstr "Es konnten keine verifizierten Benutzerdaten gefunden werden. Bitte versuchen Sie es erneut." | ||
|
||
|
@@ -350,7 +349,6 @@ msgid "Site administration" | |
msgstr "Verwaltung der Website" | ||
|
||
#: projects/models.py | ||
#| msgid "created at" | ||
msgid "user created" | ||
msgstr "Nutzer:in erstellt" | ||
|
||
|
@@ -359,22 +357,18 @@ msgid "user logged in" | |
msgstr "Nutzer:in angemeldet" | ||
|
||
#: projects/models.py | ||
#| msgid "created at" | ||
msgid "created project" | ||
msgstr "Projekt erstellt" | ||
|
||
#: projects/models.py | ||
#| msgid "projects manager" | ||
msgid "project access granted" | ||
msgstr "Projektzugriff erteilt" | ||
|
||
#: projects/models.py | ||
#| msgid "created at" | ||
msgid "created catalog" | ||
msgstr "Katalog erstellt" | ||
|
||
#: projects/models.py | ||
#| msgid "updated at" | ||
msgid "updated catalog" | ||
msgstr "Katalog aktualisiert" | ||
|
||
|
@@ -383,17 +377,14 @@ msgid "submitted catalog" | |
msgstr "Katalog eingereicht" | ||
|
||
#: projects/models.py | ||
#| msgid "catalog" | ||
msgid "replaced catalog" | ||
msgstr "Katalog ersetzt" | ||
|
||
#: projects/models.py | ||
#| msgid "catalog" | ||
msgid "deleted catalog" | ||
msgstr "Katalog gelöscht" | ||
|
||
#: projects/models.py | ||
#| msgid "users" | ||
msgid "user" | ||
msgstr "Nutzer:in" | ||
|
||
|
@@ -402,17 +393,14 @@ msgid "action" | |
msgstr "Aktion" | ||
|
||
#: projects/models.py | ||
#| msgid "users" | ||
msgid "user string" | ||
msgstr "Beschreibung der Nutzer:in" | ||
|
||
#: projects/models.py | ||
#| msgid "projects" | ||
msgid "project string" | ||
msgstr "Beschreibung des Projektes" | ||
|
||
#: projects/models.py | ||
#| msgid "catalogs" | ||
msgid "catalog string" | ||
msgstr "Beschreibung des Katalogs" | ||
|
||
|
@@ -424,6 +412,18 @@ msgstr "Event" | |
msgid "events" | ||
msgstr "Events" | ||
|
||
#: app/settings.py | ||
msgid "French" | ||
msgstr "Französisch" | ||
|
||
#: app/templates/projects/project.html | ||
msgid "Export" | ||
msgstr "Exportieren" | ||
|
||
#: app/templates/projects/project.html | ||
msgid "Export messages as CSV" | ||
msgstr "Einträge als CSV exportieren" | ||
|
||
#, python-brace-format | ||
#~ msgid "No user with email address {email} found and email address isn't automatically allowed." | ||
#~ msgstr "Kein Benutzer mit E-Mail-Adresse {email} gefunden und E-Mail-Adresse ist nicht automatisch erlaubt." | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ msgstr "" | |
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-08-09 14:25+0200\n" | ||
"PO-Revision-Date: 2024-08-09 14:34+0200\n" | ||
"PO-Revision-Date: 2024-08-26 08:54+0200\n" | ||
"Last-Translator: Anonymous User <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
|
@@ -298,8 +298,8 @@ msgstr "Avec {count} éléments" | |
#, python-brace-format | ||
msgid "Successfully updated {count} message." | ||
msgid_plural "Successfully updated {count} messages." | ||
msgstr[0] "Mise à jour réussie de {count} messages." | ||
msgstr[1] "Mise à jour réussie de {count} messages." | ||
msgstr[0] "Mise à jour réussie de {count} entrées." | ||
msgstr[1] "Mise à jour réussie de {count} entrée." | ||
|
||
#: projects/forms.py | ||
msgid "No changes detected." | ||
|
@@ -412,3 +412,15 @@ msgstr "événement" | |
#: projects/models.py | ||
msgid "events" | ||
msgstr "événements" | ||
|
||
#: app/settings.py | ||
msgid "French" | ||
msgstr "Français" | ||
|
||
#: app/templates/projects/project.html | ||
msgid "Export" | ||
msgstr "Exportation" | ||
|
||
#: app/templates/projects/project.html | ||
msgid "Export messages as CSV" | ||
msgstr "Exporter les entrées au format CSV" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters