From 912978c4e2166f3ffa7daf91d958d1b351bee1ce Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 16 Nov 2021 22:07:44 +0100 Subject: [PATCH] Provide german locale file for readthedocs theme (#2633) --- docs/user-guide/choosing-your-theme.md | 2 + .../mkdocs/locales/de/LC_MESSAGES/messages.po | 98 +++++++++++++++++ .../locales/de/LC_MESSAGES/messages.po | 101 ++++++++++++++++++ 3 files changed, 201 insertions(+) create mode 100644 mkdocs/themes/mkdocs/locales/de/LC_MESSAGES/messages.po create mode 100644 mkdocs/themes/readthedocs/locales/de/LC_MESSAGES/messages.po diff --git a/docs/user-guide/choosing-your-theme.md b/docs/user-guide/choosing-your-theme.md index 403e84bc..dd554d50 100644 --- a/docs/user-guide/choosing-your-theme.md +++ b/docs/user-guide/choosing-your-theme.md @@ -105,6 +105,7 @@ supports the following options: * `ja`: Japanese * `pt_BR`: Portuguese (Brazil) * `zh_CN`: Simplified Chinese + * `de`: German See the guide on [localizing your theme] for more information. @@ -182,6 +183,7 @@ theme supports the following options: * `ja`: Japanese * `pt_BR`: Portuguese (Brazil) * `zh_CN`: Simplified Chinese + * `de`: German See the guide on [localizing your theme] for more information. diff --git a/mkdocs/themes/mkdocs/locales/de/LC_MESSAGES/messages.po b/mkdocs/themes/mkdocs/locales/de/LC_MESSAGES/messages.po new file mode 100644 index 00000000..74fdda0b --- /dev/null +++ b/mkdocs/themes/mkdocs/locales/de/LC_MESSAGES/messages.po @@ -0,0 +1,98 @@ +# German translations for MkDocs. +# Copyright (C) 2021 MkDocs +# This file is distributed under the same license as the MkDocs project. +# +msgid "" +msgstr "" +"Project-Id-Version: MkDocs 1.2\n" +"Report-Msgid-Bugs-To: https://github.com/mkdocs/mkdocs/issues\n" +"POT-Creation-Date: 2021-04-08 22:44+0200\n" +"PO-Revision-Date: 2021-10-24 00:09+0200\n" +"Last-Translator: Marc Dietz \n" +"Language: de\n" +"Language-Team: de \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: mkdocs/themes/mkdocs/404.html:8 +msgid "Page not found" +msgstr "Seite nicht gefunden" + +#: mkdocs/themes/mkdocs/base.html:107 +#: mkdocs/themes/mkdocs/keyboard-modal.html:31 +#: mkdocs/themes/mkdocs/search-modal.html:5 +msgid "Search" +msgstr "Suche" + +#: mkdocs/themes/mkdocs/base.html:117 +msgid "Previous" +msgstr "Zurück" + +#: mkdocs/themes/mkdocs/base.html:122 +msgid "Next" +msgstr "Weiter" + +#: mkdocs/themes/mkdocs/base.html:133 mkdocs/themes/mkdocs/base.html:135 +#: mkdocs/themes/mkdocs/base.html:137 mkdocs/themes/mkdocs/base.html:139 +#, python-format +msgid "Edit on %(repo_name)s" +msgstr "Bearbeiten auf %(repo_name)s" + +#: mkdocs/themes/mkdocs/base.html:179 +#, python-format +msgid "Documentation built with %(mkdocs_link)s." +msgstr "Diese Dokumentation wurde erstellt mit %(mkdocs_link)s." + +#: mkdocs/themes/mkdocs/keyboard-modal.html:5 +msgid "Keyboard Shortcuts" +msgstr "Tastenkombinationen" + +#: mkdocs/themes/mkdocs/keyboard-modal.html:6 +#: mkdocs/themes/mkdocs/search-modal.html:6 +msgid "Close" +msgstr "Schließen" + +#: mkdocs/themes/mkdocs/keyboard-modal.html:12 +msgid "Keys" +msgstr "Taste" + +#: mkdocs/themes/mkdocs/keyboard-modal.html:13 +msgid "Action" +msgstr "Aktion" + +#: mkdocs/themes/mkdocs/keyboard-modal.html:19 +msgid "Open this help" +msgstr "Diese Hilfe anzeigen" + +#: mkdocs/themes/mkdocs/keyboard-modal.html:23 +msgid "Next page" +msgstr "Nächste Seite" + +#: mkdocs/themes/mkdocs/keyboard-modal.html:27 +msgid "Previous page" +msgstr "Vorherige Seite" + +#: mkdocs/themes/mkdocs/search-modal.html:9 +msgid "From here you can search these documents. Enter your search terms below." +msgstr "Von hier aus können Sie diese Dokumente durchsuchen. Geben Sie" +" unten Ihre Suchanfrage ein." + +#: mkdocs/themes/mkdocs/search-modal.html:12 +msgid "Search..." +msgstr "Suche..." + +#: mkdocs/themes/mkdocs/search-modal.html:12 +msgid "Type search term here" +msgstr "Geben Sie hier ihre Suchanfrage ein" + +#: mkdocs/themes/mkdocs/search-modal.html:15 +msgid "No results found" +msgstr "Keine Ergebnisse gefunden" + +#: mkdocs/themes/mkdocs/toc.html:3 +msgid "Table of Contents" +msgstr "Inhaltsverzeichnis" + diff --git a/mkdocs/themes/readthedocs/locales/de/LC_MESSAGES/messages.po b/mkdocs/themes/readthedocs/locales/de/LC_MESSAGES/messages.po new file mode 100644 index 00000000..da5d8242 --- /dev/null +++ b/mkdocs/themes/readthedocs/locales/de/LC_MESSAGES/messages.po @@ -0,0 +1,101 @@ +# German translations for MkDocs. +# Copyright (C) 2021 MkDocs +# This file is distributed under the same license as the MkDocs project. +# FIRST AUTHOR , 2021. +# +msgid "" +msgstr "" +"Project-Id-Version: MkDocs 1.2.3\n" +"Report-Msgid-Bugs-To: \"https://github.com/mkdocs/mkdocs/issues\"\n" +"POT-Creation-Date: 2021-09-27 10:43-0400\n" +"PO-Revision-Date: 2021-10-23 18:52+0200\n" +"Last-Translator: Marc Dietz \n" +"Language: de\n" +"Language-Team: de \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: mkdocs/themes/readthedocs/404.html:7 +msgid "Page not found" +msgstr "Seite nicht gefunden" + +#: mkdocs/themes/readthedocs/base.html:97 +msgid "Logo" +msgstr "Logo" + +#: mkdocs/themes/readthedocs/base.html:111 +msgid "Navigation menu" +msgstr "Navigationsmenü" + +#: mkdocs/themes/readthedocs/base.html:140 +msgid "Mobile navigation menu" +msgstr "Mobile Navigationsmenü" + +#: mkdocs/themes/readthedocs/breadcrumbs.html:3 +msgid "Docs" +msgstr "Dokumentation" + +#: mkdocs/themes/readthedocs/breadcrumbs.html:24 +#, python-format +msgid "Edit on %(repo_name)s" +msgstr "Bearbeiten auf %(repo_name)s" + +#: mkdocs/themes/readthedocs/breadcrumbs.html:31 +msgid "Breadcrumb Navigation" +msgstr "Breadcrumb-Navigation" + +#: mkdocs/themes/readthedocs/breadcrumbs.html:33 +#: mkdocs/themes/readthedocs/footer.html:7 +#: mkdocs/themes/readthedocs/versions.html:17 +msgid "Previous" +msgstr "Zurück" + +#: mkdocs/themes/readthedocs/breadcrumbs.html:36 +#: mkdocs/themes/readthedocs/footer.html:10 +#: mkdocs/themes/readthedocs/versions.html:20 +msgid "Next" +msgstr "Weiter" + +#: mkdocs/themes/readthedocs/footer.html:5 +msgid "Footer Navigation" +msgstr "Footer-Navigation" + +#: mkdocs/themes/readthedocs/footer.html:25 +#, python-format +msgid "" +"Built with %(mkdocs_link)s using a %(sphinx_link)s provided by " +"%(rtd_link)s." +msgstr "Erzeugt mit %(mkdocs_link)s mit einem %(sphinx_link)s von %(rtd_link)s." + +#: mkdocs/themes/readthedocs/search.html:5 +msgid "Search Results" +msgstr "Suchergebnisse" + +#: mkdocs/themes/readthedocs/search.html:9 +msgid "Search the Docs" +msgstr "Dokumentation durchsuchen" + +#: mkdocs/themes/readthedocs/search.html:9 +#: mkdocs/themes/readthedocs/searchbox.html:3 +msgid "Type search term here" +msgstr "Tragen Sie hier den gesuchten Begriff ein" + +#: mkdocs/themes/readthedocs/search.html:12 +msgid "No results found" +msgstr "Keine Ergebnisse gefunden" + +#: mkdocs/themes/readthedocs/search.html:13 +msgid "Searching..." +msgstr "Suche..." + +#: mkdocs/themes/readthedocs/searchbox.html:3 +msgid "Search docs" +msgstr "Durchsuchen" + +#: mkdocs/themes/readthedocs/versions.html:1 +msgid "Versions" +msgstr "Versionen" +