Skip to content

Added german translation #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added admin_interface/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
304 changes: 304 additions & 0 deletions admin_interface/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,304 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-04 22:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: admin_interface/admin.py:29
msgid "Environment"
msgstr "Umgebung"

#: admin_interface/admin.py:41
msgid "Language chooser"
msgstr "Sprachauswahl"

#: admin_interface/admin.py:52
msgid "Logo"
msgstr "Logo"

#: admin_interface/admin.py:64
msgid "Favicon"
msgstr "Favicon"

#: admin_interface/admin.py:66
msgid "Title"
msgstr "Titel"

#: admin_interface/admin.py:77
msgid "Header"
msgstr "Header"

#: admin_interface/admin.py:89
msgid "Breadcrumbs / Module headers"
msgstr "Breadcrumbs / Modul-Header"

#: admin_interface/admin.py:104
msgid "Generic Links"
msgstr "Generische Links"

#: admin_interface/admin.py:114
msgid "Save Buttons"
msgstr "Speichern-Buttons"

#: admin_interface/admin.py:125
msgid "Delete Buttons"
msgstr "Löschen-Buttons"

#: admin_interface/admin.py:135
msgid "Navigation Bar"
msgstr "Navigationsleiste"

#: admin_interface/admin.py:137
msgid "Related Modal"
msgstr "Modal für verwandte Objekte"

#: admin_interface/admin.py:150
msgid "Form Controls"
msgstr "Formularsteuerung"

#: admin_interface/admin.py:160
msgid "List Filter"
msgstr "Filteranzeige"

#: admin_interface/admin.py:172
msgid "Change Form"
msgstr "Änderungsformular"

#: admin_interface/admin.py:182
msgid "Recent Actions"
msgstr "Neueste Aktionen"

#: admin_interface/apps.py:8
msgid "Admin Interface"
msgstr "Admin-Oberfläche"

#: admin_interface/models.py:60 admin_interface/models.py:130
#: admin_interface/models.py:165
msgid "name"
msgstr "Name"

#: admin_interface/models.py:64 admin_interface/models.py:151
#: admin_interface/models.py:308
msgid "active"
msgstr "aktiv"

#: admin_interface/models.py:69
#: admin_interface/templates/admin/base_site.html:6
#: admin_interface/templates/admin/base_site.html:166
msgid "Django administration"
msgstr "Django-Administration"

#: admin_interface/models.py:71
msgid "title"
msgstr "Titel"

#: admin_interface/models.py:78 admin_interface/models.py:101
#: admin_interface/models.py:138
msgid "color"
msgstr "Farbe"

#: admin_interface/models.py:82 admin_interface/models.py:115
#: admin_interface/models.py:377
msgid "visible"
msgstr "sichtbar"

#: admin_interface/models.py:93
msgid "Leave blank to use the default Django logo"
msgstr "Dieses Feld leer lassen um das Django Standard Logo zu benutzen"

#: admin_interface/models.py:94
msgid "logo"
msgstr "Logo"

#: admin_interface/models.py:106
msgid "max width"
msgstr "maximale Breite"

#: admin_interface/models.py:111
msgid "max height"
msgstr "maximale Höhe"

#: admin_interface/models.py:126
msgid "(.ico|.png|.gif - 16x16|32x32 px)"
msgstr "(.ico|.png|.gif - 16x16|32x32 px)"

#: admin_interface/models.py:127
msgid "favicon"
msgstr "Favicon"

#: admin_interface/models.py:135
msgid ""
"(red: #E74C3C, orange: #E67E22, yellow: #F1C40F, green: #2ECC71, blue: "
"#3498DB)"
msgstr ""
"(rot: #E74C3C, orange: #E67E22, gelb: #F1C40F, grün: #2ECC71, blau: #3498DB)"

#: admin_interface/models.py:142
msgid "visible in header (marker and name)"
msgstr "sichtbar im Header (Marker und Name)"

#: admin_interface/models.py:146
msgid "visible in favicon (marker)"
msgstr "sichtbar im Favicon (Marker)"

#: admin_interface/models.py:154
msgid "Default Select"
msgstr "normale Auswahl"

#: admin_interface/models.py:155
msgid "Minimal Select"
msgstr "minimale Auswahl"

#: admin_interface/models.py:161
msgid "control"
msgstr "Regler"

#: admin_interface/models.py:164
msgid "code"
msgstr "Code"

#: admin_interface/models.py:171
msgid "display"
msgstr "Anzeige"

#: admin_interface/models.py:179 admin_interface/models.py:208
#: admin_interface/models.py:269 admin_interface/models.py:291
#: admin_interface/models.py:314
msgid "background color"
msgstr "Hintergrundfarbe"

#: admin_interface/models.py:186 admin_interface/models.py:222
#: admin_interface/models.py:283 admin_interface/models.py:305
msgid "text color"
msgstr "Textfarbe"

#: admin_interface/models.py:193 admin_interface/models.py:229
#: admin_interface/models.py:254
msgid "link color"
msgstr "Linkfarbe"

#: admin_interface/models.py:200 admin_interface/models.py:243
#: admin_interface/models.py:261
msgid "link hover color"
msgstr "Linkfarbe beim Überfahren"

#: admin_interface/models.py:215
msgid "background selected color"
msgstr "Hintergrundfarbe bei Auswahl"

#: admin_interface/models.py:236
msgid "link selected color"
msgstr "Linkfarbe bei Auswahl"

#: admin_interface/models.py:246 admin_interface/models.py:336
msgid "rounded corners"
msgstr "abgerundete Ecken"

#: admin_interface/models.py:276 admin_interface/models.py:298
msgid "background hover color"
msgstr "Hintergrundfarbe beim Überfahren"

#: admin_interface/models.py:332
msgid "background opacity"
msgstr "Deckkraft des Hintergrunds"

#: admin_interface/models.py:340
msgid "close button visible"
msgstr "Schließen-Schalter sichtbar"

#: admin_interface/models.py:345
msgid "highlight active"
msgstr "Aktiv hervorheben"

#: admin_interface/models.py:349
msgid "use dropdown"
msgstr "Dropdown-Liste nutzen"

#: admin_interface/models.py:353
msgid "sticky position"
msgstr "angeheftete Position"

#: admin_interface/models.py:357
msgid "quick remove links for active filters at top of sidebar"
msgstr "Schnellentfernung für aktive Filter oben in der Seitenleiste"

#: admin_interface/models.py:362
msgid "foldable apps"
msgstr "einklappbare Apps"

#: admin_interface/models.py:367
msgid "fieldsets as tabs"
msgstr "Fieldsets als Tabs"

#: admin_interface/models.py:372
msgid "inlines as tabs"
msgstr "Inlines als Tabs"

#: admin_interface/models.py:382
msgid "sticky submit"
msgstr "angeheftete Schaltfläche"

#: admin_interface/models.py:386
msgid "sticky pagination"
msgstr "angeheftete Seitennummerierung"

#: admin_interface/models.py:395
msgid "Theme"
msgstr "Thema"

#: admin_interface/models.py:396
msgid "Themes"
msgstr "Themen"

#: admin_interface/templates/admin/change_list.html:8
msgid "Filter"
msgstr ""

#. Translators: don't translate this, the django catalog already contains it
#: admin_interface/templates/admin/change_list.html:14
#: admin_interface/templates/admin/change_list.html:19
msgid "Clear all filters"
msgstr ""

#: admin_interface/templates/admin/edit_inline/headerless_stacked.html:11
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html:31
msgid "Change"
msgstr ""

#: admin_interface/templates/admin/edit_inline/headerless_stacked.html:11
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html:31
msgid "View"
msgstr ""

#: admin_interface/templates/admin/edit_inline/headerless_stacked.html:13
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html:33
msgid "View on site"
msgstr ""

#: admin_interface/templates/admin/edit_inline/headerless_tabular.html:17
msgid "Delete?"
msgstr ""

#: admin_interface/templates/admin/filter.html:13
#: admin_interface/templates/admin_interface/dropdown_filter.html:4
#, python-format
msgid " By %(filter_title)s "
msgstr ""

#: admin_interface/templates/admin/popup_response.html:3
msgid "Popup closing..."
msgstr "Popup schließen..."
1 change: 1 addition & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@

USE_I18N = True
LANGUAGES = (
("de", "Deutsch"),
("en", "English"),
("es", "Español"),
("fa", "Farsi"),
Expand Down
7 changes: 7 additions & 0 deletions tests/test_templatetags.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ def test_get_admin_interface_languages(self):
context = Context({"request": self.request_factory.get("/en/admin/")})
languages = templatetags.get_admin_interface_languages(context)
expected_languages = [
{
"code": "de",
"name": "Deutsch",
"default": False,
"active": False,
"activation_url": "/i18n/setlang/?next=/de/admin/",
},
{
"code": "en",
"name": "English",
Expand Down