Merge branch 'weblate' into 'master'

Weblate

See merge request fdroid/fdroidserver!849
This commit is contained in:
Hans-Christoph Steiner 2021-01-14 14:58:43 +00:00
commit b5c8ecd3da
37 changed files with 13859 additions and 502 deletions

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\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: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -135,6 +135,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -143,14 +147,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -160,6 +176,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -274,6 +294,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -288,6 +313,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -446,6 +476,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -464,6 +499,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -687,6 +727,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -814,7 +859,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1172,6 +1217,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1218,7 +1267,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1250,6 +1299,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1721,6 +1774,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1751,6 +1808,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr ""
@ -2638,6 +2700,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -5,7 +5,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: 2020-11-10 16:20+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Tibetan <https://hosted.weblate.org/projects/f-droid/fdroidserver/bo/>\n"
@ -141,6 +141,11 @@ msgstr "%sགདམ་ཀ་ནུས་མེད་རེད་འདུག"
msgid "'keypass' not found in config.py!"
msgstr "'keypass' འདི་config.py ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' འདི་config.py ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -149,14 +154,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "'keystore' འདི་ config.py ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' འདི་ config.py ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' འདི་ config.py ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' འདི་ config.py ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' འདི་ config.py ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' འདི་ config.py ནང་རྙེད་མ་སོང་།!"
#: /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"
@ -166,6 +186,11 @@ msgstr "'དགསོ་མཁོ།' ནི་གནས་སྟངས་འད
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' འདི་ 'config.py' ནང་སྒྲིག་ཐུབ་མ་སོང་།!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' འདི་ 'config.py' ནང་སྒྲིག་ཐུབ་མ་སོང་།!"
#. 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.
@ -282,6 +307,11 @@ msgstr "ཨེན་ཀྲོཌ་ SDK རྙེད་མ་སོང་།!"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "ཨེན་ཀྲོཌ་SDK '{path}1{dirname}' '{dirname}'སྒྲིག་བཅུག་མིན་འདུག!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "ཨེན་ཀྲོཌ་ SDK རྙེད་སོན་བྱུང་མ་སོང་།!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "ཨེན་ཀྲོཌ་ SDK རྙེད་སོན་བྱུང་མ་སོང་།!"
@ -296,6 +326,11 @@ msgstr "ཨེན་ཀྲོཌ་SDK ཐབས་ལམ་ '{path}'མིན
msgid "Android SDK path '{path}' is not a directory!"
msgstr "ཨེན་ཀྲོཌSDKཐབས་ལམ་ '{path}1' ཡིག་ཆ་གསོག་ཉར་རེད་མིན་འདུག!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "ཨེན་ཀྲོཌ་ SDK རྙེད་སོན་བྱུང་མ་སོང་།!"
#. 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.
@ -453,6 +488,11 @@ msgstr "བསྒྱུར་བ་གཏོང་བར་མོས་མཐུ
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -473,6 +513,11 @@ msgstr "ཐོན་རིམ་གསར་ཤོས་འདིའི་མི
msgid "Could not find {path} to remove it"
msgstr "{path}མེད་པ་བཟོས་པ་ལ་རྙེད་མ་སོང་།"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "དཔྱད་ཞིབ་ཀྱི་ཆེད་དུ་apk ཡིག་ཆ་ཁ་ཕྱེས་ཐུབ་ཀྱི་མིན་འདུག"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "དཔྱད་ཞིབ་ཀྱི་ཆེད་དུ་apk ཡིག་ཆ་ཁ་ཕྱེས་ཐུབ་ཀྱི་མིན་འདུག"
@ -699,6 +744,11 @@ msgstr ""
"ཨེན་ཀྲོཌ་SDKགྱི་ལམ་འདིར་ཡོད་པས་ནང་འཛུལ་བྱེད། (%s) :\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
#, fuzzy, python-format
@ -828,7 +878,7 @@ msgstr "\"{name}\" བརྐོད་རིས་མེད་པའི་མཉ
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "རྩོད་པའི་ནང་ཁུངས་ལྡན་མིན་པའི་appids རྙེད་འདུག"
@ -1188,6 +1238,11 @@ msgstr "ཟུར་སྣོན་ཡོ་བྱད་རྙེད་མ་ས
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "{linedesc} ནང་གྱི་ {versionName}འདིའི་ཆེད་དུ་ཁས་ལེན་དམིགས་བསལ་གང་ཡང་མིན་འདུག"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "'config.py' རྙེད་མ་སོང་།, སོར་བཞག་བེད་སྤྱོད་བྱེད་བཞིན་པ།."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "URL ནང་ལག་མཐིལ་པར་ཤུས་རྙེད་མ་སོང་།."
@ -1235,7 +1290,7 @@ msgstr "མིང་རྟགས་མ་བཀོད་པའི་ཕྱོག
msgid "No signing certificates found in {path}"
msgstr "{path}མིང་རྟགས་བཀོད་པའི་ཆོག་མཆན་ལག་ཁྱེར་འདིའི་ནང་རྙེད་མ་སོང་།"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "ཐུམ་སྒྲིལ་དེ་འདྲ་མིན་འདུག: %s 1"
@ -1268,6 +1323,11 @@ msgstr "{appid} ཆེད་དུ་བྱ་རྒྱུ་གང་ཡང་
msgid "Now set these in config.py:"
msgstr "'sdk_path' འདི་ 'config.py' ནང་སྒྲིག་ཐུབ་མ་སོང་།!"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "'sdk_path' འདི་ 'config.py' ནང་སྒྲིག་ཐུབ་མ་སོང་།!"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1739,6 +1799,11 @@ msgstr "རེ་པོ་འདི་ལ་སྔོན་ཚོད་ནས་
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "awsbucket, awssecretkey དང་། awsaccesskeyid བེད་སྤྱོད་བྱེད་པའི་ཆེད་དུ་ config.py ནང་དུ་ངེས་པར་དུ་སྒྲིག་དགོས།!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "awsbucket, awssecretkey དང་། awsaccesskeyid བེད་སྤྱོད་བྱེད་པའི་ཆེད་དུ་ config.py ནང་དུ་ངེས་པར་དུ་སྒྲིག་དགོས།!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1770,6 +1835,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "{linedesc}ནང་། {field}་ཁ་ཕྱོགས་དེ་ག་རང་ནང་རེ་བ་མ་བྱས་པའི་ཡིག་ཚགས་"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "ཆ་རྒྱུས་མེད་པའི་དམིགས་བསལ་ཞིག་རྙེད་སོང་།!"
@ -2662,6 +2732,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" མིན་འདུག! 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!"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\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: 2019-02-01 13:33+0000\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/f-droid/fdroidserver/cs/>\n"
@ -137,6 +137,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -145,14 +149,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -162,6 +178,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -276,6 +296,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -290,6 +315,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -449,6 +479,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -467,6 +502,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -691,6 +731,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -818,7 +863,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1176,6 +1221,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1222,7 +1271,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1254,6 +1303,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1726,6 +1779,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1756,6 +1813,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Došlo k neznámé chybě!"
@ -2646,6 +2708,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -5,20 +5,21 @@
# melusine <melusine@mailbox.org>, 2020.
# marzzzello <anmeldezeugs@top-email.net>, 2020.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020.
# Predatorix Phoenix <predatorix@web.de>, 2021.
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"
"PO-Revision-Date: 2020-11-10 16:20+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\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"
"Language: de\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"
"X-Generator: Weblate 4.4-dev\n"
"X-Generator: Weblate 4.4.1-dev\n"
#: ../fdroidserver/common.py
msgid ""
@ -153,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!"
@ -161,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"
@ -178,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.
@ -293,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!"
@ -307,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.
@ -465,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"
@ -485,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"
@ -611,7 +657,7 @@ msgstr "Beschreibung der Länge {length} ist über dem {limit}-Zeichen Limit"
#: ../fdroidserver/import.py
msgid "Do not add 'disable:' to the generated build entries"
msgstr ""
msgstr "Nicht 'disable:' zu den erzeugten Erstellungseinträgen hinzufügen"
#: ../fdroidserver/nightly.py
msgid "Do not deploy the new files to the repo"
@ -680,7 +726,7 @@ msgstr "APKs nach Erstellung dynamisch durchsuchen"
#: ../fdroidserver/__main__.py
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
msgstr ""
msgstr "FEHLER: Der \"server\"-Unterbefehl wurde entfernt, verwende \"deploy\"!"
#: ../fdroidserver/mirror.py
msgid ""
@ -713,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
@ -841,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"
@ -881,7 +932,7 @@ msgstr "Eine Nicht-Datei gefunden bei %s"
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Found {apkfilename} at {url}"
msgstr ""
msgstr "{apkfilename} unter {url} gefunden"
#: ../fdroidserver/update.py
#, python-brace-format
@ -966,15 +1017,15 @@ msgstr "APKs einschliessen, die mit deaktivierten Algorithmen wie MD5 signiert s
#: ../fdroidserver/mirror.py
msgid "Include the PGP signature .asc files in the mirror"
msgstr ""
msgstr "Die .asc-PGP-Signaturdateien in den Spiegel aufnehmen"
#: ../fdroidserver/mirror.py
msgid "Include the build logs in the mirror"
msgstr ""
msgstr "Erstellungsprotokolle in den Spiegel aufnehmen"
#: ../fdroidserver/mirror.py
msgid "Include the source tarballs in the mirror"
msgstr ""
msgstr "Quellen-Tarballs in den Spiegel aufnehmen"
#: ../fdroidserver/common.py
msgid "Initialising submodules"
@ -1024,7 +1075,7 @@ msgstr "Ungültige VercodeOperation: {field}"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Invalid application ID {appid}"
msgstr ""
msgstr "Ungültige Anwendungs-ID {appid}"
#: ../fdroidserver/metadata.py
#, python-format
@ -1081,17 +1132,17 @@ msgstr "Ungültige Umleitung auf Nicht-HTTTPS: {before} -> {after} "
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Invalid scrlib metadata: '{file}' does not exist"
msgstr ""
msgstr "Ungültige scrlib-Metadaten: '{file}' ist nicht vorhanden"
#: ../fdroidserver/metadata.py
#, python-brace-format
#, fuzzy, python-brace-format
msgid "Invalid srclib metadata: could not parse '{file}'"
msgstr ""
msgstr "Ungültige srclib-Metadaten: '{file}' konnte nicht analysiert werden"
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Invalid srclib metadata: unknown key '{key}' in '{file}'"
msgstr ""
msgstr "Ungültige srclib-Metadaten: unbekannter Schlüssel '{key}' in '{file}'"
#: ../fdroidserver/metadata.py
#, python-brace-format
@ -1169,7 +1220,7 @@ msgstr "Fehlerhafte serverwebroot Zeile:"
#: ../fdroidserver/mirror.py
msgid "Mirror the full repo and archive, all file types."
msgstr ""
msgstr "Das vollständige Repo und Archiv spiegeln, alle Dateitypen."
#: ../fdroidserver/gpgsign.py
msgid "Missing output directory"
@ -1201,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."
@ -1248,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"
@ -1280,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
@ -1296,7 +1357,7 @@ msgstr "Der OBB-Packetname stimmt mit keinem unterstützten APK überein:"
#: ../fdroidserver/deploy.py
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
msgstr "Maschine offline, überspringe git-Spiegelgeneration bis `fdroid deploy`"
#: ../fdroidserver/common.py
#, python-brace-format
@ -1336,7 +1397,7 @@ msgstr "JSON-Bericht in eine nach der APK benannte Datei ausgeben."
#: ../fdroidserver/scanner.py
msgid "Output JSON to stdout."
msgstr ""
msgstr "JSON an stdout ausgeben."
#: ../fdroidserver/gpgsign.py ../fdroidserver/publish.py
#: ../fdroidserver/update.py ../fdroidserver/signindex.py
@ -1559,7 +1620,7 @@ msgstr "Nur die neueste Version jedes Programmpakets durchsuchen"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
msgstr "Scannen Sie die entstandene(n) APK(s) nach bekannten non-free-Klassen."
#: ../fdroid ../fdroidserver/__main__.py
msgid "Scan the source code of a package"
@ -1587,7 +1648,7 @@ msgstr "Einstellen der Uhr auf diese Zeit mit:"
#: ../fdroidserver/nightly.py
msgid "Set maximum releases in repo before older ones are archived"
msgstr ""
msgstr "Setze maximale Veröffentlichungen im Repo bevor ältere archiviert werden"
#: ../fdroidserver/build.py
#, python-brace-format
@ -1741,7 +1802,7 @@ msgstr "Es gibt eine Keyalias-Kollision - Veröffentlichung gestoppt"
#: ../fdroidserver/common.py
msgid "These are the apps that have been archived from the main repo."
msgstr ""
msgstr "Dies sind die Apps, die aus dem Hauptrepository archiviert wurden."
#: ../fdroidserver/import.py
#, python-format
@ -1752,9 +1813,14 @@ 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 ""
msgstr "Die URL muss mit https:// oder http:// beginnen"
#: ../fdroidserver/lint.py
msgid "URL shorteners should not be used"
@ -1776,13 +1842,18 @@ msgstr "Ungültiges Lizenz-Tag \"%s\"! Verwenden Sie nur Tags von https://spdx.o
#: ../fdroidserver/lint.py
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
msgstr ""
msgstr "Unerwartetes Lizenz-Tag \"{}\"! Nur Lizenz-Tags verwenden, die in deiner config-Datei eingerichtet sind"
#: ../fdroidserver/metadata.py
#, python-brace-format
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!"
@ -1945,7 +2016,7 @@ msgstr "Update Check Name ist auf die bekannte App-ID gesetzt - sie kann entfern
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Uploading {apkfilename} to androidobservatory.org"
msgstr ""
msgstr "Lade {apkfilename} auf androidobservatory.org hoch"
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
@ -1989,11 +2060,11 @@ msgstr "Verwende {path} zur Konfiguration von s3cmd."
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
msgstr "Verwende APK-Signatur v2"
#: ../fdroidserver/common.py
msgid "Using APK Signature v3"
msgstr ""
msgstr "Verwende APK-Signatur v3"
#: ../fdroidserver/common.py
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
@ -2033,7 +2104,7 @@ msgstr "Überprüfe die Index-Signatur:"
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "VirusTotal API key cannot upload files larger than 32MB, use {url} to upload {path}."
msgstr ""
msgstr "VirusTotal-API-Schlüssel kann nicht Dateien größer 32MB hochladen, verwende {url} um {path} hochzuladen."
#: ../fdroid ../fdroidserver/__main__.py
msgid "Warn about possible metadata errors"
@ -2045,7 +2116,7 @@ msgstr "Bei einer Konfiguration mit signierten Indizes, in dieser Phase nur unsi
#: ../fdroidserver/lint.py
msgid "When linting the entire repository yamllint is disabled by default. This option forces yamllint regardless."
msgstr ""
msgstr "Beim Linting des gesamten Repositoriums wird yamllint standardmäßig deaktiviert. Diese Option erzwingt yamllint ungeachtet dessen."
msgid "X.509 'Distiguished Name' used when generating keys"
msgstr "X.509 'Angesehener Name' wenn Schlüssel generiert werden"
@ -2060,7 +2131,7 @@ msgstr "Sie können ANDROID_HOME verwenden, um den Pfad zu Ihrem SDK zu setzen,
#: ../fdroidserver/scanner.py
msgid "ZIP file archive"
msgstr ""
msgstr "ZIP-Dateiarchiv"
#: ../fdroidserver/nightly.py
#, python-brace-format
@ -2086,7 +2157,7 @@ msgstr "Mehrdeutige Option: %s (%s?)"
#: ../fdroidserver/common.py
msgid "apksigner not found, it's required for signing!"
msgstr ""
msgstr "apksigner nicht gefunden, er wird zum Signieren benötigt!"
#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py
#: ../fdroidserver/checkupdates.py
@ -2133,7 +2204,7 @@ msgstr "Versuch einer reinen ssh-Verbindung, um den Deployment-Key zu testen:"
#: ../fdroidserver/common.py
msgid "can not parse scrlib spec (not a string): '{}'"
msgstr ""
msgstr "kann scrlib-Spezifikation nicht parsen (keine Zeichenkette): '{}'"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
@ -2172,7 +2243,7 @@ msgstr "Ausführungsbefehl, entweder 'init' oder 'update'"
#: ../fdroidserver/__main__.py
msgid "commands from plugin modules:"
msgstr ""
msgstr "Befehle aus den PlugIn-Modulen:"
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
#: /usr/lib/python3.7/optparse.py
@ -2195,15 +2266,15 @@ msgstr "Kopiere {apkfilename} nach {path}"
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "could not parse '{path}'"
msgstr ""
msgstr "konnte '{path}' nicht parsen"
#: ../fdroidserver/common.py
msgid "could not parse srclib spec (no ref specified): '{}'"
msgstr ""
msgstr "konnte srclib-Spezifikation nicht parsen (keine ref angegeben): '{}'"
#: ../fdroidserver/common.py
msgid "could not parse srclib spec (too many '@' signs): '{}'"
msgstr ""
msgstr "konnte srclib-Spezifikation nicht parsen (zu viele '@'-Zeichen): '{}'"
#: ../fdroidserver/nightly.py
#, python-brace-format
@ -2223,7 +2294,7 @@ msgstr "Build Logs deployed zu {path}"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
msgstr ""
msgstr "Verarbeitungsprotokoll {path} unter {dest} bereitgestellt"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
@ -2233,7 +2304,7 @@ msgstr "dest= wird benötigt für Optionen wie %r"
#: ../fdroidserver/scanner.py
msgid "executable binary, possibly code"
msgstr ""
msgstr "ausführbare Binärdatei, vermutlich Code"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
@ -2675,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!"

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,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: 2020-11-20 23:28+0000\n"
"Last-Translator: Alvaro <alvaro@null.net>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/f-droid/fdroidserver/es/>\n"
@ -153,6 +153,11 @@ msgstr "la opción %s no toma un valor"
msgid "'keypass' not found in config.py!"
msgstr "¡'keypass' no encontrado en config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "¡'keypass' no encontrado en config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -161,14 +166,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "¡'keystore' no encontrado en config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "¡'keystore' no encontrado en config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "¡'keystorepass' no encontrado en config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "¡'keystorepass' no encontrado en config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "¡'repo_keyalias' no encontrado en config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "¡'repo_keyalias' no encontrado en config.py!"
#: /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"
@ -178,6 +198,11 @@ msgstr "'required' es un argumento inválido para posicionales"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "¡'sdk_path' no establecido en 'config.py'!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "¡'sdk_path' no establecido en 'config.py'!"
#. 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.
@ -293,6 +318,11 @@ msgstr "¡No se encontró Android SDK!"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "¡El SDK de Android '{path}' no tiene '{dirname}' instalado!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "¡No se encontró el SDK de Android!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "¡No se encontró el SDK de Android!"
@ -307,6 +337,11 @@ msgstr "¡No existe la ruta '{path}' al SDK de Android!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "¡La ruta al SDK de Android '{path}' no es un directorio!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "¡No se encontró el SDK de Android!"
#. 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.
@ -465,6 +500,11 @@ msgstr "Aplicar cambios"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -485,6 +525,11 @@ msgstr "No se ha podido encontrar el último nombre de versión"
msgid "Could not find {path} to remove it"
msgstr "No se pudo encontrar {path} para eliminarlo"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "No se ha podido abrir el archivo apk para analizarlo"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "No se ha podido abrir el archivo apk para analizarlo"
@ -713,6 +758,11 @@ msgstr ""
"Introduzca la ruta a Android SDK (%s) aquí:\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
@ -841,7 +891,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1200,6 +1250,11 @@ msgstr "No se han encontrado dispositivos asociados"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "No se ha especificado ninguna confirmación para {versionName} en {linedesc}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "No se encontró 'config.py', se usarán los valores predeterminados."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "No hay huella digital en la URL."
@ -1247,7 +1302,7 @@ msgstr "Sin directorio de salida firmado - nada que hacer"
msgid "No signing certificates found in {path}"
msgstr "No se ha encontrado ningún certificado de firma en {path}"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "No existe tal paquete: %s"
@ -1279,6 +1334,11 @@ msgstr "Nada que hacer para {appid}."
msgid "Now set these in config.py:"
msgstr "Ahora establezca lo siguiente en config.py:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Ahora establezca lo siguiente en config.py:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1751,6 +1811,10 @@ msgstr "Este repo ya tiene metadatos locales: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1781,6 +1845,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "¡Se encontró una excepción desconocida!"
@ -2670,6 +2739,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020.
# riveravaldez <riveravaldezmail@gmail.com>, 2020.
# Eduardo Rodrigues <edu.rodrigues2580@gmail.com>, 2020.
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"
"PO-Revision-Date: 2020-11-10 16:20+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"PO-Revision-Date: 2020-12-12 06:36+0000\n"
"Last-Translator: Eduardo Rodrigues <edu.rodrigues2580@gmail.com>\n"
"Language-Team: Spanish (Argentina) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_AR/>\n"
"Language: es_AR\n"
"MIME-Version: 1.0\n"
@ -104,7 +105,7 @@ msgstr ""
#: /usr/lib/python3.7/argparse.py
#, python-format
msgid "%(prog)s: error: %(message)s\n"
msgstr ""
msgstr "%(prog)s: error: %(message)s\n"
#: ../fdroidserver/scanner.py
#, python-format
@ -114,13 +115,13 @@ msgstr ""
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
#: /usr/lib/python3.7/optparse.py
msgid "%prog [options]"
msgstr ""
msgstr "%prog [opciones]"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
#, python-format
msgid "%r is not callable"
msgstr ""
msgstr "no se puede llamar a %r"
#: ../fdroidserver/lint.py
#, python-format
@ -137,6 +138,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -145,14 +150,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -162,6 +179,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -208,7 +229,7 @@ msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
msgid ".__call__() not defined"
msgstr ""
msgstr ".__call__() no definida"
#: ../fdroidserver/metadata.py
msgid ".fdroid.txt is not supported! Convert to .fdroid.yml or .fdroid.json."
@ -279,6 +300,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -293,6 +319,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -452,6 +483,11 @@ msgstr "Cometer cambios"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -472,6 +508,11 @@ msgstr "Empaquetado con la ultima versión de cada paquete"
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -623,9 +664,8 @@ msgid "Don't create a source tarball, useful when testing a build"
msgstr "No crear el tarbal de codigo fuente, útil cuando se esta probando la construcción"
#: ../fdroidserver/stats.py
#, fuzzy
msgid "Don't do anything logs-related"
msgstr "No hacer nada que refiera a los registros"
msgstr "No hacer nada que refiera a los registros relacionados"
#: ../fdroidserver/build.py
msgid "Don't refresh the repository, useful when testing a build with no internet connection"
@ -698,6 +738,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -827,7 +872,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1186,6 +1231,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1232,7 +1281,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1264,6 +1313,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1471,9 +1524,8 @@ msgid "Reading {apkfilename} from cache"
msgstr ""
#: ../fdroidserver/stats.py
#, fuzzy
msgid "Recalculate aggregate stats - use when changes have been made that would invalidate old cached data."
msgstr "Recalcular las agregaciones - usar cuando haya cambios"
msgstr "Recalcular agregación de estados - usar cuando se hacen cambios que invalidarían los datos antiguos cacheados."
#: ../fdroidserver/common.py
msgid "Removing specified files"
@ -1488,9 +1540,8 @@ msgid "Report on build data status"
msgstr "Reportar el estado de la construcción"
#: ../fdroidserver/build.py
#, fuzzy
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
msgstr "Resetear y crear un nuevo servidor de construcción, incluso si el existente parece estar bien."
msgstr "Restablecer y crear un nuevo servidor de compilación, incluso si el existente parece estar bien."
#: ../fdroidserver/nightly.py
#, python-brace-format
@ -1644,9 +1695,8 @@ msgid "Specify a local folder to sync the repo to"
msgstr "Especificar un directorio local donde sincronizar el repositorio"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, fuzzy
msgid "Specify an identity file to provide to SSH for rsyncing"
msgstr "Especifique una archivo de identificación para la resincronización vía SSH"
msgstr "Especifique un fichero de identidad que ofrezca SSH para rsync"
#: ../fdroidserver/build.py
msgid "Specify that we're running on the build server"
@ -1742,6 +1792,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1772,6 +1826,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "¡Se encontró una excepción desconocida!"
@ -2065,13 +2124,13 @@ msgstr ""
#: /usr/lib/python3.7/argparse.py
#, python-format
msgid "ambiguous option: %(option)s could match %(matches)s"
msgstr ""
msgstr "opción ambigua: %(option)s podría corresponderse con %(matches)s"
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
#: /usr/lib/python3.7/optparse.py
#, python-format
msgid "ambiguous option: %s (%s?)"
msgstr ""
msgstr "opción ambigua: %s (%s?)"
#: ../fdroidserver/common.py
msgid "apksigner not found, it's required for signing!"
@ -2130,7 +2189,7 @@ msgstr ""
#: /usr/lib/python3.7/argparse.py
#, python-format
msgid "can't open '%s': %s"
msgstr ""
msgstr "no se puede abrir '%s': %s"
#: ../fdroidserver/build.py
#, python-brace-format
@ -2361,7 +2420,7 @@ msgstr ""
#: /usr/lib/python3.7/optparse.py
#, python-format
msgid "no such option: %s"
msgstr ""
msgstr "no hay tal opción: %s"
#: ../fdroid ../fdroidserver/__main__.py
#, fuzzy
@ -2411,19 +2470,19 @@ msgstr "No se reconoce el comando \"%s\""
#: /usr/lib/python3.7/getopt.py
#, python-format
msgid "option -%s requires argument"
msgstr ""
msgstr "opción -%s requiere un argumento"
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
#: /usr/lib/python3.7/getopt.py
#, python-format
msgid "option --%s must not have an argument"
msgstr ""
msgstr "opción --%s no puede llevar argumento"
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
#: /usr/lib/python3.7/getopt.py
#, python-format
msgid "option --%s not a unique prefix"
msgstr ""
msgstr "opción --%s no es un prefijo único"
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
#: /usr/lib/python3.7/getopt.py
@ -2435,12 +2494,12 @@ msgstr "No se reconoce el comando --\"%s\""
#: /usr/lib/python3.7/getopt.py
#, python-format
msgid "option --%s requires argument"
msgstr ""
msgstr "opción --%s requiere un argumento"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
msgid "optional arguments"
msgstr ""
msgstr "argumentos opcionales"
#: ../fdroidserver/nightly.py
#, python-brace-format
@ -2450,7 +2509,7 @@ msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
msgid "positional arguments"
msgstr ""
msgstr "argumentos posicionales"
#: ../fdroidserver/common.py
#, python-brace-format
@ -2488,13 +2547,13 @@ msgstr ""
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
#: /usr/lib/python3.7/optparse.py
msgid "show program's version number and exit"
msgstr ""
msgstr "mostrar el número de versión del programa y salir"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py
#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.7/optparse.py
msgid "show this help message and exit"
msgstr ""
msgstr "mostrar este mensaje de ayuda y salir"
#: ../fdroidserver/signatures.py
msgid "signed APK, either a file-path or HTTPS URL."
@ -2530,7 +2589,7 @@ msgstr ""
#: /usr/lib/python3.7/argparse.py
#, python-format
msgid "the following arguments are required: %s"
msgstr ""
msgstr "se requieren los siguientes argumentos: %s"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
@ -2558,7 +2617,7 @@ msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
msgid "usage: "
msgstr ""
msgstr "uso: "
#: ../fdroid
msgid "usage: fdroid [-h|--help|--version] <command> [<args>]"
@ -2670,6 +2729,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\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: 2020-04-29 12:49+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Spanish (Mexico) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_MX/>\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -144,14 +148,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -161,6 +177,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -275,6 +295,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -289,6 +314,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -447,6 +477,11 @@ msgstr "Hacer Cambios"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -467,6 +502,11 @@ msgstr "No se pudo encontrar el nombre de la última versión"
msgid "Could not find {path} to remove it"
msgstr "No se pudo encontrar {path} para eliminarlo"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "No se pudo abrir el archivo apk para su análisis"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "No se pudo abrir el archivo apk para su análisis"
@ -691,6 +731,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -818,7 +863,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1176,6 +1221,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1222,7 +1271,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1254,6 +1303,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1725,6 +1778,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1755,6 +1812,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr ""
@ -2642,6 +2704,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,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: 2020-10-06 08:26+0000\n"
"Last-Translator: Mostafa Ahangarha <ahangarha@gmail.com>\n"
"Language-Team: Persian <https://hosted.weblate.org/projects/f-droid/fdroidserver/fa/>\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -144,14 +148,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -161,6 +177,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -275,6 +295,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -289,6 +314,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -447,6 +477,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -465,6 +500,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -688,6 +728,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -815,7 +860,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1173,6 +1218,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1219,7 +1268,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1251,6 +1300,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1722,6 +1775,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1752,6 +1809,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "خطای ناشناخته‌ای یافت شد!"
@ -2639,6 +2701,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\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: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -144,14 +148,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -161,6 +177,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -275,6 +295,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -289,6 +314,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -447,6 +477,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -465,6 +500,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -688,6 +728,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -815,7 +860,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1173,6 +1218,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1219,7 +1268,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1251,6 +1300,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1722,6 +1775,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1752,6 +1809,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr ""
@ -2639,6 +2701,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,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: 2020-10-08 15:24+0000\n"
"Last-Translator: Renaud Perrai <contact@renaudperrai.fr>\n"
"Language-Team: French <https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/>\n"
@ -162,6 +162,11 @@ msgstr "l'option %s ne prend pas de valeur"
msgid "'keypass' not found in config.py!"
msgstr "'keypass' non trouvé dans config.py !"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' non trouvé dans config.py !"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' n'est pas utilisé et 'smartcardoptions' est vide !"
@ -170,14 +175,29 @@ msgstr "'keystore' n'est pas utilisé et 'smartcardoptions' est vide !"
msgid "'keystore' not found in config.py!"
msgstr "'keystore' non trouvé dans config.py !"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' non trouvé dans config.py !"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' non trouvé dans config.py !"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' non trouvé dans config.py !"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' non trouvé dans config.py !"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' non trouvé dans config.py !"
#: /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"
@ -187,6 +207,11 @@ msgstr "'required' est invalide comme argument positionnel"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' n'est pas configuré dans 'config.py' !"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' n'est pas configuré dans 'config.py' !"
#. 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.
@ -301,6 +326,11 @@ msgstr "Code Android DEX"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Le SDK Android '{path}' n'a pas '{dirname}' installé !"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "SDK Android introuvable !"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "SDK Android introuvable !"
@ -315,6 +345,11 @@ msgstr "Le SDK Android '{path}' nexiste pas !"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Le chemin du SDK Android '{path}' n'est pas un dossier !"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "SDK Android introuvable !"
#. 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.
@ -473,6 +508,11 @@ msgstr "Sauvegarder les changements (commit)"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Conflit d'arguments : '--verbose' et '--quiet' ne peuvent être choisis en même temps."
#: ../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"
@ -491,6 +531,11 @@ msgstr "Impossible de trouver le nom de la dernière version"
msgid "Could not find {path} to remove it"
msgstr "Chemin {path} introuvable pour sa suppression"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Impossible d'ouvrir le fichier apk pour analyse"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "Impossible d'ouvrir le fichier apk pour analyse"
@ -718,6 +763,11 @@ msgstr ""
"Entrez le chemin du SDK Android (%s1) :\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
@ -845,7 +895,7 @@ msgstr "« {path} » graphique trouvée sans métadonnées pour l'applicatio
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "Appids invalide trouvée dans l'argument"
@ -1203,6 +1253,11 @@ msgstr "Aucun périphérique connecté trouvé"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "Aucun archivage spécifier pour {versionName} dans {linedesc}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "Aucun 'config.py' trouvée, utilisation des originales."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "Aucune empreinte dans l'URL."
@ -1250,7 +1305,7 @@ msgstr "Aucun dossier de sortie signée - rien n'est a faire"
msgid "No signing certificates found in {path}"
msgstr "Aucun certificat signée trouvée dans {path}"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Aucun packet comme sa : %s"
@ -1282,6 +1337,11 @@ msgstr "Rien à faire pour {appid}."
msgid "Now set these in config.py:"
msgstr "Maintenant, définissez-les dans config.py:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Maintenant, définissez-les dans config.py:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1755,6 +1815,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1786,6 +1850,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Exception inconnue détectée !"
@ -2676,6 +2745,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\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: 2020-11-10 16:21+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/hu/>\n"
@ -143,6 +143,11 @@ msgstr "A(z) %s kapcsoló nem fogad értéket"
msgid "'keypass' not found in config.py!"
msgstr "A „keypass” nem található a config.py fájlban."
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "A „keypass” nem található a config.py fájlban."
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -151,14 +156,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "A „keystore” nem található a config.py fájlban."
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "A „keystore” nem található a config.py fájlban."
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "A „keystorepass” nem található a config.py fájlban."
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "A „keystorepass” nem található a config.py fájlban."
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "A „repo_keyalias” nem található a config.py fájlban."
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "A „repo_keyalias” nem található a config.py fájlban."
#: /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"
@ -168,6 +188,11 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr "Az „sdk_path” nincs megadva a „config.py” fájlban."
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "Az „sdk_path” nincs megadva a „config.py” fájlban."
#. 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.
@ -282,6 +307,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -296,6 +326,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -454,6 +489,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -472,6 +512,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -695,6 +740,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -822,7 +872,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1180,6 +1230,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1226,7 +1280,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1258,6 +1312,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1729,6 +1787,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1759,6 +1821,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Ismeretlen kivétel észlelve!"
@ -2646,6 +2713,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\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: 2020-10-06 08:26+0000\n"
"Last-Translator: signz signotorez <signotorez@gmail.com>\n"
"Language-Team: Indonesian <https://hosted.weblate.org/projects/f-droid/fdroidserver/id/>\n"
@ -134,6 +134,11 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr "'keypass' tidak ditemukan dalam config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' tidak ditemukan dalam config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -142,14 +147,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "'keystore' tidak ditemukan dalam config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' tidak ditemukan dalam config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' tidak ditemukan dalam config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' tidak ditemukan dalam config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' tidak ditemukan dalam config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' tidak ditemukan dalam config.py!"
#: /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"
@ -159,6 +179,11 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'keypass' tidak ditemukan dalam config.py!"
#. 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.
@ -273,6 +298,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -287,6 +317,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -444,6 +479,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -462,6 +502,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -685,6 +730,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -812,7 +862,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1170,6 +1220,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1216,7 +1270,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1248,6 +1302,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1718,6 +1776,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1748,6 +1810,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Eksepsi tidak ditemukan!"
@ -2632,6 +2699,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.8-224-g4b0ade7\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: 2020-09-02 16:10+0000\n"
"Last-Translator: Hinaloe <hina@hinaloe.net>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/f-droid/fdroidserver/ja/>\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -142,14 +146,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -159,6 +175,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -273,6 +293,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -287,6 +312,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK パス '{path}' はディレクトリではありません!"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -444,6 +474,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -462,6 +497,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -685,6 +725,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -812,7 +857,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1170,6 +1215,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1216,7 +1265,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1248,6 +1297,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1718,6 +1771,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1748,6 +1805,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr ""
@ -2632,6 +2694,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -6,7 +6,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: 2020-10-06 08:26+0000\n"
"Last-Translator: Kahina Messaoudi <messaoudikahina02@gmail.com>\n"
"Language-Team: Kabyle <https://hosted.weblate.org/projects/f-droid/fdroidserver/kab/>\n"
@ -136,6 +136,11 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr "'keypass' ulac-it di config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' ulac-it di config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -144,14 +149,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "'keystore' ulac-it di config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' ulac-it di config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' ulac-it di config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' ulac-it di config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' ulac-it deg config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' ulac-it deg config.py!"
#: /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"
@ -161,6 +181,11 @@ msgstr "'required' d taɣiret ur iṣeḥḥan ara i usideg"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' ur yettwasbadu ara 'config.py'!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' ur yettwasbadu ara 'config.py'!"
#. 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.
@ -275,6 +300,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -289,6 +319,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -447,6 +482,11 @@ msgstr "Azen ibeddilen"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -465,6 +505,11 @@ msgstr "Ur izmir ara ad d-yaf isem n lqem aneggaru"
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Ur yezmir ara a d-ildi afaylu apk i tesleḍt"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "Ur yezmir ara a d-ildi afaylu apk i tesleḍt"
@ -688,6 +733,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -815,7 +865,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1173,6 +1223,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1219,7 +1273,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1251,6 +1305,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1722,6 +1780,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1752,6 +1814,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr ""
@ -2639,6 +2706,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.8-135-g16dd6d28\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: 2020-11-10 16:20+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/>\n"
@ -141,6 +141,11 @@ msgstr "%s 옵션은 값을 받지 않습니다"
msgid "'keypass' not found in config.py!"
msgstr "'keypass'를 config.py에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass'를 config.py에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -149,14 +154,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "'keystore'를 config.py에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore'를 config.py에서 찾을 수 없습니다!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass'를 config.py에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass'를 config.py에서 찾을 수 없습니다!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias'를 config.py에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias'를 config.py에서 찾을 수 없습니다!"
#: /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"
@ -166,6 +186,11 @@ msgstr "'required'는 고정적을 위한 잘못된 인수입니다"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path'를 'config.py'에서 설정할 수 없습니다!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path'를 'config.py'에서 설정할 수 없습니다!"
#. 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.
@ -281,6 +306,11 @@ msgstr "Android SDK를 찾을 수 없습니다!"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android SDK '{path}'는 설치된 '{dirname}'가 없습니다!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "Android SDK를 찾을 수 없습니다!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "Android SDK를 찾을 수 없습니다!"
@ -295,6 +325,11 @@ msgstr "Android SDK 경로 '{path}'는 존재하지 않습니다!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK 경로 '{path}'는 디렉터리가 아닙니다!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "Android SDK를 찾을 수 없습니다!"
#. 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.
@ -452,6 +487,11 @@ msgstr "번경사항 커밋"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -470,6 +510,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -693,6 +738,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -820,7 +870,7 @@ msgstr "앱 \"{name}\"를 위한 메타데이터가 없이 \"{path}\" 그래픽
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1178,6 +1228,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1224,7 +1278,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1256,6 +1310,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1726,6 +1784,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1757,6 +1819,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "알 수 없는 예외가 찾아졌습니다!"
@ -2643,6 +2710,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\"는 존재하지 않습니다! 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!"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\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: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -135,6 +135,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -143,14 +147,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -160,6 +176,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -274,6 +294,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -288,6 +313,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -446,6 +476,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -464,6 +499,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -687,6 +727,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -814,7 +859,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1172,6 +1217,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1218,7 +1267,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1250,6 +1299,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1721,6 +1774,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1751,6 +1808,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr ""
@ -2638,6 +2700,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.8-74-ga380b9f\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: 2020-10-14 09:28+0000\n"
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/f-droid/fdroidserver/nb_NO/>\n"
@ -144,6 +144,11 @@ msgstr "%s-valget tar ikke en verdi"
msgid "'keypass' not found in config.py!"
msgstr "'keypass' ble ikke funnet i config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' ble ikke funnet i config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -152,14 +157,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "'keystore' ble ikke funnet i config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' ble ikke funnet i config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' ble ikke funnet i config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' ble ikke funnet i config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' ble ikke funnet i config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' ble ikke funnet i config.py!"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
#, fuzzy
@ -170,6 +190,11 @@ msgstr "'required' er et ugyldig argument for posisjonsinfo"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' ble ikke funnet i config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' ble ikke funnet i config.py!"
#. 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.
@ -286,6 +311,11 @@ msgstr "Fant ingen Android-SDK."
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android-SDK '{path}' har ikke '{dirname}' installert."
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "Fant ikke Android-SDK!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "Fant ikke Android-SDK!"
@ -300,6 +330,11 @@ msgstr "Sti for Android-SDK \"{path}\" finnes ikke."
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK-stien '{path}' er ikke ei mappe."
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "Fant ikke Android-SDK!"
#. 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.
@ -460,6 +495,11 @@ msgstr "Send inn endringer"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Argumenter i konflikt: '--verbose' og '--quiet' kan ikke angis samtidig."
#: ../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"
@ -480,6 +520,11 @@ msgstr "Fant ikke seneste versjonsnavn"
msgid "Could not find {path} to remove it"
msgstr "Fant ikke \"{path}\" for fjerning derav"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Kunne ikke åpne APK-fil for analyse"
#: ../fdroidserver/update.py
#, fuzzy
msgid "Could not open apk file for analysis"
@ -718,6 +763,11 @@ msgstr ""
"Skriv inn stien til Android SDK (%s) her:\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
#, fuzzy, python-format
@ -850,7 +900,7 @@ msgstr "Fant \"{path}\"-grafikk uten metadata for programmet \"{name}\"."
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, fuzzy
msgid "Found invalid appids in arguments"
msgstr "Fant ugyldige App-ID-er i argumenter"
@ -1221,6 +1271,11 @@ msgstr "Fant ingen tilknyttede enheter"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "Ingen innsendelse angitt for {versionName} i {linedesc}."
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "Fant ingen 'config.py' , bruker forvalg."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "Inget fingeravtrykk i nettadresse."
@ -1269,7 +1324,7 @@ msgstr "Ingen signert utdatamappe - ingenting å gjøre"
msgid "No signing certificates found in {path}"
msgstr "Ingen signeringssertifikater funnet i {path}"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Ingen slik pakke: %s"
@ -1301,6 +1356,10 @@ msgstr "Ingenting å gjøre for {appid}."
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
@ -1791,6 +1850,11 @@ msgstr "Denne pakkebrønnen har allerede lokal metadata: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "For å bruke AWS-spann, må \"awssecretkey\" og \"awsaccesskeyid\" også være satt i config.py."
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "For å bruke AWS-spann, må \"awssecretkey\" og \"awsaccesskeyid\" også være satt i config.py."
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "Nettadressen må starte med https:// eller http://"
@ -1823,6 +1887,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "Uventet tekst på samme linje som {field} i {linedesc}."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Ukjent unntak møtt!"
@ -2734,6 +2803,11 @@ msgstr "{file} er tom eller skadet!"
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" finnes ikke. Rett det i 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!"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\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: 2020-10-01 20:58+0000\n"
"Last-Translator: Bart Groeneveld <avi@bartavi.nl>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/f-droid/fdroidserver/nl/>\n"
@ -135,6 +135,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -143,14 +147,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -160,6 +176,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -274,6 +294,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -288,6 +313,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -447,6 +477,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -465,6 +500,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -688,6 +728,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -815,7 +860,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1173,6 +1218,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1219,7 +1268,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1251,6 +1300,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1722,6 +1775,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1752,6 +1809,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Onbekende uitzondering gevonden!"
@ -2639,6 +2701,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -1,13 +1,13 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# WaldiS <sto@tutanota.de>, 2020.
# Michal L <michalrmsmi@wp.pl>, 2020.
# Michal L <michalrmsmi@wp.pl>, 2020, 2021.
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2020-10-21 18:05+0200\n"
"PO-Revision-Date: 2020-11-20 23:28+0000\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"PO-Revision-Date: 2021-01-13 04:41+0000\n"
"Last-Translator: Michal L <michalrmsmi@wp.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/f-droid/fdroidserver/pl/>\n"
"Language: pl\n"
@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.4-dev\n"
"X-Generator: Weblate 4.4.1-dev\n"
#: ../fdroidserver/common.py
msgid ""
@ -26,6 +26,12 @@ msgid ""
" tools on https://gitlab.com/fdroid.\n"
" "
msgstr ""
"\n"
" To jest repozytorium aplikacji, które mają być używane z FDroid. Aplikacje w tym\n"
" repozytorium są oficjalnymi plikami binarnymi utworzonymi przez oryginalnych\n"
" programistów lub są to pliki binarne utworzone ze źródła przez f-droid.org\n"
" przy użyciu narzędzi na https://gitlab.com/fdroid.\n"
" "
#: ../fdroidserver/nightly.py
msgid ""
@ -143,6 +149,11 @@ msgstr "%s opcja nie przyjmuje wartości"
msgid "'keypass' not found in config.py!"
msgstr "'keypass' nie znaleziono w config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' nie znaleziono w config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -151,14 +162,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "'Plik kluczy' nie został znaleziony w pliku config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'Plik kluczy' nie został znaleziony w pliku config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' nie znaleziono w config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' nie znaleziono w config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' nie znaleziono w config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' nie znaleziono w config.py!"
#: /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"
@ -168,6 +194,11 @@ msgstr "'wymagane' jest nieprawidłowym argumentem dla pozycji"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' nie jest ustawiony w 'config.py'!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' nie jest ustawiony w 'config.py'!"
#. 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.
@ -282,6 +313,11 @@ msgstr "Kod DEX Android"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android SDK '{path}' nie jest '{dirname}' zainstalowany!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "Nie znaleziono Android SDK!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "Nie znaleziono Android SDK!"
@ -296,6 +332,11 @@ msgstr "Android SDK ścieżka '{path}' nie istnieje!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK ścieżka '{path}' nie jest katalogiem!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "Nie znaleziono Android SDK!"
#. 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.
@ -391,7 +432,7 @@ msgid "Cannot resolve application ID {appid}"
msgstr "Nie można rozpoznać identyfikatora aplikacji {appid}"
#: ../fdroidserver/rewritemeta.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Cannot rewrite \"{path}\""
msgstr "Nie można odczytać \"{path}\""
@ -455,26 +496,34 @@ msgstr "Zatwierdź zmiany"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Sprzeczne argumenty: '--verbose' i '--quiet' nie mogą być podane w tym samym czasie."
#: ../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"
msgstr "Nie można znaleźć '{command}' w twoim systemie"
#: ../fdroidserver/import.py
#, fuzzy
msgid "Could not find latest version code"
msgstr "Nie można znaleźć najnowszej wersji kodu"
#: ../fdroidserver/import.py
#, fuzzy
msgid "Could not find latest version name"
msgstr "Nie można znaleźć najnowszej wersji nazwy"
msgstr "Nie można odnaleźć nazwy najnowszej wersji"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not find {path} to remove it"
msgstr "Nie można znaleźć pliku {path}, aby go usunąć"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Nie można otworzyć pliku APK do analizy"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "Nie można otworzyć pliku APK do analizy"
@ -486,9 +535,8 @@ msgstr ""
#. Translators: https://developer.android.com/studio/build/application-id
#: ../fdroidserver/import.py
#, fuzzy
msgid "Couldn't find Application ID"
msgstr "Nie można znaleźć identyfikatora pakietu"
msgstr "Nie można odnaleźć identyfikatora aplikacji"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/import.py
@ -601,7 +649,7 @@ msgstr "Opis długości {length} przekracza limit {limit} char"
#: ../fdroidserver/import.py
msgid "Do not add 'disable:' to the generated build entries"
msgstr ""
msgstr "Nie dodawaj „wyłącz:” do wygenerowanych wpisów kompilacji"
#: ../fdroidserver/nightly.py
msgid "Do not deploy the new files to the repo"
@ -670,7 +718,7 @@ msgstr "Dynamicznie skanuj kompilację postów APK"
#: ../fdroidserver/__main__.py
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
msgstr ""
msgstr "BŁĄD: podkomenda „serwer” została usunięta, użyj polecenia „deploy”!"
#: ../fdroidserver/mirror.py
msgid ""
@ -703,6 +751,11 @@ msgstr ""
"Podaj ścieżkę do zestawu SDK systemu Android (%s) tutaj:\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
@ -786,7 +839,7 @@ msgstr "Pobrane podpisy dla '{apkfilename}' -> '{sigdir}'"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "File disappeared while processing it: {path}"
msgstr ""
msgstr "Plik zniknął podczas przetwarzania go: {path}"
#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py
#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py
@ -819,7 +872,7 @@ msgstr "Wymuś zatrzymanie kompilacji po {0} upływie limitu czasu!"
#: ../fdroidserver/scanner.py
msgid "Force scan of disabled apps and builds."
msgstr ""
msgstr "Wymuś skanowanie wyłączonych aplikacji i kompilacji."
#: ../fdroidserver/update.py
#, python-brace-format
@ -831,7 +884,7 @@ msgstr "Znaleziono \"{path}\" grafiki bez metadanych dla aplikacji \"{name}\"!"
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "Znaleziono nieprawidłowe pliki w argumentach"
@ -1098,9 +1151,8 @@ msgid "JAR signature verified: {path}"
msgstr "Podpis JAR potwierdzony: {path}"
#: ../fdroidserver/scanner.py
#, fuzzy
msgid "Java JAR file"
msgstr "Plik JAR Java"
msgstr "Plik Java JAR"
#: ../fdroidserver/publish.py ../fdroidserver/update.py
#: ../fdroidserver/mirror.py
@ -1191,6 +1243,11 @@ msgstr "Nie znaleziono podłączonych urządzeń"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "Nie określono zatwierdzenia dla {versionName} w {linedesc}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "Nie znaleziono pliku 'config.py', używając wartości domyślnych."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "Brak odcisku palca w adresie URL."
@ -1237,7 +1294,7 @@ msgstr "Brak podpisanego katalogu wyjściowego - nic nie można zrobić"
msgid "No signing certificates found in {path}"
msgstr "Nie znaleziono certyfikatów do podpisu w {path}"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Brak takiego pakietu: %s"
@ -1269,6 +1326,11 @@ msgstr "Nic nie robić w {appid}."
msgid "Now set these in config.py:"
msgstr "Teraz ustaw je w config.py:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Teraz ustaw je w config.py:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1742,6 +1804,11 @@ msgstr "To repo ma już lokalne metadane: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "Aby użyć awsbucket, awssecretkey i awsaccesskeyid muszą być również ustawione w config.py!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Aby użyć awsbucket, awssecretkey i awsaccesskeyid muszą być również ustawione w config.py!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "Adres URL musi rozpoczynać się od https:// lub http://"
@ -1772,6 +1839,11 @@ msgstr "Nieprawidłowy tag licencji \"{}\"! Używaj tylko tagów licencji skonfi
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "Nieoczekiwany tekst w tej samej linii co {field} w {linedesc}"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Znaleziono nieznany wyjątek!"
@ -2667,6 +2739,11 @@ msgstr "{file} jest pusty lub uszkodzony!"
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" nie istnieje! Popraw go w 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!"
@ -2688,9 +2765,9 @@ msgid "{path} is zero size!"
msgstr "{path} ma zerowy rozmiar!"
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "{path} more than 200MB, manually upload: {url}"
msgstr "{path} więcej niż 200MB, załadowane ręcznie: {url}"
msgstr "{path} więcej niż 200MB, przesłane ręcznie: {url}"
#: ../fdroidserver/mirror.py
#, python-brace-format

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\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: 2020-10-26 07:26+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt/>\n"
@ -147,6 +147,11 @@ msgstr "opção %s não leva um valor"
msgid "'keypass' not found in config.py!"
msgstr "'keypass' não foi encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' não foi encontrada em config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazio!"
@ -155,14 +160,29 @@ msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazio!"
msgid "'keystore' not found in config.py!"
msgstr "'keystore' não encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' não encontrada em config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' não encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' não encontrada em config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' não encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' não encontrada em config.py!"
#: /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"
@ -172,6 +192,11 @@ msgstr "'required' é um argumento inválido para posicionadores"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' não definido em 'config.py'!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' não definido em 'config.py'!"
#. 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.
@ -286,6 +311,11 @@ msgstr "Código DEX do Android"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "O SDK Android '{path}' não tem '{dirname}' instalado!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "SDK do Android não foi encontrado!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "SDK do Android não foi encontrado!"
@ -300,6 +330,11 @@ msgstr "O caminho do SDK Android '{path}' não existe!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "O caminho do SDK Android '{path}' não é um diretório!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "SDK do Android não foi encontrado!"
#. 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.
@ -458,6 +493,11 @@ msgstr "Enviar mudanças"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Argumentos conflitantes: \"--verbose\" e \"--quiet\" não podem ser especificados ao mesmo tempo."
#: ../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"
@ -476,6 +516,11 @@ msgstr "Não foi possível encontrar o nome da versão mais recente"
msgid "Could not find {path} to remove it"
msgstr "Não foi possível localizar {path} para removê-lo"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Não foi possível abrir ficheiro apk para análise"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "Não foi possível abrir ficheiro apk para análise"
@ -703,6 +748,11 @@ msgstr ""
"Digite o caminho para o SDK do Android (%s) aqui:\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
@ -830,7 +880,7 @@ msgstr "\"{path}\" gráfico encontrado sem metadados para o app \"{name}\"!"
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr "Ficheiro de financiamento ruim \"{path}\" encontrado para \"{name}\":"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "appids inválidos encontrados em argumentos"
@ -1188,6 +1238,11 @@ msgstr "Nenhum aparelho anexado encontrado"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "Nenhum commit especificado para {versionName} em {linedesc}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "'config.py' não encontrado, utilizando as predefinições."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "Nenhuma impressão digital no URL."
@ -1234,7 +1289,7 @@ msgstr "Nenhum diretório de saída assinado - nada a fazer"
msgid "No signing certificates found in {path}"
msgstr "Nenhum certificado de assinatura encontrado em {path}"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Nenhum pacote desses: %s"
@ -1266,6 +1321,11 @@ msgstr "Nada a fazer para {appid}."
msgid "Now set these in config.py:"
msgstr "Agora configure estes em config.py:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Agora configure estes em config.py:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1737,6 +1797,11 @@ msgstr "Este repositório já tem metadados locais: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.py!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.py!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "A URL deve começar com https:// ou http://"
@ -1767,6 +1832,11 @@ msgstr "Etiqueta de licença \"{}\" inesperada! Use somente as etiquetas de lice
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "Texto inesperado na mesma linha como {field} em {linedesc}"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Exceção desconhecida!"
@ -2654,6 +2724,11 @@ msgstr "{file} está em branco ou corrompido!"
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" não existe! Corrija-o no 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!"

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: 2020-11-09 19:08+0000\n"
"Last-Translator: The Cats <philosoph@snopyta.org>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_BR/>\n"
@ -153,6 +153,11 @@ msgstr "opção %s não leva um valor"
msgid "'keypass' not found in config.py!"
msgstr "'keypass' não foi encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' não foi encontrada em config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazia!"
@ -161,14 +166,29 @@ msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazia!"
msgid "'keystore' not found in config.py!"
msgstr "'keystore' não encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' não encontrada em config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' não encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' não encontrada em config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' não encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' não encontrada em config.py!"
#: /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"
@ -178,6 +198,11 @@ msgstr "'required' é um argumento inválido para posicionadores"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' não definido em 'config.py'!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' não definido em 'config.py'!"
#. 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.
@ -292,6 +317,11 @@ msgstr "Código DEX do Android"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "O SDK Android '{path}' não tem '{dirname}' instalado!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "SDK do Android não foi encontrado!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "SDK do Android não foi encontrado!"
@ -306,6 +336,11 @@ msgstr "O caminho do SDK Android '{path}' não existe!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "O caminho do SDK Android '{path}' não é um diretório!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "SDK do Android não foi encontrado!"
#. 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.
@ -464,6 +499,11 @@ msgstr "Enviar mudanças"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Argumentos conflitantes: \"--verbose\" e \"--quiet\" não podem ser especificados ao mesmo tempo."
#: ../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"
@ -482,6 +522,11 @@ msgstr "Não foi possível encontrar o nome da versão mais recente"
msgid "Could not find {path} to remove it"
msgstr "Impossível encontrar {path} para removê-lo"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Impossível abrir o arquivo de APK para analisá-lo"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "Impossível abrir o arquivo de APK para analisá-lo"
@ -709,6 +754,11 @@ msgstr ""
"Digite o caminho para o Android SDK (%s) aqui:\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
@ -836,7 +886,7 @@ msgstr "Foi encontrado o gráfico \"{path}\" sem metadados para o aplicativo \"{
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr "Encontrado arquivo inválido \"{path}\" de financiamento para \"{name}\":"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "Encontrou aplicativos inválidos em argumentos"
@ -1194,6 +1244,11 @@ msgstr "Nenhum dispositivo conectado encontrado"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "Nenhum commit especificado para {versionName} em {linedesc}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "Nenhum 'config.py' encontrado, usando padrões."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "Nenhuma impressão digital (fingerprint) no URL."
@ -1240,7 +1295,7 @@ msgstr "Nenhum diretório de saída assinado - nada a fazer"
msgid "No signing certificates found in {path}"
msgstr "Nenhum certificado de assinatura encontrado em {path}"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Nenhum pacote desse tipo: %s"
@ -1272,6 +1327,11 @@ msgstr "Nada a fazer para {appid}."
msgid "Now set these in config.py:"
msgstr "Agora defina estes em config.py:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Agora defina estes em config.py:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1743,6 +1803,11 @@ msgstr "Este repositório já tem metadados locais: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.py!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.py!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "A URL deve começar com https:// ou http://"
@ -1773,6 +1838,11 @@ msgstr "A etiqueta da licença foi inesperada \"{}\"! Use apenas as etiquetas co
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "Texto inesperado na mesma linha como {field} em {linedesc}"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Exceção desconhecida encontrada!"
@ -2660,6 +2730,11 @@ msgstr "o {file} está vazio ou está corrompido!"
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" não existe! Corrija-o no 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!"

View file

@ -8,7 +8,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: 2020-10-26 07:26+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_PT/>\n"
@ -150,6 +150,11 @@ msgstr "opção %s não leva um valor"
msgid "'keypass' not found in config.py!"
msgstr "'keypass' não foi encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' não foi encontrada em config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazio!"
@ -158,14 +163,29 @@ msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazio!"
msgid "'keystore' not found in config.py!"
msgstr "'keystore' não encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' não encontrada em config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' não encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' não encontrada em config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' não encontrada em config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' não encontrada em config.py!"
#: /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"
@ -175,6 +195,11 @@ msgstr "'required' é um argumento inválido para posicionadores"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' não definido em 'config.py'!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' não definido em 'config.py'!"
#. 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.
@ -289,6 +314,11 @@ msgstr "Código DEX do Android"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "O SDK Android '{path}' não tem '{dirname}' instalado!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "SDK do Android não foi encontrado!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "SDK do Android não foi encontrado!"
@ -303,6 +333,11 @@ msgstr "O caminho do SDK Android '{path}' não existe!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "O caminho do SDK Android '{path}' não é um diretório!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "SDK do Android não foi encontrado!"
#. 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.
@ -461,6 +496,11 @@ msgstr "Enviar mudanças"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Argumentos conflitantes: \"--verbose\" e \"--quiet\" não podem ser especificados ao mesmo tempo."
#: ../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"
@ -479,6 +519,11 @@ msgstr "Não foi possível encontrar o nome da versão mais recente"
msgid "Could not find {path} to remove it"
msgstr "Não foi possível localizar {path} para removê-lo"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Não foi possível abrir ficheiro apk para análise"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "Não foi possível abrir ficheiro apk para análise"
@ -706,6 +751,11 @@ msgstr ""
"Digite o caminho para o SDK do Android (%s) aqui:\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
@ -833,7 +883,7 @@ msgstr "\"{path}\" gráfico encontrado sem metadados para o app \"{name}\"!"
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr "Ficheiro de financiamento ruim \"{path}\" encontrado para \"{name}\":"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "appids inválidos encontrados em argumentos"
@ -1191,6 +1241,11 @@ msgstr "Nenhum aparelho anexado encontrado"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "Nenhum commit especificado para {versionName} em {linedesc}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "'config.py' não encontrado, utilizando as predefinições."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "Nenhuma impressão digital no URL."
@ -1237,7 +1292,7 @@ msgstr "Nenhum diretório de saída assinado - nada a fazer"
msgid "No signing certificates found in {path}"
msgstr "Nenhum certificado de assinatura encontrado em {path}"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Nenhum pacote desses: %s"
@ -1269,6 +1324,11 @@ msgstr "Nada a fazer para {appid}."
msgid "Now set these in config.py:"
msgstr "Agora configure estes em config.py:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Agora configure estes em config.py:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1740,6 +1800,11 @@ msgstr "Este repositório já tem metadados locais: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.py!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.py!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "A URL deve começar com https:// ou http://"
@ -1770,6 +1835,11 @@ msgstr "Etiqueta de licença \"{}\" inesperada! Use somente as etiquetas de lice
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "Texto inesperado na mesma linha como {field} em {linedesc}"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Exceção desconhecida!"
@ -2657,6 +2727,11 @@ msgstr "{file} está em branco ou corrompido!"
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" não existe! Corrija-o no 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!"

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\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: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -135,6 +135,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -143,14 +147,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -160,6 +176,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -274,6 +294,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -288,6 +313,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -447,6 +477,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -465,6 +500,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -688,6 +728,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -815,7 +860,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1173,6 +1218,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1219,7 +1268,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1251,6 +1300,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1723,6 +1776,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1753,6 +1810,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr ""
@ -2643,6 +2705,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -1,13 +1,13 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# Besnik Bleta <besnik@programeshqip.org>, 2020.
# Besnik Bleta <besnik@programeshqip.org>, 2020, 2021.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2020-10-21 18:05+0200\n"
"PO-Revision-Date: 2020-11-14 21:55+0000\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"PO-Revision-Date: 2021-01-13 04:41+0000\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
"Language-Team: Albanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sq/>\n"
"Language: sq\n"
@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4-dev\n"
"X-Generator: Weblate 4.4.1-dev\n"
#: ../fdroidserver/common.py
msgid ""
@ -27,7 +27,7 @@ msgid ""
" "
msgstr ""
"\n"
" Kjo është një depo aplikacionesh për tu përdorur me FDroid. Applikacionet\n"
" Kjo është një depo aplikacionesh për tu përdorur me FDroid. Aplikacionet\n"
" në këtë depo ose janë dyorë zyrtarë të montuar nga zhvilluesit e aplikacionit\n"
" origjinal, ose janë dyorë të montuar nga burimi prej f-droid.org duke përdorur\n"
" mjetet në https://gitlab.com/fdroid.\n"
@ -148,6 +148,11 @@ msgstr "Mundësia %s smerr ndonjë vlerë"
msgid "'keypass' not found in config.py!"
msgstr "Su gjet 'keypass' në config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "Su gjet 'keypass' në config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' është NONE dhe 'smartcardoptions' është e zbrazët!"
@ -156,14 +161,29 @@ msgstr "'keystore' është NONE dhe 'smartcardoptions' është e zbrazët!"
msgid "'keystore' not found in config.py!"
msgstr "Su gjet 'keystore' në config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "Su gjet 'keystore' në config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "Su gjet 'keystorepass' te config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "Su gjet 'keystorepass' te config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "Su gjet 'repo_keyalias' te config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "Su gjet 'repo_keyalias' te config.py!"
#: /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"
@ -173,6 +193,11 @@ msgstr "'required' është argument i pavlefshëm për pozicionalë"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' te 'config.py' sështë ujdisur!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' te 'config.py' sështë ujdisur!"
#. 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.
@ -287,6 +312,11 @@ msgstr "Kod DEX Android"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android SDK '{path}' ska '{dirname}' të instaluar!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "Su gjet SDK Android-i!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "Su gjet SDK Android-i!"
@ -301,6 +331,11 @@ msgstr "Shtegu Android SDK '{path}' sekziston!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Shtegu Android SDK '{path}' sështë drejtori!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "Su gjet SDK Android-i!"
#. 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.
@ -459,6 +494,11 @@ msgstr "Depozito ndryshimet"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Argumente që përplasen: '--verbose' dhe '--quiet' smund të përdoren në të njëjtën kohë."
#: ../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"
@ -477,6 +517,11 @@ msgstr "S u gjet dot emër i versionit më të ri"
msgid "Could not find {path} to remove it"
msgstr "Su gjet dot {path} për ta hequr"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Su hap dot kartela apk për analizim"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "Su hap dot kartela apk për analizim"
@ -704,6 +749,11 @@ msgstr ""
"Jepni shtegun për te Android SDK (%s) këtu:\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
@ -831,7 +881,7 @@ msgstr "U gjet grafik \"{path}\" pa tejtëdhëna për aplikacionin \"{name}\"!"
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "U gjetën appid-e të pavlefshëm te argumente"
@ -1189,6 +1239,11 @@ msgstr "Su gjetën pajisje të bashkëngjitura"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "Te {linedesc} ska parashtrim të specifikuar për {versionName}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "Su gjet 'config.py', po përdoren parazgjedhjet."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "Ska shenja gishtash te URL-ja."
@ -1236,7 +1291,7 @@ msgstr "Ska drejtori output-i të nënshkruar - ska çbëhet"
msgid "No signing certificates found in {path}"
msgstr "Su gjetën dëshmi nënshkrimi te {path}"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Ska paketë të tillë: %s"
@ -1268,6 +1323,11 @@ msgstr "Ska çbëhet për {appid}."
msgid "Now set these in config.py:"
msgstr "Tani, ujdisini këto te config.py:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Tani, ujdisini këto te config.py:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1739,6 +1799,11 @@ msgstr "Kjo depo ka tashmë tejtëdhëna vendore: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "Për të përdorur awsbucket, te config.py duhen ujdisur edhe awssecretkey dhe awsaccesskey!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Për të përdorur awsbucket, te config.py duhen ujdisur edhe awssecretkey dhe awsaccesskey!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "URL-ja duhet të fillojë me https:// ose http://"
@ -1769,6 +1834,11 @@ msgstr "Etiketë e papritur licence \"{}\"! Përdorni vetëm etiketa licencash t
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "Tekst i papritur në të njëjtin rresht me {field} te {linedesc}"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "U gjet përjashtim i panjohur!"
@ -2656,6 +2726,11 @@ msgstr "{file} është e zbrazët ose e dëmtuar!"
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" sekziston! Ndreqeni te 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!"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\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: 2020-11-10 16:21+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/f-droid/fdroidserver/sv/>\n"
@ -135,6 +135,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -143,14 +147,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -160,6 +176,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -274,6 +294,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -288,6 +313,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -446,6 +476,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -464,6 +499,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -687,6 +727,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -814,7 +859,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1172,6 +1217,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1218,7 +1267,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1250,6 +1299,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1721,6 +1774,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1751,6 +1808,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Okänt undantag hittades!"
@ -2638,6 +2700,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -5,7 +5,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: 2020-10-22 17:26+0000\n"
"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/f-droid/fdroidserver/tr/>\n"
@ -147,6 +147,11 @@ msgstr "%s seçeneği bir değer almaz"
msgid "'keypass' not found in config.py!"
msgstr "'keypass' config.py içinde bulunamadı!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' config.py içinde bulunamadı!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' seçeneği NONE ve 'smartcardoptions' seçeneği boş!"
@ -155,14 +160,29 @@ msgstr "'keystore' seçeneği NONE ve 'smartcardoptions' seçeneği boş!"
msgid "'keystore' not found in config.py!"
msgstr "'keystore' config.py içinde bulunamadı!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' config.py içinde bulunamadı!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' config.py içinde bulunamadı!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' config.py içinde bulunamadı!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' config.py içinde bulunamadı!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' config.py içinde bulunamadı!"
#: /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"
@ -172,6 +192,11 @@ msgstr "'required' positionals için geçersiz bir argüman"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' 'config.py' içinde ayarlı değil!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' 'config.py' içinde ayarlı değil!"
#. 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.
@ -286,6 +311,11 @@ msgstr "Android DEX kodu"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android SDK '{path}' içinde '{dirname}' kurulu değil!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "Android SDK bulunamadı!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "Android SDK bulunamadı!"
@ -300,6 +330,11 @@ msgstr "Android SDK konumu '{path}' yok!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK yolu '{path}' bir dizin değil!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "Android SDK bulunamadı!"
#. 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.
@ -458,6 +493,11 @@ msgstr "Değişiklikleri işle"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Çakışan argümanlar: '--verbose' ve '--quiet' aynı anda belirtilemez."
#: ../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"
@ -476,6 +516,11 @@ msgstr "Son sürüm adı bulunamadı"
msgid "Could not find {path} to remove it"
msgstr "Kaldırmak için {path} bulunamadı"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "İnceleme için apk dosyasıılamadı"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "İnceleme için apk dosyasıılamadı"
@ -703,6 +748,11 @@ msgstr ""
"Android SDK (%s) konumunu buraya girin:\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
@ -830,7 +880,7 @@ msgstr "\"{name}\" uygulaması için üst verisi olmayan \"{path}\" grafiği bul
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr "\"{name}\" için hatalı ödeme dosyası \"{path}\" bulundu:"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "Argümanda geçersiz appid'ler bulundu"
@ -1188,6 +1238,11 @@ msgstr "Bağlı aygıt bulunamadı"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "{linedesc} içindeki {versionName} için belirtilen işleme yok"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "'config.py' bulunamadı, öntanımlılar kullanılıyor."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "URL'de parmak izi yok."
@ -1234,7 +1289,7 @@ msgstr "İmzalanmış çıktı dizini yok - yapılacak işlem yok"
msgid "No signing certificates found in {path}"
msgstr "{path} içinde imzalama sertifikaları bulunamadı"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Böyle bir paket yok: %s"
@ -1266,6 +1321,11 @@ msgstr "{appid} için yapılacak işlem yok."
msgid "Now set these in config.py:"
msgstr "Şimdi bunları config.py içinde ayarlayın:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Şimdi bunları config.py içinde ayarlayın:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1737,6 +1797,11 @@ msgstr "Bu deponun zaten yerel üst verisi var: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "Awsbucket kullanmak için, awssecretkey ve awsaccesskeyid de config.py içinde ayarlanmalı!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Awsbucket kullanmak için, awssecretkey ve awsaccesskeyid de config.py içinde ayarlanmalı!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "URL https:// veya http:// ile başlamalı"
@ -1767,6 +1832,11 @@ msgstr "Beklenmeyen lisans etiketi \"{}\"! Yalnızca yapılandırma dosyanızda
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "{linedesc} içinde {field} ile aynı satırda beklenmeyen metin"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Bilinmeyen özel durum bulundu!"
@ -2654,6 +2724,11 @@ msgstr "{file} boş veya bozuk!"
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" yok! config.py içinde düzeltin."
#: ../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!"

View file

@ -5,15 +5,16 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.1-681-gc19e8952\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2020-10-21 18:05+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"PO-Revision-Date: 2020-10-29 08:32+0000\n"
"Last-Translator: Hakim Oubouali <hakim.oubouali.skr@gmail.com>\n"
"Language-Team: Central Atlas Tamazight <https://hosted.weblate.org/projects/f-droid/fdroidserver/tzm/>\n"
"Language: tzm\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 >= 2 && (n < 11 || n > 99);\n"
"X-Generator: Weblate 4.3.2-dev\n"
#: ../fdroidserver/common.py
msgid ""
@ -101,7 +102,7 @@ msgstr ""
#: /usr/lib/python3.7/argparse.py
#, python-format
msgid "%(prog)s: error: %(message)s\n"
msgstr ""
msgstr "%(prog)s: tazgalt: %(message)s\n"
#: ../fdroidserver/scanner.py
#, python-format
@ -111,7 +112,7 @@ msgstr ""
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
#: /usr/lib/python3.7/optparse.py
msgid "%prog [options]"
msgstr ""
msgstr "%prog [tidɣrin]"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
@ -134,6 +135,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -142,14 +147,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -159,6 +176,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -273,6 +294,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -287,6 +313,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -445,6 +476,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -463,6 +499,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -686,6 +727,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -813,7 +859,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1171,6 +1217,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1217,7 +1267,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1249,6 +1299,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1296,7 +1350,7 @@ msgstr ""
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
#: /usr/lib/python3.7/optparse.py
msgid "Options"
msgstr ""
msgstr "Tidɣrin"
#: ../fdroidserver/verify.py
msgid "Output JSON report to file named after APK."
@ -1720,6 +1774,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1750,6 +1808,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr ""
@ -2455,7 +2518,7 @@ msgstr ""
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
#: /usr/lib/python3.7/optparse.py
msgid "show program's version number and exit"
msgstr ""
msgstr "Smal taleqqemt n uhil, tffeɣd"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py
#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py
@ -2637,6 +2700,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\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: 2018-06-08 03:44+0000\n"
"Last-Translator: ۋولقان <nureliosman@gmail.com>\n"
"Language-Team: Uyghur <https://hosted.weblate.org/projects/f-droid/fdroidserver/ug/>\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -144,14 +148,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -161,6 +177,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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.
@ -275,6 +295,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -289,6 +314,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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.
@ -447,6 +477,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -465,6 +500,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -688,6 +728,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -815,7 +860,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1173,6 +1218,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1219,7 +1268,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1251,6 +1300,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1722,6 +1775,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1752,6 +1809,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr ""
@ -2639,6 +2701,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -7,8 +7,8 @@ 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"
"PO-Revision-Date: 2020-10-22 17:26+0000\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"PO-Revision-Date: 2020-12-08 12:29+0000\n"
"Last-Translator: Ihor Hordiichuk <igor_ck@outlook.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/f-droid/fdroidserver/uk/>\n"
"Language: uk\n"
@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.3.1\n"
"X-Generator: Weblate 4.4-dev\n"
#: ../fdroidserver/common.py
msgid ""
@ -150,6 +150,11 @@ msgstr "%s параметр не приймає значення"
msgid "'keypass' not found in config.py!"
msgstr "'keypass' не знайдено в config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' не знайдено в config.py!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' — NONE і 'smartcardoptions' порожній!"
@ -158,14 +163,29 @@ msgstr "'keystore' — NONE і 'smartcardoptions' порожній!"
msgid "'keystore' not found in config.py!"
msgstr "'keystore' не знайдено в config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' не знайдено в config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' не знайдено в config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' не знайдено в config.py!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' не знайдено в config.py!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' не знайдено в config.py!"
#: /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"
@ -175,6 +195,11 @@ msgstr "'required' недійсний аргумент для позицій"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' не встановлено в 'config.py'!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'sdk_path' не встановлено в 'config.py'!"
#. 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.
@ -289,6 +314,11 @@ msgstr "Код Android DEX"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android SDK '{path}' '{dirname}' не встановлено!"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "Android SDK не знайдено!"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "Android SDK не знайдено!"
@ -303,6 +333,11 @@ msgstr "Android SDK шлях '{path}' не існує!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK шлях '{path}' це не каталог!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "Android SDK не знайдено!"
#. 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.
@ -462,6 +497,11 @@ msgstr "Прийняти зміни"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr "Конфліктні аргументи: \"---verbose\" і \"--quiet\" не можна вказати одночасно."
#: ../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"
@ -480,6 +520,11 @@ msgstr "Не вдалося знайти найновішу назву верс
msgid "Could not find {path} to remove it"
msgstr "Не вдалося знайти шлях {path}, щоб вилучити його"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "Не вдалося відкрити файл apk для аналізу"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "Не вдалося відкрити файл apk для аналізу"
@ -707,6 +752,11 @@ msgstr ""
"Введіть шлях до Android SDK (%s) тут:\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
@ -834,7 +884,7 @@ msgstr "У \"{path}\" виявлено зображення без метада
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr "Знайдено пошкоджений файл фінансування \"{path}\" для \"{name}\":"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "Знайдено недійсні прикладні програми в аргументах"
@ -1192,6 +1242,11 @@ msgstr "Не знайдено приєднаних пристроїв"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "У версії {linedesc} не вказано поданнь для {versionName}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "Не знайдено 'config.py', використовуючи типові налаштування."
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "Немає власного цифрового відбитка в URL-адресі."
@ -1238,7 +1293,7 @@ msgstr "Немає підписаного вихідного шляху — ні
msgid "No signing certificates found in {path}"
msgstr "У {path} не знайдено сертифікатів для підписання"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "Такого пакунка немає: %s"
@ -1270,6 +1325,11 @@ msgstr "Для {appid} нічого виконувати."
msgid "Now set these in config.py:"
msgstr "Тепер встановіть їх у config.py:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Тепер встановіть їх у config.py:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1742,6 +1802,11 @@ msgstr "Сховище вже має локальні метадані: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "Для використання awsbucket, awssecretkey та awsaccesskeyid також слід налаштувати config.py!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Для використання awsbucket, awssecretkey та awsaccesskeyid також слід налаштувати config.py!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "URL-адреса має починатися з https:// або http://"
@ -1772,6 +1837,11 @@ msgstr "Неочікувана мітка ліцензії \"{}\"! Викори
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "Несподіваний текст у тому ж рядку, що і {field} у {linedesc}"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Виявлено невідому виняткову ситуацію!"
@ -2574,7 +2644,7 @@ msgid "{0} app, {1} key aliases"
msgid_plural "{0} apps, {1} key aliases"
msgstr[0] "{0} застосунок, {1} alias ключів"
msgstr[1] "{0} застосунки, {1} alias ключів"
msgstr[2] "{0} застосунків, {1} {1} alias ключів"
msgstr[2] "{0} застосунків, {1} alias ключів"
#: ../fdroidserver/update.py
#, python-brace-format
@ -2662,6 +2732,11 @@ msgstr "{file} порожній або пошкоджений!"
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" не існує! Виправте його в 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!"

View file

@ -9,7 +9,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: 2020-10-08 06:06+0000\n"
"Last-Translator: Eric <spice2wolf@gmail.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n"
@ -144,6 +144,11 @@ msgstr "%s 选项不采用值"
msgid "'keypass' not found in config.py!"
msgstr "config.py中找不到'keypass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "config.py中找不到'keypass'"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -152,14 +157,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "config.py中找不到'keypass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "config.py中找不到'keypass'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "config.py中找不到'keystorepass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "config.py中找不到'keystorepass'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "config.py中找不到'repo_keyalias'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "config.py中找不到'repo_keyalias'"
#: /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"
@ -169,6 +189,11 @@ msgstr "'required'是无效的位置参数"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "未在“ config.py”中设置“ sdk_path”"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "未在“ config.py”中设置“ sdk_path”"
#. 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.
@ -283,6 +308,11 @@ msgstr "安卓DEX代码"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android SDK{path}’未安装‘{dirname}"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "未找到 Android SDK"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "未找到 Android SDK"
@ -297,6 +327,11 @@ msgstr "Android SDK路径“ {path}”不存在!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK路径'{path}'不是目录!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "未找到 Android SDK"
#. 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.
@ -454,6 +489,11 @@ msgstr "提交更改"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -472,6 +512,11 @@ msgstr "找不到最新的版本名"
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -695,6 +740,11 @@ msgid ""
"> "
msgstr ""
#: ../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
@ -822,7 +872,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1180,6 +1230,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1226,7 +1280,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1258,6 +1312,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1728,6 +1786,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1758,6 +1820,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "发生未知异常!"
@ -2642,6 +2709,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../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!"

View file

@ -7,7 +7,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: 2020-11-10 16:20+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hant/>\n"
@ -143,6 +143,11 @@ msgstr "%s 選項不帶值"
msgid "'keypass' not found in config.py!"
msgstr "config.py 找不到 'keypass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "config.py 找不到 'keypass'"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -151,14 +156,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "config.py 找不到 'keystore'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "config.py 找不到 'keystore'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "config.py 找不到 'keystorepass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "config.py 找不到 'keystorepass'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "config.py 找不到 'repo_keyalias'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "config.py 找不到 'repo_keyalias'"
#: /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"
@ -168,6 +188,11 @@ msgstr "這些地方的 '必填' 為無效引數"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'config.py' 未設定 'sdk_path'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "'config.py' 未設定 'sdk_path'"
#. 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.
@ -283,6 +308,11 @@ msgstr "未找到 Android SDK"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android SDK '{path}' 並未安裝 '{dirname}'"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "找不到 Android SDK"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "找不到 Android SDK"
@ -297,6 +327,11 @@ msgstr "Android SDK 路徑 '{path}' 不存在!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK 路徑 '{path}' 不是目錄資料夾!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "找不到 Android SDK"
#. 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.
@ -454,6 +489,11 @@ msgstr "提交變更"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../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"
@ -474,6 +514,11 @@ msgstr "找不到最新版本名稱"
msgid "Could not find {path} to remove it"
msgstr "無法找到 {path} 來移除"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr "無法開啟 apk 檔案作分析"
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr "無法開啟 apk 檔案作分析"
@ -702,6 +747,11 @@ msgstr ""
"請在此輸入 Android SDK (%s) 的路徑:\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
@ -830,7 +880,7 @@ msgstr "找到 \"{path}\" 圖像不包含 \"{name}\" 應用的中介資料!"
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr "引數中找到無效的 appids"
@ -1189,6 +1239,11 @@ msgstr "查無附加的設備"
msgid "No commit specified for {versionName} in {linedesc}"
msgstr "{linedesc} 沒有指定給 {versionName} 的提交"
#: ../fdroidserver/common.py
#, fuzzy
msgid "No config.yml found, using defaults."
msgstr "找不到 'config.py',使用預設。"
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr "在 URL 無指紋。"
@ -1236,7 +1291,7 @@ msgstr "輸出目錄無簽署 - 無須採取動作"
msgid "No signing certificates found in {path}"
msgstr "{path} 找不到簽署證書"
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr "無此套件包:%s"
@ -1268,6 +1323,11 @@ msgstr "{appid} 無須採取行動."
msgid "Now set these in config.py:"
msgstr "現在設定這些在 config.py 中:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "現在設定這些在 config.py 中:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1739,6 +1799,11 @@ msgstr "這個軟體庫已有本地的中介資料:%s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "要使用 awsbucket, awssecretkey 與 awsaccesskeyid 必須在 config.py 進行設定!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "要使用 awsbucket, awssecretkey 與 awsaccesskeyid 必須在 config.py 進行設定!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1770,6 +1835,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr "在 {linedesc} 在同一行的 {field} 出現未預期的文字"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "發現未知的異常!"
@ -2659,6 +2729,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr "{name} \"{path}\" 不存在! 請更正 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!"