make -C locale/ clean update

This commit is contained in:
Hans-Christoph Steiner 2021-01-14 14:56:20 +01:00
parent f24eae0f6f
commit 4d14179732
37 changed files with 2732 additions and 112 deletions

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2020-10-21 18:05+0200\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"PO-Revision-Date: 2021-01-10 02:32+0000\n"
"Last-Translator: Predatorix Phoenix <predatorix@web.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/f-droid/fdroidserver/de/>\n"
@ -154,6 +154,11 @@ msgstr "Option %s verfügt über keinen Wert"
msgid "'keypass' not found in config.py!"
msgstr "„keypass” nicht in config.py vorhanden!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "„keypass” nicht in config.py vorhanden!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' ist NONE und 'smartcardoptions' ist leer!"
@ -162,14 +167,29 @@ msgstr "'keystore' ist NONE und 'smartcardoptions' ist leer!"
msgid "'keystore' not found in config.py!"
msgstr "„keystore” nicht in config.py vorhanden!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "„keystore” nicht in config.py vorhanden!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "„keystorepass” nicht in config.py vorhanden!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "„keystorepass” nicht in config.py vorhanden!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "„repo_keyalias” nicht in config.py vorhanden!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "„repo_keyalias” nicht in config.py vorhanden!"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
msgid "'required' is an invalid argument for positionals"
@ -179,6 +199,11 @@ msgstr "„required” ist ein ungültiges Argument für Positionsangaben"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "Kein 'sdk_path' in 'config.py' festgelegt!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "Kein 'sdk_path' in 'config.py' festgelegt!"
#. Translators: "build-tools" is the file name of a package from
#. Google, it is part of the Android SDK. So it probably shouldn't be
#. translated or transliterated.
@ -294,6 +319,11 @@ msgstr "Keine Android SDK gefunden!"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Im „{path}” der Android SDK wurde „{dirname}” nicht installiert!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "Android-SDK nicht gefunden!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "Android-SDK nicht gefunden!"
@ -308,6 +338,11 @@ msgstr "Android-SDK-Pfad »{path}« nicht vorhanden!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android-SDK-Pfad »{path}« ist kein Verzeichnis!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "Android-SDK nicht gefunden!"
#. Translators: "build-tools" is the file name of a package from
#. Google, it is part of the Android SDK. So it probably shouldn't be
#. translated or transliterated.
@ -466,6 +501,11 @@ msgstr "Änderungen übergeben"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Widersprüchliche Argumente: '--verbose' und '--quiet' können nicht gleichzeitig angegeben werden."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not find '{command}' on your system"
@ -486,6 +526,11 @@ msgstr "Neuester Versionsname konnte nicht gefunden werden"
msgid "Could not find {path} to remove it"
msgstr "{path} konnte nicht gefunden werden, um ihn zu entfernen"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Konnte APK-Datei nicht für Analyse öffnen"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "Konnte APK-Datei nicht für Analyse öffnen"
@ -714,6 +759,11 @@ msgstr ""
"Geben Sie hier den Pfad zum Android-SDK (%s) ein:\n"
"> "
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/checkupdates.py
#: ../fdroidserver/upload.py
#, python-format
@ -842,7 +892,7 @@ msgstr "Grafik \"{path}\" ohne Metadaten für App \"{name}\" gefunden!"
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr "Schlechte Finanzierungsdatei \"{path}\" für \"{name}\" gefunden:"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "Ungültige Appids in Argumenten gefunden"
@ -1202,6 +1252,11 @@ msgstr "Keine angeschlossenen Geräte gefunden"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "Kein Commit angegeben für {versionName} in {linedesc}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "Keine 'config.py' gefunden, nutze Standardeinstellungen."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "Kein Fingerabdruck in der URL."
@ -1249,7 +1304,7 @@ msgstr "Kein signiertes Ausgabeverzeichnis - nichts zu tun"
msgid "No signing certificates found in {path}"
msgstr "Keine Signaturzertifikate in {path} gefunden"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Kein solches Paket: %s"
@ -1281,6 +1336,11 @@ msgstr "Keine zu erledigenden Aufgaben für {appid}."
msgid "Now set these in config.py:"
msgstr "Legen Sie diese nun in der config.py fest:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Legen Sie diese nun in der config.py fest:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1753,6 +1813,11 @@ msgstr "Dieses Repo hat bereits lokale Metadaten: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "Um awsbucket zu benutzen, müssen awssecretkey und awsaccesskeyid auch in der config.py gesetzt sein!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Um awsbucket zu benutzen, müssen awssecretkey und awsaccesskeyid auch in der config.py gesetzt sein!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "Die URL muss mit https:// oder http:// beginnen"
@ -1784,6 +1849,11 @@ msgstr "Unerwartetes Lizenz-Tag \"{}\"! Nur Lizenz-Tags verwenden, die in deiner
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "Unerwarteter Text in der gleichen Zeile wie {field} in {linedesc}"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Unbekannter Fehler aufgetreten!"
@ -2676,6 +2746,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" existiert nicht! Korrigieren Sie es in der config.py."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
msgstr ""
#: ../fdroidserver/import.py
#, python-brace-format
msgid "{path} already exists, ignoring import results!"