Skip to content

Commit d2fde77

Browse files
Apply translations in de (#157)
at least 80% translated for the source file '/djangocms_alias/locale/en/LC_MESSAGES/django.po' on the 'de' language. Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
1 parent cf6dce5 commit d2fde77

File tree

1 file changed

+15
-7
lines changed
  • djangocms_alias/locale/de/LC_MESSAGES

1 file changed

+15
-7
lines changed

djangocms_alias/locale/de/LC_MESSAGES/django.po

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ msgstr "Alias editieren"
3939

4040
#: cms_plugins.py:66
4141
msgid "Detach Alias"
42-
msgstr ""
42+
msgstr "Alias abtrennen"
4343

4444
#: cms_plugins.py:81 cms_plugins.py:98
4545
msgid "Create Alias"
@@ -199,7 +199,7 @@ msgstr "Version-Status"
199199

200200
#: models.py:40
201201
msgid "Default"
202-
msgstr ""
202+
msgstr "Vorgabe"
203203

204204
#: models.py:53 models.py:269
205205
msgid "name"
@@ -211,23 +211,23 @@ msgstr "Kategorien"
211211

212212
#: models.py:76
213213
msgid "by template"
214-
msgstr ""
214+
msgstr "nach Vorlage"
215215

216216
#: models.py:77
217217
msgid "by code"
218-
msgstr ""
218+
msgstr "nach Code"
219219

220220
#: models.py:80
221221
msgid "creation_method"
222-
msgstr ""
222+
msgstr "Erstellungsmethode"
223223

224224
#: models.py:90
225225
msgid "position"
226226
msgstr "Position"
227227

228228
#: models.py:94
229229
msgid "static code"
230-
msgstr ""
230+
msgstr "statischer Code"
231231

232232
#: models.py:98
233233
msgid "To render the alias in templates."
@@ -272,6 +272,10 @@ msgid ""
272272
" Please request your site admin to add permissions to delete alias, or "
273273
"delete alias from all places that it being used."
274274
msgstr ""
275+
"Sie haben keine Berechtigung, %(object_name)s \"%(escaped_object)s\" zu "
276+
"löschen. Bitte fragen Sie Ihren Administrator, Ihnen die Rechte zum Löschen "
277+
"von Aliasen zu erteilen. Oder löschen Sie die alle Plugins, die das Alias "
278+
"benutzen."
275279

276280
#: templates/admin/djangocms_alias/alias/delete_confirmation.html:11
277281
#, python-format
@@ -297,7 +301,7 @@ msgstr "Ja, ich bin sicher!"
297301
#: templates/admin/djangocms_alias/alias/delete_confirmation.html:37
298302
#: templates/djangocms_alias/detach_alias.html:17
299303
msgid "No, take me back"
300-
msgstr ""
304+
msgstr "Nein, zurück!"
301305

302306
#: templates/djangocms_alias/add_alias.html:5
303307
msgid "Add alias"
@@ -309,6 +313,8 @@ msgid ""
309313
"Are you sure you want to add alias <a "
310314
"href=\"%(alias.get_absolute_url)s\">%(alias_name)s</a>?"
311315
msgstr ""
316+
"Sind Sie sicher, dass Sie Alias <a "
317+
"href=\"%(alias.get_absolute_url)s\">%(alias_name)s</a> hinzufügen wollen?"
312318

313319
#: templates/djangocms_alias/add_alias.html:28
314320
msgid "Add"
@@ -345,6 +351,8 @@ msgstr[1] "Bitte korrigieren Sie die Fehler unten."
345351
msgid ""
346352
"Are you sure you want to detach the %(object_name)s \"%(escaped_object)s\"?"
347353
msgstr ""
354+
"Sind Sie sicher, dass Sie %(object_name)s \"%(escaped_object)s\" abtrennen "
355+
"wollen? "
348356

349357
#: views.py:297
350358
msgid "Objects using alias: {}"

0 commit comments

Comments
 (0)