Skip to content

Commit

Permalink
Translate django.po in de (#330)
Browse files Browse the repository at this point in the history
100% translated source file: 'django.po'
on the 'de' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Fabian Braun <fsbraun@gmx.de>
  • Loading branch information
transifex-integration[bot] and fsbraun authored May 15, 2023
1 parent e7744d1 commit 16e3e94
Showing 1 changed file with 22 additions and 33 deletions.
55 changes: 22 additions & 33 deletions djangocms_versioning/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ msgstr ""
"POT-Creation-Date: 2023-05-05 17:59+0200\n"
"PO-Revision-Date: 2023-01-10 15:29+0000\n"
"Last-Translator: Fabian Braun <fsbraun@gmx.de>, 2023\n"
"Language-Team: German (https://www.transifex.com/divio/teams/58664/de/)\n"
"Language: de\n"
"Language-Team: German (https://app.transifex.com/divio/teams/58664/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -59,7 +58,7 @@ msgstr "Inhalt"

#: admin.py:649
msgid "locked"
msgstr ""
msgstr "gesperrt"

#: admin.py:679 templates/djangocms_versioning/admin/icons/archive_icon.html:3
msgid "Archive"
Expand Down Expand Up @@ -90,7 +89,7 @@ msgstr "Verwerfen"

#: admin.py:829 cms_toolbars.py:153
msgid "Unlock"
msgstr ""
msgstr "Entsperren"

#: admin.py:856
msgid "Exactly two versions need to be selected."
Expand Down Expand Up @@ -133,16 +132,12 @@ msgid "The last version has been deleted"
msgstr "Die neueste Version wurde gelöscht"

#: admin.py:1255
#, fuzzy
#| msgid "You do not have permission to copy these plugins."
msgid "You do not have permission to remove the version lock"
msgstr "Keine Erlaubnis, diese Plugins zu kopieren."
msgstr "Keine Berechtigung vorhanden, um die Sperrung der Version aufzuheben."

#: admin.py:1260
#, fuzzy
#| msgid "Version unpublished"
msgid "Version unlocked"
msgstr "Veröffentlichung aufgehoben"
msgstr "Version entsperrt"

#: admin.py:1309
#, python-brace-format
Expand Down Expand Up @@ -230,12 +225,12 @@ msgstr "Verändert"

#: emails.py:38
msgid "Unlocked"
msgstr ""
msgstr "Entsperrt"

#: indicators.py:35
#, python-format
msgid "Unlock (%(message)s)"
msgstr ""
msgstr "Entsperren (%(message)s)"

#: indicators.py:47
msgid "Create new draft"
Expand Down Expand Up @@ -264,12 +259,12 @@ msgstr "Version ist kein Entwurf"
#: models.py:32
#, python-brace-format
msgid "Action Denied. The latest version is locked by {user}"
msgstr ""
msgstr "Aktion verweigert. Die aktuelle Version ist von {user} gesperrt."

#: models.py:33
#, python-brace-format
msgid "Action Denied. The draft version is locked by {user}"
msgstr ""
msgstr "Aktion verweigert. Der Entwurf ist von {user} gesperrt."

#: models.py:88
msgid "Created"
Expand All @@ -285,7 +280,7 @@ msgstr "Status"

#: models.py:108
msgid "locked by"
msgstr ""
msgstr "gesperrt von"

#: models.py:117
msgid "source"
Expand All @@ -304,7 +299,7 @@ msgstr "Version #{number} ({state})"
#: models.py:144
#, python-format
msgid "Locked by %(user)s"
msgstr ""
msgstr "Gesperrt von %(user)s"

#: models.py:276 models.py:325
msgid "Version is not in draft state"
Expand All @@ -323,16 +318,12 @@ msgid "Version is not in draft or published state"
msgstr "Version ist weder ein Entwurf noch veröffentlicht"

#: models.py:465
#, fuzzy
#| msgid "Version archived"
msgid "Version is already locked"
msgstr "Version archiviert"
msgstr "Version bereits gesperrt"

#: models.py:471
#, fuzzy
#| msgid "Version is not a draft"
msgid "Draft version is not locked"
msgstr "Version ist kein Entwurf"
msgstr "Entwurf ist nicht gesperrt"

#: templates/admin/djangocms_versioning/versioning_breadcrumbs.html:3
#: templates/djangocms_versioning/admin/grouper_form.html:9
Expand Down Expand Up @@ -498,17 +489,15 @@ msgid ""
"The following draft version has been unlocked by %(by_user)s for their use.\n"
"%(version_link)s\n"
"\n"
"Please note you will not be able to further edit this draft. Kindly reach "
"out to %(by_user)s in case of any concerns.\n"
"Please note you will not be able to further edit this draft. Kindly reach out to %(by_user)s in case of any concerns.\n"
"\n"
"This is an automated notification from Django CMS.\n"
msgstr ""

#~ msgid "actions"
#~ msgstr "Aktionen"

#~ msgid "version number"
#~ msgstr "Version"

#~ msgid "Delete Changes"
#~ msgstr "Änderungen löschen"
"\n"
"Der folgende Entwurf wurde von %(by_user)s entsperrt.\n"
"\n"
"%(version_link)s\n"
"\n"
"Bitte beachte, dass Du diesen Entwurf nicht mehr ändern kannst. Bitte kontaktiere %(by_user)s für Rückfragen.\n"
"\n"
"Dies ist eine automatisierte Nachricht von Django CMS.\n"

0 comments on commit 16e3e94

Please sign in to comment.