Translated using Weblate (German)

Currently translated at 99.8% (999 of 1001 strings)
This commit is contained in:
Johannes Keyser 2018-08-28 10:58:23 +00:00 committed by Hosted Weblate
parent 71f6d1db42
commit bd5a5d6257
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-27 18:09-0400\n" "POT-Creation-Date: 2018-08-27 18:09-0400\n"
"PO-Revision-Date: 2018-08-03 22:01+0000\n" "PO-Revision-Date: 2018-08-29 12:38+0000\n"
"Last-Translator: Johannes Keyser <johanneskeyser@posteo.de>\n" "Last-Translator: Johannes Keyser <johanneskeyser@posteo.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/freedombox/plinth/" "Language-Team: German <https://hosted.weblate.org/projects/freedombox/plinth/"
"de/>\n" "de/>\n"
@ -19,7 +19,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1.1\n" "X-Generator: Weblate 3.2-dev\n"
#: plinth/action_utils.py:258 #: plinth/action_utils.py:258
#, python-brace-format #, python-brace-format
@ -127,10 +127,8 @@ msgid "Backups allows creating and managing backup archives."
msgstr "Backups ermöglicht das Erzeugen und Verwalten von Backup-Archiven." msgstr "Backups ermöglicht das Erzeugen und Verwalten von Backup-Archiven."
#: plinth/modules/backups/__init__.py:89 #: plinth/modules/backups/__init__.py:89
#, fuzzy
#| msgid "Filesystem"
msgid "Root Filesystem" msgid "Root Filesystem"
msgstr "Dateisystem" msgstr "Wurzel-Dateisystem"
#: plinth/modules/backups/forms.py:30 #: plinth/modules/backups/forms.py:30
msgid "Archive name" msgid "Archive name"
@ -163,13 +161,9 @@ msgid "Disk"
msgstr "Speichermedium" msgstr "Speichermedium"
#: plinth/modules/backups/forms.py:43 #: plinth/modules/backups/forms.py:43
#, fuzzy
#| msgid ""
#| "Disk path to a folder on this server where the archive will be extracted."
msgid "Disk or removable storage where the backup archive will be saved." msgid "Disk or removable storage where the backup archive will be saved."
msgstr "" msgstr ""
"Plattenpfad zu einem Ordner auf diesem Server, wohin das Backup-Archiv " "Plattenpfad oder Speichermedium wohin das Backup-Archiv entpackt werden wird."
"entpackt werden wird."
#: plinth/modules/backups/templates/backups.html:43 #: plinth/modules/backups/templates/backups.html:43
#: plinth/modules/backups/templates/backups.html:46 #: plinth/modules/backups/templates/backups.html:46
@ -177,10 +171,8 @@ msgid "Create archive"
msgstr "Archiv anlegen" msgstr "Archiv anlegen"
#: plinth/modules/backups/templates/backups.html:50 #: plinth/modules/backups/templates/backups.html:50
#, fuzzy
#| msgid "Backups"
msgid "Backup archives" msgid "Backup archives"
msgstr "Backups" msgstr "Backup Archive"
#: plinth/modules/backups/templates/backups.html:52 #: plinth/modules/backups/templates/backups.html:52
msgid "No archives currently exist." msgid "No archives currently exist."
@ -206,29 +198,21 @@ msgid "Export"
msgstr "Exportieren" msgstr "Exportieren"
#: plinth/modules/backups/templates/backups.html:86 #: plinth/modules/backups/templates/backups.html:86
#, fuzzy
#| msgid "Name for new backup archive."
msgid "Exported backup archives" msgid "Exported backup archives"
msgstr "Name für das neue Backup-Archiv." msgstr "Exportierte Backup-Archive"
#: plinth/modules/backups/templates/backups.html:88 #: plinth/modules/backups/templates/backups.html:88
#, fuzzy
#| msgid "Name for new backup archive."
msgid "No exported backup archives were found." msgid "No exported backup archives were found."
msgstr "Name für das neue Backup-Archiv." msgstr "Es wurden keine exportierten Backup-Archive gefunden."
#: plinth/modules/backups/templates/backups.html:94 #: plinth/modules/backups/templates/backups.html:94
#: plinth/modules/backups/templates/backups_restore.html:33 #: plinth/modules/backups/templates/backups_restore.html:33
#, fuzzy
#| msgid "Documentation"
msgid "Location" msgid "Location"
msgstr "Dokumentation" msgstr "Ort"
#: plinth/modules/backups/templates/backups.html:109 #: plinth/modules/backups/templates/backups.html:109
#, fuzzy
#| msgid "reStore"
msgid "Restore" msgid "Restore"
msgstr "reStore" msgstr "Wiederherstellen"
#: plinth/modules/backups/templates/backups_delete.html:27 #: plinth/modules/backups/templates/backups_delete.html:27
msgid "Delete this archive permanently?" msgid "Delete this archive permanently?"
@ -248,13 +232,12 @@ msgstr "Absenden"
#: plinth/modules/backups/templates/backups_restore.html:27 #: plinth/modules/backups/templates/backups_restore.html:27
msgid "Restore data from this archive?" msgid "Restore data from this archive?"
msgstr "" msgstr "Daten aus diesem Archiv wiederherstellen?"
#: plinth/modules/backups/templates/backups_restore.html:51 #: plinth/modules/backups/templates/backups_restore.html:51
#, fuzzy, python-format #, python-format
#| msgid "Welcome to %(box_name)s!"
msgid "Restore data from %(name)s" msgid "Restore data from %(name)s"
msgstr "Willkommen zur %(box_name)s!" msgstr "Stelle Daten von %(name)s wieder her"
#: plinth/modules/backups/views.py:56 #: plinth/modules/backups/views.py:56
msgid "Archive created." msgid "Archive created."
@ -282,11 +265,11 @@ msgstr "Exportiere Archiv"
#: plinth/modules/backups/views.py:124 #: plinth/modules/backups/views.py:124
msgid "Restore from backup" msgid "Restore from backup"
msgstr "" msgstr "Wiederherstellen von Backup"
#: plinth/modules/backups/views.py:132 #: plinth/modules/backups/views.py:132
msgid "Restored data from backup." msgid "Restored data from backup."
msgstr "" msgstr "Daten aus Backup wiederhergestellt."
#: plinth/modules/bind/__init__.py:34 #: plinth/modules/bind/__init__.py:34
msgid "BIND" msgid "BIND"
@ -1838,19 +1821,12 @@ msgid "Update config"
msgstr "Konfiguration aktualisieren" msgstr "Konfiguration aktualisieren"
#: plinth/modules/letsencrypt/templates/letsencrypt.html:174 #: plinth/modules/letsencrypt/templates/letsencrypt.html:174
#, fuzzy, python-format #, python-format
#| msgid ""
#| "\n"
#| " Let %(box_name)s manage certificate renewal of\n"
#| " <b>%(current_domain)s</b>\n"
#| " "
msgid "" msgid ""
"Let %(box_name)s manage certificate renewal of <b>%(current_domain)s</b>" "Let %(box_name)s manage certificate renewal of <b>%(current_domain)s</b>"
msgstr "" msgstr ""
"\n" "%(box_name)s soll die Zertifikat-Erneurung von <b>%(current_domain)s</b> "
" %(box_name)s soll die Zertifikat-Erneurung von <b>" "verwalten"
"%(current_domain)s</b> verwalten\n"
" "
#: plinth/modules/letsencrypt/templates/letsencrypt.html:183 #: plinth/modules/letsencrypt/templates/letsencrypt.html:183
#, python-format #, python-format
@ -1870,32 +1846,13 @@ msgstr ""
"Sie zuerst ein Zertifikat um dessen Verwaltung zu aktivieren." "Sie zuerst ein Zertifikat um dessen Verwaltung zu aktivieren."
#: plinth/modules/letsencrypt/templates/letsencrypt.html:222 #: plinth/modules/letsencrypt/templates/letsencrypt.html:222
#, fuzzy, python-format #, python-format
#| msgid ""
#| "\n"
#| " Use certificate of %(current_domain)s for <b>ejabberd</"
#| "b>\n"
#| " "
msgid "Use certificate of %(current_domain)s for <b>ejabberd</b>" msgid "Use certificate of %(current_domain)s for <b>ejabberd</b>"
msgstr "" msgstr "Nutze das Zertifikat von %(current_domain)s für <b>ejabberd</b>"
"\n"
" Nutze das Zertifikat von %(current_domain)s für "
"<b>ejabberd</b>\n"
" "
#: plinth/modules/letsencrypt/templates/letsencrypt.html:226 #: plinth/modules/letsencrypt/templates/letsencrypt.html:226
#, fuzzy
#| msgid ""
#| "\n"
#| " Use certificate of the current domain for <b>ejabberd</"
#| "b>\n"
#| " "
msgid "Use certificate of the current domain for <b>ejabberd</b>" msgid "Use certificate of the current domain for <b>ejabberd</b>"
msgstr "" msgstr "Nutze das Zertifikat von der derzeitgen Domain für <b>ejabberd</b>"
"\n"
" Nutze das Zertifikat von der derzeitgen Domain für "
"<b>ejabberd</b>\n"
" "
#: plinth/modules/letsencrypt/templates/letsencrypt.html:236 #: plinth/modules/letsencrypt/templates/letsencrypt.html:236
#, python-format #, python-format