-
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
2 changed files
with
54 additions
and
58 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 |
---|---|---|
|
@@ -8,8 +8,8 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-05 10:30+0200\n" | ||
"PO-Revision-Date: 2024-07-05 10:28+0200\n" | ||
"POT-Creation-Date: 2024-07-04 15:06+0200\n" | ||
"PO-Revision-Date: 2024-07-06 20:13+0200\n" | ||
"Last-Translator: Anonymous User <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
|
@@ -18,18 +18,6 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Translated-Using: traduire 0.0.1\n" | ||
|
||
#: accounts/apps.py | ||
msgid "Authentication" | ||
msgstr "Authentifizierung" | ||
|
||
#: accounts/models.py | ||
msgid "full name" | ||
msgstr "Name" | ||
|
||
#: accounts/models.py | ||
msgid "token" | ||
msgstr "Token" | ||
|
||
#: app/settings.py | ||
msgid "English" | ||
msgstr "Englisch" | ||
|
@@ -38,14 +26,6 @@ msgstr "Englisch" | |
msgid "German" | ||
msgstr "Deutsch" | ||
|
||
#: app/settings.py | ||
msgid "default" | ||
msgstr "standard" | ||
|
||
#: app/settings.py | ||
msgid "projects manager" | ||
msgstr "Projektmanager:in" | ||
|
||
#: app/templates/404.html | ||
msgid "This page was not found" | ||
msgstr "Diese Seite wurde nicht gefunden" | ||
|
@@ -131,24 +111,18 @@ msgstr "Konto" | |
msgid "Log out" | ||
msgstr "Abmelden" | ||
|
||
#: app/templates/projects/projects.html | ||
#: app/templates/registration/password_change_done.html | ||
#: app/templates/registration/password_change_form.html | ||
#: app/templates/projects/projects.html app/templates/registration/password_change_done.html app/templates/registration/password_change_form.html | ||
msgid "Change password" | ||
msgstr "Passwort ändern" | ||
|
||
#: app/templates/registration/login.html app/templates/registration/password_reset_complete.html app/templates/registration/password_reset_confirm.html app/templates/registration/password_reset_done.html app/templates/registration/password_reset_form.html | ||
msgid "Reset password" | ||
msgstr "Passwort zurücksetzen" | ||
|
||
#: app/templates/registration/login.html | ||
msgid "Login" | ||
msgstr "Anmelden" | ||
|
||
#: app/templates/registration/login.html | ||
#: app/templates/registration/password_reset_complete.html | ||
#: app/templates/registration/password_reset_confirm.html | ||
#: app/templates/registration/password_reset_done.html | ||
#: app/templates/registration/password_reset_form.html | ||
msgid "Reset password" | ||
msgstr "Passwort zurücksetzen" | ||
|
||
#: app/templates/registration/password_change_done.html | ||
msgid "Your password was changed." | ||
msgstr "Ihr Passwort wurde geändert." | ||
|
@@ -157,9 +131,7 @@ msgstr "Ihr Passwort wurde geändert." | |
msgid "Please enter your old password, for security’s sake, and then enter your new password twice so we can verify you typed it in correctly." | ||
msgstr "Bitte geben Sie zur Sicherheit Ihr altes Passwort ein und geben Sie dann Ihr neues Passwort zweimal ein, damit wir überprüfen können, ob Sie es richtig eingegeben haben." | ||
|
||
#: app/templates/registration/password_change_form.html | ||
#: app/templates/registration/password_reset_confirm.html | ||
#: app/templates/registration/password_reset_form.html | ||
#: app/templates/registration/password_change_form.html app/templates/registration/password_reset_confirm.html app/templates/registration/password_reset_form.html | ||
msgid "Submit" | ||
msgstr "Abschicken" | ||
|
||
|
@@ -209,6 +181,34 @@ msgstr "Das Team von %(site_name)s" | |
msgid "explicit users" | ||
msgstr "Explizite Accounts" | ||
|
||
#: projects/models.py | ||
msgid "name" | ||
msgstr "Name" | ||
|
||
#: projects/models.py | ||
msgid "slug" | ||
msgstr "Slug" | ||
|
||
#: projects/models.py | ||
msgid "users" | ||
msgstr "Nutzer:innen" | ||
|
||
#: projects/models.py | ||
msgid "project" | ||
msgstr "Projekt" | ||
|
||
#: projects/models.py | ||
msgid "language" | ||
msgstr "Sprache" | ||
|
||
#: projects/models.py | ||
msgid "domain" | ||
msgstr "Domäne" | ||
|
||
#: projects/models.py | ||
msgid "catalog" | ||
msgstr "Katalog" | ||
|
||
#: projects/forms.py | ||
msgid "Pending" | ||
msgstr "Nicht erledigt" | ||
|
@@ -237,30 +237,26 @@ msgstr[1] "Erfolgreich {count} Eintrag aktualisiert." | |
msgid "No changes detected." | ||
msgstr "Keine Änderungen festgestellt." | ||
|
||
#: projects/models.py | ||
msgid "name" | ||
msgstr "Name" | ||
|
||
#: projects/models.py | ||
msgid "slug" | ||
msgstr "Slug" | ||
#: app/settings.py | ||
msgid "default" | ||
msgstr "standard" | ||
|
||
#: projects/models.py | ||
msgid "users" | ||
msgstr "Nutzer:innen" | ||
#: app/settings.py | ||
msgid "projects manager" | ||
msgstr "Projektmanager:in" | ||
|
||
#: projects/models.py | ||
msgid "project" | ||
msgstr "Projekt" | ||
#: accounts/models.py | ||
msgid "token" | ||
msgstr "Token" | ||
|
||
#: projects/models.py | ||
msgid "language" | ||
msgstr "Sprache" | ||
#: accounts/models.py | ||
msgid "full name" | ||
msgstr "Name" | ||
|
||
#: projects/models.py | ||
msgid "domain" | ||
msgstr "Domäne" | ||
#: accounts/apps.py | ||
msgid "Authentication" | ||
msgstr "Authentifizierung" | ||
|
||
#: projects/models.py | ||
msgid "catalog" | ||
msgstr "Katalog" | ||
#: app/templates/registration/login.html | ||
msgid "Single sign on" | ||
msgstr "Anmeldung per SSO" |