1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-23 15:20:10 +02:00

locale: remove duplicate strings as part of the update

This commit is contained in:
Hans-Christoph Steiner 2021-01-29 16:13:52 +01:00
parent 3e7c55d91d
commit 19e2ea8adf
42 changed files with 1775 additions and 2888 deletions

View File

@ -13,6 +13,8 @@ TEMPLATE = fdroidserver.pot
VERSION = $(shell git describe)
OPTS = --no-wrap --sort-output --add-location=file
default:
@printf "Build the translation files using: ./setup.py compile_catalog\n\n"
@ -32,15 +34,18 @@ clean:
$(TEMPLATE): $(FILES)
xgettext --join-existing --from-code=UTF-8 \
--language=Python --keyword=_ \
--no-wrap --sort-output --add-location=file --output=$(TEMPLATE) \
$(OPTS) --output=$(TEMPLATE) \
--package-name="fdroidserver" --package-version=$(VERSION) \
--foreign-user \
--msgid-bugs-address=https://gitlab.com/fdroid/fdroidserver/issues \
$(FILES)
msguniq $(OPTS) --use-first \
--output-file=$(TEMPLATE) $(TEMPLATE)
sed -i 's,CHARSET,UTF-8,' $(TEMPLATE)
%.po: $(TEMPLATE)
msgmerge --no-wrap --sort-output --add-location=file --update $@ $(TEMPLATE)
msguniq $(OPTS) --use-first --output-file=$@ $@
msgmerge $(OPTS) --update $@ $(TEMPLATE)
%/LC_MESSAGES/fdroidserver.mo: %/LC_MESSAGES/fdroidserver.po
msgfmt --check -o $@ $(@:mo=po)

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -49,6 +49,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -134,10 +138,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -146,26 +146,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -442,16 +430,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -503,10 +484,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -774,10 +751,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -788,6 +761,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1298,10 +1275,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1369,10 +1342,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1411,13 +1380,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1574,10 +1536,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1628,13 +1586,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1764,6 +1715,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1773,10 +1728,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2006,9 +1957,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2136,8 +2084,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2496,6 +2444,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2699,6 +2652,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -5,7 +5,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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-15 13:25+0000\n"
"Last-Translator: Oymate <dhruboadittya96@gmail.com>\n"
"Language-Team: Bengali <https://hosted.weblate.org/projects/f-droid/fdroidserver/bn/>\n"
@ -50,6 +50,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -135,10 +139,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -147,26 +147,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -443,16 +431,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -504,10 +485,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -775,10 +752,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -789,6 +762,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1299,10 +1276,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1370,10 +1343,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1412,13 +1381,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1575,10 +1537,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1629,13 +1587,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1765,6 +1716,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1774,10 +1729,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2007,9 +1958,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2137,8 +2085,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2497,6 +2445,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2700,6 +2653,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-14 14:58+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Tibetan <https://hosted.weblate.org/projects/f-droid/fdroidserver/bo/>\n"
@ -57,6 +57,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" འདི་དང་མཐུན་པའི་རྒྱབ་ལྗོངས་ཡིག་ཆ་མིན་འདུག!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, fuzzy, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -141,11 +145,6 @@ msgstr "%sགདམ་ཀ་ནུས་མེད་རེད་འདུག"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' འདི་config.yml ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' འདི་config.yml ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -154,29 +153,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' འདི་ config.yml ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' འདི་ config.yml ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' འདི་ config.yml ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' འདི་ config.yml ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' འདི་ config.yml ནང་རྙེད་མ་སོང་།!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' འདི་ config.yml ནང་རྙེད་མ་སོང་།!"
#: /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"
@ -455,17 +439,10 @@ msgstr "མཉེན་ཆས་རྣམས་གསར་བསྒྱུར་
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "མཛོད་ཁང་ཚོད་ལྟའི་ཆེད་དུ།{appid} - APKs:{integer},ཐོན་རིམ་ཉར་ཚགས།:{keep},archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "ཆ་ཚང་འཚག་རྒྱབ་ཚར་བའི་རྗེས་སུ་གཙང་མ་བཟོས།"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "འཚག་རྒྱབ་འགོ་མ་བཙུགས་གོང་ལ་གཙང་མ་དང་སྣོད་དེ་སྐྱར་དུ་བཟོས།"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "སྣོད་ཆ་ཚང་གཙང་མ་བཟོས་ནས་ཕྱིར་ཐོན།"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "མཛོད་ཁང་ཚོད་ལྟའི་ཆེད་དུ།{appid} - APKs:{integer},ཐོན་རིམ་ཉར་ཚགས།:{keep},archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -518,10 +495,6 @@ msgstr "{path}མེད་པ་བཟོས་པ་ལ་རྙེད་མ་
msgid "Could not open APK {path} for analysis: "
msgstr "དཔྱད་ཞིབ་ཀྱི་ཆེད་དུ་APK ཡིག་ཆ་ཁ་ཕྱེས་ཐུབ་ཀྱི་མིན་འདུག"
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "དཔྱད་ཞིབ་ཀྱི་ཆེད་དུ་APK ཡིག་ཆ་ཁ་ཕྱེས་ཐུབ་ཀྱི་མིན་འདུག"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -792,10 +765,6 @@ msgstr "མཉེན་ཆས་ཡོད་རྣམས་ཕྱོགས་ས
msgid "Failed to create S3 bucket: {url}"
msgstr "S3 དྲྭ་སྣོད་བཟོས་ཐུབ་མ་སོང་། :{url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "APKནང་གསལ་བའི་གནས་ཚུལ་རྣམས་ལེན་ཐུབ་མ་སོང་།"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -806,6 +775,10 @@ msgstr "APK གནས་ཚུལ་རག་གི་མིན་འདུག {
msgid "Failed to get APK information, skipping {path}"
msgstr "APK གནས་ཚུལ་རག་གི་མིན་འདུག {path}མཆོང་།"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "APKནང་གསལ་བའི་གནས་ཚུལ་རྣམས་ལེན་ཐུབ་མ་སོང་།"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1322,11 +1295,6 @@ msgstr "{appid} ཆེད་དུ་བྱ་རྒྱུ་གང་ཡང་
msgid "Now set these in config.yml:"
msgstr ""
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "'sdk_path' འདི་ 'config.yml' ནང་སྒྲིག་ཐུབ་མ་སོང་།!"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1395,10 +1363,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr "ལས་འཆར་འདིའི་ཁྱོན་ཡོངས་ཀྱི་ཆོག་མཆན་ལག་ཁྱེར།."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "རེ་པོ་APKs ལམ་གྱི་སྒང་ལ་སྐྱར་སྣོན། (སོར་བཞག་: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1437,13 +1401,6 @@ msgstr "གིཊ་རེ་པོའི་ཆེད་དུ་བདེ་ས
msgid "Path to the keystore for the repo signing key"
msgstr "རེ་པོ་མིང་རྟགས་བཀོད་པའི་ལྡེ་མིག་ཆེད་དུ་སྟོན་པའི་ལྡེ་མིག་གསོག་ཉར་ཁང་གི་ལམ།"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "འཚག་རྒྱབ་འཁོར་སྐྱོད་ཐུབ་པའི་ཆེད་དུ་ཌོ་ཛར་གྲ་སྒྲིག་བྱེད།"
msgid "Prepare drozer to run a scan"
msgstr "འཚག་རྒྱབ་འཁོར་སྐྱོད་ཐུབ་པའི་ཆེད་དུ་ཌོ་ཛར་གྲ་སྒྲིག་བྱེད།"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "ས་ཚིགས་ཀྱི་གསང་ཁྱབ་ངོ་བཤུས་དང་/སྦྱར་བ་སྟབས་བདེ་ཡོང་བའི་ཆེད་དུ་འདྲ་བཤུས་"
@ -1600,10 +1557,6 @@ msgstr "MD5 ཚོད་ལྟ་བེད་སྤྱོད་མེད་པ
msgid "Running wget in {path}"
msgstr "སྐྱར་བྲིས་ཡོད་།{path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "ཐུམ་སྒྲིལ་རེ་རེ་བའི་ཐོན་རིམ་གསར་ཤོས་གཅིག་པུ་འཚག་རྒྱབ།"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1653,13 +1606,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "གློག་ཀླད་ལད་མོ་མཁན་ཞིག་སྒྲིག འདིའི་སྒང་ལ་ APK ནང་འགྲིག་བཅུག་བྱེད་དུ་བཅུག་ནས་ཌོ་ཛར་འཚག་རྒྱབ་འགོ་བཙུགས་བྱེད།"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "གློག་ཀླད་ལད་མོ་མཁན་ཞིག་སྒྲིག འདིའི་སྒང་ལ་APK ནང་འགྲིག་བཅུག་བྱེད་དུ་བཅུག་ནས་ཌོ་ཛར་འཚག་རྒྱབ་འགོ་བཙུགས་བྱེད།"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "མིང་རྟགས་བཀོད་ནས་ཐུམ་སྒྲིལ་རྣམས་རེ་པོ་ནང་བཞག"
@ -1789,6 +1735,10 @@ msgstr "ལྡེ་མིག་གཞན་ལ་སྐྱོན་ཆ་འད
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1798,11 +1748,6 @@ msgstr "རེ་པོ་འདི་ལ་སྔོན་ཚོད་ནས་
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "awsbucket, awssecretkey དང་། awsaccesskeyid བེད་སྤྱོད་བྱེད་པའི་ཆེད་དུ་ config.yml ནང་དུ་ངེས་པར་དུ་སྒྲིག་དགོས།!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "awsbucket, awssecretkey དང་། awsaccesskeyid བེད་སྤྱོད་བྱེད་པའི་ཆེད་དུ་ config.yml ནང་དུ་ངེས་པར་དུ་སྒྲིག་དགོས།!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -2035,9 +1980,6 @@ msgstr "ཐོན་སྐྱེད་ཞབས་ཞུ་འཕྲུལ་ཆ
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "APK རང་གི་ཚེས་གྲངས་དེ་བེད་སྤྱོད་བྱས་པ་ལས་ཁ་སྣོན་བྱས་པའི་ APKs གསར་པའི་དུས་ཚོས་བེད་སྤྱོད་མ་བྱེད།"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "APK རང་གི་ཚེས་གྲངས་དེ་བེད་སྤྱོད་བྱས་པ་ལས་ཁ་སྣོན་བྱས་པའི་APK གསར་པའི་དུས་ཚོས་བེད་སྤྱོད་མ་བྱེད།"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2167,8 +2109,8 @@ msgstr "མཉེས་ཆས་ཁ་བྱང་རྒྱུད་གསར་
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "མཉེན་ཆས་ཀྱི་ངོ་བོ་དང་མཉམ་དུ་གདམ་ཀ་ཅན་གྱི་ཐོན་རིམ་ཨང་རྟགས་APPID[:VERCODE]"
@ -2529,6 +2471,11 @@ msgstr "བདེ་ཆགས་མེད་པའི་HTTPMམཐུད་ཀ
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "བེད་ཆགས་མེད་པའི་དྲྭ་རྒྱའི་ཁ་བྱང་http ནས་ཕབ་ལེན་བཀག། (use https or specify --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2731,6 +2678,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" མིན་འདུག! config.ymlནོར་བཅོས་བྱེད།."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" མིན་འདུག! config.ymlནོར་བཅོས་བྱེད།."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2791,12 +2743,39 @@ msgstr[0] "{} བཟོ་སྐྲུན་ལེགས་སྒྲུབ།"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "{path}!གྱི་ཆེད་དུ་ཐུམ་སྒྲིལ་གྱི་མིང་རྙེད་མ་སོང་།"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "གསར་བསྒྱུར་གཙང་བཟོ།-ཡིག་ཆ་གསོག་ཉར་བེད་སྤྱོ་མ་བྱེད། APKs ཚང་མ་སྐྱར་སྤྱོད་བྱེད།"
#~ msgid "Clean after all scans have finished"
#~ msgstr "ཆ་ཚང་འཚག་རྒྱབ་ཚར་བའི་རྗེས་སུ་གཙང་མ་བཟོས།"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "འཚག་རྒྱབ་འགོ་མ་བཙུགས་གོང་ལ་གཙང་མ་དང་སྣོད་དེ་སྐྱར་དུ་བཟོས།"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "སྣོད་ཆ་ཚང་གཙང་མ་བཟོས་ནས་ཕྱིར་ཐོན།"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "དཔྱད་ཞིབ་ཀྱི་ཆེད་དུ་APK ཡིག་ཆ་ཁ་ཕྱེས་ཐུབ་ཀྱི་མིན་འདུག"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "གསར་བསྒྱུར་བྱེད་དགོས་པའི་རིགས་ལ་སྦས་གསང་མེད་པའི་ཐོག་ནས་གསུངས་རོགས།."
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "རེ་པོ་APKs ལམ་གྱི་སྒང་ལ་སྐྱར་སྣོན། (སོར་བཞག་: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "འཚག་རྒྱབ་འཁོར་སྐྱོད་ཐུབ་པའི་ཆེད་དུ་ཌོ་ཛར་གྲ་སྒྲིག་བྱེད།"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "འཚག་རྒྱབ་འཁོར་སྐྱོད་ཐུབ་པའི་ཆེད་དུ་ཌོ་ཛར་གྲ་སྒྲིག་བྱེད།"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "ཐུམ་སྒྲིལ་རེ་རེ་བའི་ཐོན་རིམ་གསར་ཤོས་གཅིག་པུ་འཚག་རྒྱབ།"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "གློག་ཀླད་ལད་མོ་མཁན་ཞིག་སྒྲིག འདིའི་སྒང་ལ་ APK ནང་འགྲིག་བཅུག་བྱེད་དུ་བཅུག་ནས་ཌོ་ཛར་འཚག་རྒྱབ་འགོ་བཙུགས་བྱེད།"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "གློག་ཀླད་ལད་མོ་མཁན་ཞིག་སྒྲིག འདིའི་སྒང་ལ་APK ནང་འགྲིག་བཅུག་བྱེད་དུ་བཅུག་ནས་ཌོ་ཛར་འཚག་རྒྱབ་འགོ་བཙུགས་བྱེད།"
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "སྒྲིག་བཀོད་པར་དམིགས་སྟོན་བྱས་ནས་ལན་འདེབས་ཀྱི་ཚུལ་འདི་བེད་སྤྱོད་བྱེད་ སོར་བཞག "

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -51,6 +51,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -137,10 +141,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -149,26 +149,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -446,16 +434,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Po dokončení všech skenů vyčistit"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -507,10 +488,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -779,10 +756,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -793,6 +766,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1303,10 +1280,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1374,10 +1347,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1416,13 +1385,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1579,10 +1541,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1634,13 +1592,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1770,6 +1721,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1779,10 +1734,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2012,9 +1963,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2142,8 +2090,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2504,6 +2452,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2708,6 +2661,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2761,3 +2719,6 @@ msgid_plural "{} builds succeeded"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#~ msgid "Clean after all scans have finished"
#~ msgstr "Po dokončení všech skenů vyčistit"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-16 21:23+0000\n"
"Last-Translator: Aled Powell <aled@aledpowell.cymru>\n"
"Language-Team: Welsh <https://hosted.weblate.org/projects/f-droid/fdroidserver/cy/>\n"
@ -56,6 +56,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -145,10 +149,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -157,26 +157,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -457,16 +445,9 @@ msgstr "Gwirio am ddiweddariadau i apiau"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -518,10 +499,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -789,10 +766,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -803,6 +776,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1313,10 +1290,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1384,10 +1357,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1426,13 +1395,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1589,10 +1551,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1647,13 +1605,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Llofnodi a gosod pecynnau yn yr ystorfa"
@ -1783,6 +1734,17 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Mae hon yn ystorfa o apiau i'w defnyddio gydag F-Droid. Mae apiau yn\n"
" yr ystorfa hon naill ai wedi eu hadeiladu gan ddatblygwyr yr ap\n"
" gwreiddiol, neu wedi eu hadeiladu o'u ffynonellau gan f-droid.org\n"
" wrth ddefnyddio'r offer ar https://gitlab.com/F-Droid.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1792,10 +1754,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2025,9 +1983,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2155,8 +2110,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2523,6 +2478,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2730,6 +2690,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-29 13:54+0100\n"
"Last-Translator: TobiGr <tobigr@mail.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/f-droid/fdroidserver/de/>\n"
@ -74,6 +74,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" besitzt keine zugehörige Metadaten-Datei!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -159,10 +163,6 @@ msgstr "Option %s verfügt über keinen Wert"
msgid "'keypass' not found in config.yml!"
msgstr "„keypass” nicht in config.yml vorhanden!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "„keypass” nicht in config.yml vorhanden!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' ist NONE und 'smartcardoptions' ist leer!"
@ -171,26 +171,14 @@ msgstr "'keystore' ist NONE und 'smartcardoptions' ist leer!"
msgid "'keystore' not found in config.yml!"
msgstr "„keystore” nicht in config.yml vorhanden!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "„keystore” nicht in config.yml vorhanden!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "„keystorepass” nicht in config.yml vorhanden!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "„keystorepass” nicht in config.yml vorhanden!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "„repo_keyalias” nicht in config.yml vorhanden!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "„repo_keyalias” nicht in config.yml 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"
@ -467,6 +455,11 @@ msgstr "Auf Aktualisierungen für Anwendungen prüfen"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Archivierung auf {appid} überprüfen - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Archivierung auf {appid} überprüfen - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
msgstr "Sauber aktualisieren - ohne Verwendung der Zwischenspeicher, alle APKs wiederaufbereiten"
@ -516,10 +509,6 @@ msgstr "{path} konnte nicht gefunden werden, um ihn zu entfernen"
msgid "Could not open APK {path} for analysis: "
msgstr "Konnte APK-Datei {path} 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"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -792,10 +781,6 @@ msgstr "Anwendung konnte nicht angepasst werden"
msgid "Failed to create S3 bucket: {url}"
msgstr "S3-Bucket konnte nicht erstellt werden: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Abrufen der APK-Manifest-Informationen fehlgeschlagen"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -806,6 +791,10 @@ msgstr "Abrufen der APK-Informationen fehlgeschlagen, {path} wird gelöscht"
msgid "Failed to get APK information, skipping {path}"
msgstr "Abrufen der APK-Informationen fehlgeschlagen, {path} wird übersprungen"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Abrufen der APK-Manifest-Informationen fehlgeschlagen"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1318,10 +1307,6 @@ msgstr "Keine zu erledigenden Aufgaben für {appid}."
msgid "Now set these in config.yml:"
msgstr "Legen Sie diese nun in der config.yml fest:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Legen Sie diese nun in der config.yml fest:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1634,13 +1619,6 @@ msgstr "Das Setzen des Limits für geöffnete Dateien ist fehlgeschlagen: "
msgid "Setting {0} sec timeout for this build"
msgstr "Stelle einen {0} Sek timeout für diesen Build ein"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Einen Emulator einrichten, die APK installieren und mit ihm eine Sicherheitsprüfung (Drozer scan) durchführen"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Einen Emulator einrichten, die APK installieren und mit ihm eine Sicherheitsprüfung (Drozer scan) durchführen"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Programmpakete in Paketquelle signieren und einstellen"
@ -1770,6 +1748,18 @@ msgstr "Es gibt eine Keyalias-Kollision - Veröffentlichung gestoppt"
msgid "These are the apps that have been archived from the main repo."
msgstr "Dies sind die Apps, die aus dem Hauptrepository archiviert wurden."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Dies ist eine Paketquelle für Anwendungen, die für die Benutzung\n"
" zusammen mit F-Droid gedacht ist. Die darin enthaltenen\n"
" Anwendungen sind entweder offizielle von den Entwicklern erstellte\n"
" Binärdateien oder werden von f-droid.org mithilfe des Werkzeugs auf\n"
" https://gitlab.com/fdroid aus dem Quellcode erstellt.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1779,10 +1769,6 @@ msgstr "Dieses Repo hat bereits lokale Metadaten: %s"
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.yml gesetzt sein!"
#: ../fdroidserver/deploy.py
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.yml gesetzt sein!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "Die URL muss mit https:// oder http:// beginnen"
@ -2015,9 +2001,6 @@ msgstr "Build-Server verwenden"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "APK-Datum statt der aktuellen Zeit für neu hinzugefügte APKs verwenden"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "APK-Datum statt der aktuellen Zeit für neu hinzugefügte APKs verwenden"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2147,8 +2130,8 @@ msgstr "App-ID, um auf Aktualisierungen zu prüfen"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "App-ID mit optionalem Versionscode in der Form APPID[:VERCODE]"
@ -2508,6 +2491,11 @@ msgstr "Download über ungesicherte HTTP-Verbindung verweigert (verwenden Sie HT
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "Download über ungesicherte HTTP-Verbindung verweigert (verwenden Sie HTTPS oder geben Sie --no-https-check an): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "repo_icon %s existiert nicht, erzeuge Platzhalter."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2711,6 +2699,11 @@ msgstr "{file} ist leer oder beschädigt!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" existiert nicht! Korrigieren Sie es in der config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" existiert nicht! Korrigieren Sie es in der config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2776,12 +2769,18 @@ msgstr[1] "Buildvorgänge erfolgreich"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "AppID für {path} konnte nicht gefunden werden!"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "Sauber - ohne Verwendung der Zwischenspeicher - aktualisieren, alle APKs wiederaufbereiten"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Konnte APK-Datei nicht für Analyse öffnen"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "Angelegenheiten, die Aktualisierungen erfordern, interaktiv abfragen."
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Einen Emulator einrichten, die APK installieren und mit ihm eine Sicherheitsprüfung (Drozer scan) durchführen"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Einen Emulator einrichten, die APK installieren und mit ihm eine Sicherheitsprüfung (Drozer scan) durchführen"
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "Editor festlegen, der im interaktiven Modus verwendet werden soll. Standard "

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-04 15:47+0000\n"
"Last-Translator: fresh <fresh190@protonmail.com>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/f-droid/fdroidserver/el/>\n"
@ -51,6 +51,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -136,10 +140,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -148,26 +148,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -444,16 +432,9 @@ msgstr "Έλεγχος για ενημερώσεις εφαρμογών"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -505,10 +486,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -776,10 +753,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -790,6 +763,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1300,10 +1277,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1371,10 +1344,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1413,13 +1382,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1576,10 +1538,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1630,13 +1588,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1766,6 +1717,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1775,10 +1730,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2008,9 +1959,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2138,8 +2086,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2498,6 +2446,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2701,6 +2654,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -49,6 +49,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -134,10 +138,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -146,26 +146,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -442,16 +430,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -503,10 +484,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -774,10 +751,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -788,6 +761,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1298,10 +1275,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1369,10 +1342,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1411,13 +1380,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1574,10 +1536,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1628,13 +1586,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1764,6 +1715,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1773,10 +1728,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2006,9 +1957,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2136,8 +2084,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2496,6 +2444,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2699,6 +2652,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-28 22:09+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/f-droid/fdroidserver/es/>\n"
@ -69,6 +69,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "¡\"%s/\" no tiene su correspondiente fichero de metadatos!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -154,10 +158,6 @@ msgstr "la opción %s no toma un valor"
msgid "'keypass' not found in config.yml!"
msgstr "¡'keypass' no encontrado en config.yml!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "¡'keypass' no encontrado en config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "¡\"keystore\" es NONE y \"smartcardoptions\" está vacío!"
@ -166,26 +166,14 @@ msgstr "¡\"keystore\" es NONE y \"smartcardoptions\" está vacío!"
msgid "'keystore' not found in config.yml!"
msgstr "¡'keystore' no encontrado en config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "¡'keystore' no encontrado en config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "¡'keystorepass' no encontrado en config.yml!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "¡'keystorepass' no encontrado en config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "¡'repo_keyalias' no encontrado en config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "¡'repo_keyalias' no encontrado en config.yml!"
#: /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"
@ -462,17 +450,10 @@ msgstr "Buscar actualizaciones de aplicaciones"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Comprobando la operación de archivo para {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Limpiar después de que todos los análisis hayan finalizado"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Limpiar antes de que los análisis inicien y reconstruir el contenedor"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Limpiar todos los contenedores y luego salir"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Comprobando la operación de archivo para {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -523,10 +504,6 @@ msgstr "No se pudo encontrar {path} para eliminarlo"
msgid "Could not open APK {path} for analysis: "
msgstr "No se pudo abrir el archivo APK {path} para analizarlo: "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "No se ha podido abrir el archivo APK para analizarlo"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -798,10 +775,6 @@ msgstr "Fallo al alinear aplicación"
msgid "Failed to create S3 bucket: {url}"
msgstr "Fallo al crear bucket S3 : {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Fallo al obtener la información de manifiesto APK"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -812,6 +785,10 @@ msgstr "Fallo al obtener la información de APK, borrando {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "Fallo al obtener la información de APK, omitiendo {path}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Fallo al obtener la información de manifiesto APK"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1322,10 +1299,6 @@ msgstr "Nada que hacer para {appid}."
msgid "Now set these in config.yml:"
msgstr "Ahora establezca lo siguiente en config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Ahora establezcalos en config.yml:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1393,10 +1366,6 @@ msgstr "Sacando JSON"
msgid "Overall license of the project."
msgstr "Licencia general del proyecto."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Ruta de remplazo par el repositorio de APK (default: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1435,13 +1404,6 @@ msgstr "Ruta de acceso al reporte git para usarlo como registro"
msgid "Path to the keystore for the repo signing key"
msgstr "Ruta al depósito de claves para la clave de firma de repositorio"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Preparar \"Drozer\" para ejecutar un análisis"
msgid "Prepare drozer to run a scan"
msgstr "Preparar \"Drozer\" para ejecutar un análisis"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Mostrar la variable secreta en el terminal para copiar/pegar fácilmente"
@ -1598,10 +1560,6 @@ msgstr "Ejecutando la primera iteración con la comprobación de MD5 deshabilita
msgid "Running wget in {path}"
msgstr "Ejecutando wget en {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Escanear solo la última versión de cada paquete"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Escaneando los APK(s) resultantes en busca de clases no libres conocidas."
@ -1652,13 +1610,6 @@ msgstr "Configuración fallida de límite de apertura de archivo: "
msgid "Setting {0} sec timeout for this build"
msgstr "Estableciendo un máximo de {0} segundos para esta compilación"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Establecer un emulador, instalar la APK en el y realizar un escaneo con \"Drozer\""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Configurar un emulador, instalar la aplicación APK en él y realizar una \"Drozer\" scan"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Firmar y colocar paquetes en el repositorio"
@ -1788,6 +1739,17 @@ msgstr "Hay una colisión de keyalias - publicación detenida"
msgid "These are the apps that have been archived from the main repo."
msgstr "Estas son aplicaciones del repositorio principal que se han archivado."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Este es un repositorio de aplicaciones para usar con FDroid. Las aplicaciones en este\n"
" repositorio son binarios oficiales construidos por los desarrolladores originales de la \n"
" aplicación, o son binarios creados a partir de su código fuente por f-droid.org \n"
" utilizando las herramientas de https://gitlab.com/fdroid.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1797,10 +1759,6 @@ msgstr "Este repo ya tiene metadatos locales: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "¡Para usar awsbucket hay que configurar también awssecretkey y awsaccesskeyid en config.yml!"
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "¡Para usar awsbucket hay que configurar también awssecretkey y awsaccesskeyid en config.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "La URL debe comenzar con https:// o http://"
@ -2030,9 +1988,6 @@ msgstr "Use un servidor de compilación"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Use la fecha del APK en vez de la fecha actual para los nuevos APK añadidos"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Use la fecha del «APK» en vez de la fecha actual para los nuevos «APK» añadidos"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2160,8 +2115,8 @@ msgstr "applicationId para buscar actualizaciones"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId con código de versión opcional en la forma APPID [: VERCODE]"
@ -2520,6 +2475,11 @@ msgstr "rechazar descarga por conexión HTTP insegura (use HTTPS o especifique -
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "rechazar descarga por conexión HTTP insegura (use HTTPS o especifique --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "No existe repo_icon %s. Reservando espacio."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2723,6 +2683,11 @@ msgstr "¡{file} está vacío o corrupto!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "¡{name} \"{path}\" no existe! Corrijalo en config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "¡{name} \"{path}\" no existe! Corrijalo en config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2788,12 +2753,39 @@ msgstr[1] "compilaciones con éxito {}"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "¡No se puede encontrar un appid para {path}!"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "Actualización limpia, no usa caché, reprocesa todas las aplicaciones APK"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Limpiar después de que todos los análisis hayan finalizado"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Limpiar antes de que los análisis inicien y reconstruir el contenedor"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Limpiar todos los contenedores y luego salir"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "No se ha podido abrir el archivo APK para analizarlo"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "Pregunte de forma interactiva sobre temas que necesitan una actualización."
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Ruta de remplazo par el repositorio de APK (default: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Preparar \"Drozer\" para ejecutar un análisis"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Preparar \"Drozer\" para ejecutar un análisis"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Escanear solo la última versión de cada paquete"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Establecer un emulador, instalar la APK en el y realizar un escaneo con \"Drozer\""
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Configurar un emulador, instalar la aplicación APK en él y realizar una \"Drozer\" scan"
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "Especifique el editor para utilizar en modo interactivo. Predeterminado "

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-15 13:24+0000\n"
"Last-Translator: Lilian Sosa <liliancsosa@gmail.com>\n"
"Language-Team: Spanish (Argentina) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_AR/>\n"
@ -54,6 +54,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -139,10 +143,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -151,26 +151,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -450,20 +438,12 @@ msgstr "Buscar actualizaciones de las aplicaciones"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Limpiar luego de que todos los escaneos hayan terminado"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Limpiar antes de que el escaneo comience y reconstruir el contenedor"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Limpiar todos los contenedores y salir"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
#, fuzzy
msgid "Clean update - don't uses caches, reprocess all APKs"
msgstr "Limpiar actualización - no utiliza cachés, reprocesa todos los APK's"
@ -514,10 +494,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -788,10 +764,6 @@ msgstr "Construir todas las aplicaciones disponibles"
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -802,6 +774,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1314,10 +1290,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1385,10 +1357,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr "Licencia general del proyecto."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Sobrescribir la ruta de los repositorios APKs (por defecto ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1428,13 +1396,6 @@ msgstr "Ruta de acceso al repositorio git para usar como registro"
msgid "Path to the keystore for the repo signing key"
msgstr "Ruta al almacén de claves para la llave de firmado del repositorio"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr "Preparar drozer para que ejecute un escaneo"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1592,10 +1553,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Escanear solo la ultima versión de cada paquete"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1646,14 +1603,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
#, fuzzy
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Configurar un emulador, instalarle el APK y realizar el escaneo de barrido"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Configurar un emulador, instalarle el APK y realizar el escaneo de barrido"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Firmar y ubicar paquetes en el repositorio"
@ -1784,6 +1733,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1793,10 +1746,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2023,10 +1972,6 @@ msgid "Use build server"
msgstr "Usar servidor de construccion"
#: ../fdroidserver/update.py
#, fuzzy
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Utilizar la fecha del APK en vez de la actual para los APKs nuevos que se agreguen"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Utilizar la fecha del APK en vez de la actual para los APKs nuevos que se agreguen"
@ -2162,8 +2107,8 @@ msgstr "app-id para verificar actualizaciones"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
#, fuzzy
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "app-id con VersionCode opcional con el formato APPID[:VERCODE]"
@ -2527,6 +2472,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2730,6 +2680,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2789,12 +2744,34 @@ msgstr[1] ""
#~ msgid "Add gpg signatures for packages in repo"
#~ msgstr "Agregar firmas GPG a paquetes en el repositorio"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "Limpiar actualización - no utiliza cachés, reprocesa todos los APK's"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Limpiar luego de que todos los escaneos hayan terminado"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Limpiar antes de que el escaneo comience y reconstruir el contenedor"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Limpiar todos los contenedores y salir"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "Preguntar de forma interactiva sobre las cosas necesarias a actualizar."
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Sobrescribir la ruta de los repositorios APKs (por defecto ./repo)"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Preparar drozer para que ejecute un escaneo"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Escanear solo la ultima versión de cada paquete"
#, fuzzy
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Configurar un emulador, instalarle el APK y realizar el escaneo de barrido"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Configurar un emulador, instalarle el APK y realizar el escaneo de barrido"
#, fuzzy
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "Especificar el editor a usar en modo interactivo. Por defecto %s"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -51,6 +51,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -136,10 +140,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -148,26 +148,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -444,17 +432,10 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Limpiar después de que todos los escaneos hayan terminado"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Limpiar antes de que comiencen los escaneos y reconstruya el contenedor"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Limpiar todos los contenedores y luego salir"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -507,10 +488,6 @@ msgstr "No se pudo encontrar {path} para eliminarlo"
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"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -779,10 +756,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -793,6 +766,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1303,10 +1280,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1374,10 +1347,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1416,13 +1385,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1579,10 +1541,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1633,13 +1591,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1769,6 +1720,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1778,10 +1733,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2011,9 +1962,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2141,8 +2089,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2501,6 +2449,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2704,6 +2657,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2755,3 +2713,15 @@ msgid "{} build succeeded"
msgid_plural "{} builds succeeded"
msgstr[0] ""
msgstr[1] ""
#~ msgid "Clean after all scans have finished"
#~ msgstr "Limpiar después de que todos los escaneos hayan terminado"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Limpiar antes de que comiencen los escaneos y reconstruya el contenedor"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Limpiar todos los contenedores y luego salir"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "No se pudo abrir el archivo APK para su análisis"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -49,6 +49,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -134,10 +138,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -146,26 +146,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -442,16 +430,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -503,10 +484,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -774,10 +751,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -788,6 +761,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1298,10 +1275,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1369,10 +1342,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1411,13 +1380,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1574,10 +1536,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1628,13 +1586,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1764,6 +1715,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1773,10 +1728,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2006,9 +1957,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2136,8 +2084,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2496,6 +2444,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2699,6 +2652,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -51,6 +51,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -136,10 +140,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -148,26 +148,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -444,16 +432,9 @@ msgstr "به‌روزرسانی‌ها برای برنامه‌ها را برر
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -505,10 +486,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -776,10 +753,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -790,6 +763,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1300,10 +1277,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1371,10 +1344,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1413,13 +1382,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1576,10 +1538,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1630,13 +1588,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1766,6 +1717,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1775,10 +1730,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2008,9 +1959,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2138,8 +2086,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2498,6 +2446,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2701,6 +2654,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
"Project-Id-Version: fdroidserver 2.0\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -51,6 +51,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -136,10 +140,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -148,26 +148,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -444,6 +432,11 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
msgstr ""
@ -760,10 +753,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -774,6 +763,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1284,10 +1277,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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 +1717,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1737,10 +1730,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -1970,9 +1959,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2100,8 +2086,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2460,6 +2446,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2663,6 +2654,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -49,6 +49,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -134,10 +138,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -146,26 +146,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -442,16 +430,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -503,10 +484,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -774,10 +751,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -788,6 +761,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1298,10 +1275,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1369,10 +1342,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1411,13 +1380,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1574,10 +1536,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1628,13 +1586,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1764,6 +1715,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1773,10 +1728,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2006,9 +1957,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2136,8 +2084,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2496,6 +2444,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2699,6 +2652,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -27,7 +27,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-28 22:09+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: French <https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/>\n"
@ -84,6 +84,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" n'a pas de fichier de métadonnées correspondant !"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -169,10 +173,6 @@ msgstr "l'option %s ne prend pas de valeur"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' non trouvé dans config.yml !"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' non trouvé dans config.yml !"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' n'est pas utilisé et 'smartcardoptions' est vide !"
@ -181,26 +181,14 @@ msgstr "'keystore' n'est pas utilisé et 'smartcardoptions' est vide !"
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' non trouvé dans config.yml !"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' non trouvé dans config.yml !"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' non trouvé dans config.yml !"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' non trouvé dans config.yml !"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' non trouvé dans config.yml !"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' non trouvé dans config.yml !"
#: /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"
@ -477,17 +465,10 @@ msgstr "Vérifier les mises à jour pour les applications"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Vérification de l'archivage pour {appid} - APKs : {integer}, keepversions : {keep}, archapks : {arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Nettoyer après la fin de tous les scans"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Nettoyer avant le début des scans et recréer le container"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Vider tous les conteneurs puis sortir"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Vérification de l'archivage pour {appid} - APKs : {integer}, keepversions : {keep}, archapks : {arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -538,10 +519,6 @@ msgstr "Chemin {path} introuvable pour sa suppression"
msgid "Could not open APK {path} for analysis: "
msgstr "Impossible d'ouvrir le fichier APK {path} pour analyse: "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "Impossible d'ouvrir le fichier APK pour analyse"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -813,10 +790,6 @@ msgstr "Impossible d'aligner les applications"
msgid "Failed to create S3 bucket: {url}"
msgstr "La création du S3 Bucket a échoué: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Échoument lors de la récupération de l'information manifest de l'APK"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -827,6 +800,10 @@ msgstr "Impossible d'obtenir les informations de l'APK, suppression {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "Échoument lors de la récupération des informations de l'APK, saut de {path}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Échoument lors de la récupération de l'information manifest de l'APK"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1337,10 +1314,6 @@ msgstr "Rien à faire pour {appid}."
msgid "Now set these in config.yml:"
msgstr "Maintenant, définissez-les dans config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Maintenant, définissez ceci dans config.yml :"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1408,10 +1381,6 @@ msgstr "Sortie vers JSON"
msgid "Overall license of the project."
msgstr "Licence globale du projet."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Remplacer le chemin pour les fichiers APK de dépôt (par défaut: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1450,13 +1419,6 @@ msgstr "Chemin vers un dépôt git à utiliser comme journal"
msgid "Path to the keystore for the repo signing key"
msgstr "Chemin vers le keystore pour la clé de signature du dépôt"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Préparer Drozer pour lancer une analyse"
msgid "Prepare drozer to run a scan"
msgstr "Préparer Drozer pour lancer un scanne"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Afficher la variable secrète dans le terminal pour un copier/coller facilité"
@ -1613,10 +1575,6 @@ msgstr "Exécution de la première passe avec la vérification MD5 désactivée"
msgid "Running wget in {path}"
msgstr "Exécution de wget dans {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Analyser seulement la dernière version de chaque paquet"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Scanne le(s) APK(s) résultants pour des classes non-libres connues."
@ -1667,13 +1625,6 @@ msgstr "Définir la limite d'échec du nombre de fichiers ouvert: "
msgid "Setting {0} sec timeout for this build"
msgstr "Définir une timeout de {0} secondes pour cette construction"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Installez un émulateur, installez l'APK dessus et effectuez un scan Drozer"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Met en place un émulateur, y installe lAPK et réalise un scan drozer"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Signer et déplacer les paquets dans le dépôt"
@ -1803,6 +1754,17 @@ msgstr "Il y a une collision de keyalias - publication interrompue"
msgid "These are the apps that have been archived from the main repo."
msgstr "Voici les applications qui ont été archivées à partir du dépôt principal."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Ceci est un dépôt dapplications à utiliser avec FDroid. Les applications publiées\n"
" dans ce dépôt sont soit celles compilées par les développeurs\n"
" de ces applications, soit celles compilées par f-droid.org à partir des\n"
" sources en utilisant les outils disponibles sur https://gitlab.com/fdroid.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1812,10 +1774,6 @@ msgstr "Ce dépôt a déjà des méta-données locales : %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Pour utiliser awsbucket, awssecretkey et awsaccesskeyid doivent aussi être configurées dans config.yml !"
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Pour utiliser awsbucket, awssecretkey et awsaccesskeyid doivent aussi être configurées dans config.yml !"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "L'URL doit commencer par https:// ou http://"
@ -2045,9 +2003,6 @@ msgstr "Utiliser le serveur de build"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Utiliser la date de l'APK plutôt que la date courante pour les APKs nouvellement ajoutés"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Utiliser la date de l'APK plutôt que la date courante pour les APKs nouvellement ajoutés"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2177,8 +2132,8 @@ msgstr "applicationId pour vérifier les mises à jour"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId avec le versionCode optionnel sous la forme APPID[:VERCODE]"
@ -2538,6 +2493,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2742,6 +2702,11 @@ msgstr "{file} est vide ou corrompu !"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2810,12 +2775,39 @@ msgstr[1] "{} compilations réussies"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "Impossible de trouver un appid pour {path} !"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "Mise à jour propre - n'utilise pas les caches, ré-exécute tous les APKs"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Nettoyer après la fin de tous les scans"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Nettoyer avant le début des scans et recréer le container"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Vider tous les conteneurs puis sortir"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Impossible d'ouvrir le fichier APK pour analyse"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "Demander de manière interactive les choses nécessitant une mise à jour."
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Remplacer le chemin pour les fichiers APK de dépôt (par défaut: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Préparer Drozer pour lancer une analyse"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Préparer Drozer pour lancer un scanne"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Analyser seulement la dernière version de chaque paquet"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Installez un émulateur, installez l'APK dessus et effectuez un scan Drozer"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Met en place un émulateur, y installe lAPK et réalise un scan drozer"
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "Définir l'éditeur à utiliser en mode interactif. Par défaut "

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-24 08:48+0000\n"
"Last-Translator: Isrg Rajan <isrgrajan@outlook.com>\n"
"Language-Team: Hindi <https://hosted.weblate.org/projects/f-droid/fdroidserver/hi/>\n"
@ -50,6 +50,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -135,10 +139,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -147,26 +147,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -443,16 +431,9 @@ msgstr "अनुप्रयोगों के अपडेट के लि
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -504,10 +485,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -775,10 +752,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -789,6 +762,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1299,10 +1276,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1370,10 +1343,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1412,13 +1381,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1575,10 +1537,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1629,13 +1587,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1765,6 +1716,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1774,10 +1729,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2007,9 +1958,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2137,8 +2085,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2497,6 +2445,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2700,6 +2653,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-14 14:58+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/hu/>\n"
@ -58,6 +58,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "A(z) „%s/” nem rendelkezik megfelelő metaadatfájllal."
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, fuzzy, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -143,11 +147,6 @@ msgstr "A(z) %s kapcsoló nem fogad értéket"
msgid "'keypass' not found in config.yml!"
msgstr "A „keypass” nem található a config.yml fájlban."
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "A „keypass” nem található a config.yml fájlban."
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -156,29 +155,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr "A „keystore” nem található a config.yml fájlban."
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "A „keystore” nem található a config.yml fájlban."
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "A „keystorepass” nem található a config.yml fájlban."
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "A „keystorepass” nem található a config.yml fájlban."
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "A „repo_keyalias” nem található a config.yml fájlban."
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "A „repo_keyalias” nem található a config.yml 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"
@ -456,16 +440,9 @@ msgstr "Alkalmazásfrissítések keresése"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -517,10 +494,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -788,10 +761,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -802,6 +771,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1312,10 +1285,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1383,10 +1352,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1425,13 +1390,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1588,10 +1546,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1642,13 +1596,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Aláírás és csomagok tárolóba helyezése"
@ -1778,6 +1725,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1787,10 +1738,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2020,9 +1967,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2150,8 +2094,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2510,6 +2454,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2713,6 +2662,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -50,6 +50,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" tidak ada kesesuaian pada berkas metadata!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -134,11 +138,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' tidak ditemukan dalam config.yml!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' tidak ditemukan dalam config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -147,29 +146,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' tidak ditemukan dalam config.yml!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' tidak ditemukan dalam config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' tidak ditemukan dalam config.yml!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' tidak ditemukan dalam config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' tidak ditemukan dalam config.yml!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' tidak ditemukan dalam config.yml!"
#: /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"
@ -446,16 +430,9 @@ msgstr "Periksa pembaruan pada aplikasi"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -507,10 +484,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -778,10 +751,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -792,6 +761,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1302,10 +1275,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1373,10 +1342,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1415,13 +1380,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1578,10 +1536,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1631,13 +1585,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1767,6 +1714,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1776,10 +1727,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2009,9 +1956,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2139,8 +2083,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2497,6 +2441,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2699,6 +2648,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-14 21:33+0000\n"
"Last-Translator: Francesco Esposito <email@francescoesposito.org>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/f-droid/fdroidserver/it/>\n"
@ -70,6 +70,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" non ha un file di metadati corrispondente!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -155,10 +159,6 @@ msgstr "l'opzione %s non accetta un valore"
msgid "'keypass' not found in config.yml!"
msgstr "\"keypass\" non trovato in config.yml!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "\"keypass\" non trovato in config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' è NONE e 'smartcardoptions' è vuoto!"
@ -167,26 +167,14 @@ msgstr "'keystore' è NONE e 'smartcardoptions' è vuoto!"
msgid "'keystore' not found in config.yml!"
msgstr "\"keystore\" non trovato in config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "\"keystore\" non trovato in config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "\"keystorepass\" non trovato in config.yml!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "\"keystorepass\" non trovato in config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "\"repo_keyalias\" non trovato in config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "\"repo_keyalias\" non trovato in config.yml!"
#: /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"
@ -463,17 +451,10 @@ msgstr "Cerca gli aggiornamenti delle applicazioni"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Controllando l'archiviazione per {appid} - APK:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Pulisci dopo aver terminato le scansioni"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Pulisci prima delle scansioni e ricostruisci il container"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Pulisci tutti i container ed esci"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Controllando l'archiviazione per {appid} - APK:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -524,10 +505,6 @@ msgstr "Impossibile trovare {path} da rimuovere"
msgid "Could not open APK {path} for analysis: "
msgstr "Impossibile aprire il file APK {path} per l'analisi: "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "Impossibile aprire il file APK per l'analisi"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -799,10 +776,6 @@ msgstr "Impossibile allineare lapplicazione"
msgid "Failed to create S3 bucket: {url}"
msgstr "Impossibile creare il bucket S3: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Impossibile ottenere informazioni del manifest dellAPK"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -813,6 +786,10 @@ msgstr "Impossibile ottenere informazioni dellAPK, eliminando {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "Impossibile ottenere informazioni dellAPK, saltando {path}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Impossibile ottenere informazioni del manifest dellAPK"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1323,10 +1300,6 @@ msgstr "Niente da fare per {appid}."
msgid "Now set these in config.yml:"
msgstr "Ora imposta i seguenti campi in config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Ora imposta i seguenti campi in config.yml:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1394,10 +1367,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr "Licenza generale del progetto."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Sostituisci il percorso per gli APK del repository (impostazione predefinita: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1436,13 +1405,6 @@ msgstr "Percorso del repository git da utilizzare come registro"
msgid "Path to the keystore for the repo signing key"
msgstr "Percorso del keystore per la chiave di firma del repository"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Prepara Drozer per eseguire una scansione"
msgid "Prepare drozer to run a scan"
msgstr "Preparare drozer per eseguire una scansione"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Stampa la variabile segreta sul terminale per un facile copia/incolla"
@ -1599,10 +1561,6 @@ msgstr "Esecuzione del primo passaggio con controllo MD5 disabilitato"
msgid "Running wget in {path}"
msgstr "Esecuzione di wget in {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Scansiona solo l'ultima versione di ogni pacchetto"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1653,13 +1611,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Firma e metti i pacchetti nel repository"
@ -1789,6 +1740,17 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Questo è un repository di app da usare con FDroid. Le applicazioni in questo\n"
" repository sono binari ufficiali compilati dagli sviluppatori originali \n"
" dell'applicazione, oppure sono binari compilati dai sorgenti da f-droid.org\n"
" usando i tool su https://gitlab.com/fdroid.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1798,10 +1760,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2031,9 +1989,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2161,8 +2116,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2521,6 +2476,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2724,6 +2684,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2782,5 +2747,29 @@ msgstr[1] ""
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "Impossibile trovare un appid per {path}!"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Pulisci dopo aver terminato le scansioni"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Pulisci prima delle scansioni e ricostruisci il container"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Pulisci tutti i container ed esci"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Impossibile aprire il file APK per l'analisi"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "Chiedi interattivamente riguardo a ciò che deve essere aggiornato."
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Sostituisci il percorso per gli APK del repository (impostazione predefinita: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Prepara Drozer per eseguire una scansione"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Preparare drozer per eseguire una scansione"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Scansiona solo l'ultima versione di ogni pacchetto"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -50,6 +50,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, fuzzy, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -134,10 +138,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -146,26 +146,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -441,16 +429,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -502,10 +483,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -773,10 +750,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -787,6 +760,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1297,10 +1274,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1368,10 +1341,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1410,13 +1379,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1573,10 +1535,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1626,13 +1584,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1762,6 +1713,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1771,10 +1726,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2004,9 +1955,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2134,8 +2082,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2492,6 +2440,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2694,6 +2647,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-15 13:25+0000\n"
"Last-Translator: R_SACI <rgebbid@gmail.com>\n"
"Language-Team: Kabyle <https://hosted.weblate.org/projects/f-droid/fdroidserver/kab/>\n"
@ -52,6 +52,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -137,10 +141,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' ulac-it di config.yml!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' ulac-it di config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -149,26 +149,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' ulac-it di config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' ulac-it di config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' ulac-it di config.yml!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' ulac-it di config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' ulac-it deg config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' ulac-it deg config.yml!"
#: /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"
@ -445,16 +433,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -506,10 +487,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr "Ur yezmir ara ad d-yeldi afaylu APK {path} 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"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -777,10 +754,6 @@ msgstr "Areyyec n usnas ur yeddi ara"
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -791,6 +764,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1301,10 +1278,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1372,10 +1345,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1414,13 +1383,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1577,10 +1539,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1631,13 +1589,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1767,6 +1718,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1776,10 +1731,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2009,9 +1960,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2139,8 +2087,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2499,6 +2447,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2702,6 +2655,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2753,3 +2711,6 @@ msgid "{} build succeeded"
msgid_plural "{} builds succeeded"
msgstr[0] ""
msgstr[1] ""
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Ur yezmir ara a d-ildi afaylu APK i tesleḍt"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-28 22:09+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/>\n"
@ -57,6 +57,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\"에 일치하는 메타데이터 파일이 없습니다!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, fuzzy, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -141,11 +145,6 @@ msgstr "%s 옵션은 값을 받지 않습니다"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass'를 config.yml에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass'를 config.yml에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -154,29 +153,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr "'keystore'를 config.yml에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore'를 config.yml에서 찾을 수 없습니다!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass'를 config.yml에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass'를 config.yml에서 찾을 수 없습니다!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias'를 config.yml에서 찾을 수 없습니다!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias'를 config.yml에서 찾을 수 없습니다!"
#: /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"
@ -453,16 +437,9 @@ msgstr "애플리케이션으로의 업데이트를 확인합니다"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -514,10 +491,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -785,10 +758,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -799,6 +768,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1309,10 +1282,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1380,10 +1349,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "저장소 APK를 위한 경로 재정의 (기본값: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1422,13 +1387,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1585,10 +1543,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1638,13 +1592,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "저장소에서 패키지를 서명하고 배치합니다"
@ -1774,6 +1721,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1783,10 +1734,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2017,9 +1964,6 @@ msgstr "빌드 서버를 사용합니다"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "새로 추가된 APK를 위해 현재 시간 대신에 APK에서의 날짜를 사용합니다"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "새로 추가된 APK를 위해 현재 시간 대신에 APK에서의 날짜를 사용합니다"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2149,8 +2093,8 @@ msgstr "업데이트를 확인할 applicationId"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "양식 APPID[:VERCODE]에서 선택적인 versionCode로 된 applicationId"
@ -2507,6 +2451,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2709,6 +2658,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\"는 존재하지 않습니다! config.yml에서 그것을 고치세요."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\"는 존재하지 않습니다! config.yml에서 그것을 고치세요."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2767,3 +2721,6 @@ msgstr[0] "{} 빌드 성공됨"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "{path}를 위한 appid를 찾을 수 없습니다!"
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "저장소 APK를 위한 경로 재정의 (기본값: ./repo)"

View File

@ -5,7 +5,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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-14 14:58+0000\n"
"Last-Translator: Coding Otaku <contact@codingotaku.com>\n"
"Language-Team: Malayalam <https://hosted.weblate.org/projects/f-droid/fdroidserver/ml/>\n"
@ -63,6 +63,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -148,10 +152,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -160,26 +160,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -456,16 +444,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -517,10 +498,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -788,10 +765,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -802,6 +775,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1312,10 +1289,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1383,10 +1356,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1425,13 +1394,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1588,10 +1550,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1642,13 +1600,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1778,6 +1729,17 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" FDroid- നൊപ്പം ഉപയോഗിക്കേണ്ട അപ്ലിക്കേഷനുകളുടെ ഒരു ശേഖരമാണിത്. \n"
" ഇതിലെ അപ്ലിക്കേഷനുകൾ ഒന്നെങ്കിൽ ഒറിജിനൽ ആപ്ലിക്കേഷൻ\n"
" നിർമാതാക്കൾ നിർമ്മിച്ച ഔദ്യോഗിക ബൈനറികളുടെ ശേഖരമോ,\n"
" അല്ലെങ്കിൽ f-droid.org https://gitlab.com/fdroid- ലെ ഉപകരണങ്ങൾ ഉപയോഗിച്ച് ഉറവിടത്തിൽ നിന്ന് നിർമ്മിച്ച ബൈനറികളോ ആണ് .\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1787,10 +1749,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2020,9 +1978,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2150,8 +2105,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2510,6 +2465,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2713,6 +2673,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -59,6 +59,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" har ingen samsvarende metadatafil!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, fuzzy, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -144,11 +148,6 @@ msgstr "%s-valget tar ikke en verdi"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' ble ikke funnet i config.yml!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' ble ikke funnet i config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -157,29 +156,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' ble ikke funnet i config.yml!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' ble ikke funnet i config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' ble ikke funnet i config.yml!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' ble ikke funnet i config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' ble ikke funnet i config.yml!"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' ble ikke funnet i config.yml!"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
#, fuzzy
@ -462,17 +446,10 @@ msgstr "Se etter programoppdateringer"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Sjekker arkivering for {appid} - APK-er:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Rydd opp etter at alle skanninger er fullførte"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Tøm før skanninger starter og bygg beholderen på ny"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Tøm alle beholdere og avslutt"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Sjekker arkivering for {appid} - APK-er:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -525,11 +502,6 @@ msgstr "Fant ikke \"{path}\" for fjerning derav"
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"
msgstr "Kunne ikke åpne APK-fil for analyse"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -813,11 +785,6 @@ msgstr "Klarte ikke å justere program"
msgid "Failed to create S3 bucket: {url}"
msgstr "Klarte ikke å opprette S3-spann: {url}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "Failed to get APK manifest information"
msgstr "Klarte ikke å hente APK-manifestinfo"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -828,6 +795,11 @@ msgstr "Klarte ikke å hente APK-info, sletter {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "Klarte ikke å hente APK-info, hopper over {path}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "Failed to get APK manifest information"
msgstr "Klarte ikke å hente APK-manifestinfo"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1356,10 +1328,6 @@ msgstr "Ingenting å gjøre for {appid}."
msgid "Now set these in config.yml:"
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
@ -1430,10 +1398,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr "Overnevnt lisens for prosjektet."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Overskriv sti for pakkebrønns-APK-er (forvalg: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1475,13 +1439,6 @@ msgstr "Sti til Git-pakkebrønn å bruke som logg"
msgid "Path to the keystore for the repo signing key"
msgstr "Sti til nøkkellager for pakkebrønnssigneringsnøkkel"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Forbered Drozer på kjøring av skanning"
msgid "Prepare drozer to run a scan"
msgstr "Forbered Drozer på kjøring av skanning"
#: ../fdroidserver/nightly.py
#, fuzzy
msgid "Print the secret variable to the terminal for easy copy/paste"
@ -1643,10 +1600,6 @@ msgstr "Kjører første passering med MD5-sjekking avskrudd"
msgid "Running wget in {path}"
msgstr "Kjører wget i {path}."
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Skann kun siste versjon av hver pakke"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1698,15 +1651,6 @@ msgstr "Kunne ikke sette åpen filgrense: "
msgid "Setting {0} sec timeout for this build"
msgstr "Setter {0} sek. tidsavbrudd for dette bygget"
#: ../fdroidserver/build.py
#, fuzzy
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Sett opp en emulator, installer APK-en på den og utfør en Drozer-skanning"
#, fuzzy
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Sett opp en emulator, installer APK-en på den og utfør en Drozer-skanning"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Logg inn og legg til pakker i pakkebrønnen"
@ -1840,6 +1784,10 @@ msgstr "Nøkkelaliaskollisjon - offentliggjøring stanset"
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1850,11 +1798,6 @@ msgstr "Denne pakkebrønnen har allerede lokal metadata: %s"
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.yml."
#: ../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.yml."
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "Nettadressen må starte med https:// eller http://"
@ -2086,10 +2029,6 @@ msgid "Use build server"
msgstr "Bruk byggtjener"
#: ../fdroidserver/update.py
#, fuzzy
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Bruk dato fra APK istedenfor nåværende tid for nylig tillagte APK-er."
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Bruk dato fra APK istedenfor nåværende tid for nylig tillagte APK-er"
@ -2228,8 +2167,8 @@ msgstr "App-ID å sjekke for oppdateringer"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "App-ID med valgfri versionCode, i formen APPID[:VERCODE]"
@ -2597,6 +2536,11 @@ msgstr "nekt nedlasting via usikker HTTP-tilkobling (bruk HTTPS eller angi --no-
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "nekt nedlasting via usikker HTTP-tilkobling (bruk HTTPS eller angi --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2803,6 +2747,11 @@ msgstr "{file} er tom eller skadet!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" finnes ikke. Rett det i config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" finnes ikke. Rett det i config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2865,3 +2814,36 @@ msgstr[1] "{} bygg fullført"
#, fuzzy
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "Finner ikke AppID for {path}."
#~ msgid "Clean after all scans have finished"
#~ msgstr "Rydd opp etter at alle skanninger er fullførte"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Tøm før skanninger starter og bygg beholderen på ny"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Tøm alle beholdere og avslutt"
#, fuzzy
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Kunne ikke åpne APK-fil for analyse"
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Overskriv sti for pakkebrønns-APK-er (forvalg: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Forbered Drozer på kjøring av skanning"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Forbered Drozer på kjøring av skanning"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Skann kun siste versjon av hver pakke"
#, fuzzy
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Sett opp en emulator, installer APK-en på den og utfør en Drozer-skanning"
#, fuzzy
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Sett opp en emulator, installer APK-en på den og utfør en Drozer-skanning"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -50,6 +50,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -135,10 +139,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -147,26 +147,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -444,16 +432,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -505,10 +486,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -776,10 +753,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -790,6 +763,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1300,10 +1277,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1371,10 +1344,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1413,13 +1382,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1576,10 +1538,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1630,13 +1588,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1766,6 +1717,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1775,10 +1730,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2008,9 +1959,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2138,8 +2086,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2498,6 +2446,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2701,6 +2654,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -8,7 +8,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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-28 22:09+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/f-droid/fdroidserver/pl/>\n"
@ -65,6 +65,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" nie ma pasującego pliku metadanych!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -151,10 +155,6 @@ msgstr "%s opcja nie przyjmuje wartości"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' nie znaleziono w config.yml!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' nie znaleziono w config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "\"keystore\" nie ma, a \"smartcardoptions\" jest puste!"
@ -163,26 +163,14 @@ msgstr "\"keystore\" nie ma, a \"smartcardoptions\" jest puste!"
msgid "'keystore' not found in config.yml!"
msgstr "'Plik kluczy' nie został znaleziony w pliku config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' nie znaleziono w config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' nie znaleziono w config.yml!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' nie znaleziono w config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' nie znaleziono w config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' nie znaleziono w config.yml!"
#: /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"
@ -460,17 +448,10 @@ msgstr "Sprawdź aktualizacje aplikacji"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Sprawdzanie archiwizacji dla {appid} - APKs: {integer}, keepversions: {keep}, archapks: {arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Wyczyść po zakończeniu wszystkich skanów"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Wyczyść przed rozpoczęciem skanowania i odbuduj kontener"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Oczyść wszystkie pojemniki, a następnie wyjdź"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Sprawdzanie archiwizacji dla {appid} - APKs: {integer}, keepversions: {keep}, archapks: {arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -521,10 +502,6 @@ msgstr "Nie można znaleźć pliku {path}, aby go usunąć"
msgid "Could not open APK {path} for analysis: "
msgstr "Nie można otworzyć pliku APK {path} do analizy: "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "Nie można otworzyć pliku APK do analizy"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -796,10 +773,6 @@ msgstr "Nie udało się wyrównać aplikacji"
msgid "Failed to create S3 bucket: {url}"
msgstr "Nie można utworzyć zasobnika S3: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Nie można uzyskać informacji o manifeście APK"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -810,6 +783,10 @@ msgstr "Nie udało się uzyskać informacji o APK, usunięcie {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "Nie udało się uzyskać informacji o APK, pomijając {path}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Nie można uzyskać informacji o manifeście APK"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1321,10 +1298,6 @@ msgstr "Nic nie robić w {appid}."
msgid "Now set these in config.yml:"
msgstr "Teraz ustaw je w config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Teraz ustaw je w config.yml:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1393,10 +1366,6 @@ msgstr "Wyprowadzanie JSON"
msgid "Overall license of the project."
msgstr "Całkowita licencja na projekt."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Zastąp ścieżkę dla plików APK repo (domyślnie: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1435,13 +1404,6 @@ msgstr "Ścieżka do repozytorium git do użycia jako dziennik"
msgid "Path to the keystore for the repo signing key"
msgstr "Ścieżka do magazynu kluczy dla klucza podpisywania repo"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Przygotuj Drozera do uruchomienia skanowania"
msgid "Prepare drozer to run a scan"
msgstr "Przygotuj drozer do uruchomienia skanowania"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Wydrukuj tajną zmienną do terminala, aby ułatwić kopiowanie/wklejanie"
@ -1598,10 +1560,6 @@ msgstr "Uruchomienie pierwszego przejścia z wyłączonym sprawdzaniem MD5"
msgid "Running wget in {path}"
msgstr "Uruchomienie wget w {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Skanuj tylko najnowszą wersję każdego pakietu"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Przeskanuj otrzymany plik APK w poszukiwaniu znanych niewolnych klas."
@ -1653,13 +1611,6 @@ msgstr "Ustawienie limitu otwartych plików nie powiodło się: "
msgid "Setting {0} sec timeout for this build"
msgstr "Ustawienie limitu czasu {0} w sek dla tej kompilacji"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Skonfiguruj emulator, zainstaluj na nim plik APK i wykonaj skanowanie Drozera"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Skonfiguruj emulator, zainstaluj na nim APK i wykonaj skanowanie drozer"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Podpisz i umieść paczki w repozytorium"
@ -1789,6 +1740,17 @@ msgstr "Istnieje kolizja keyalias - wstrzymano publikowanie"
msgid "These are the apps that have been archived from the main repo."
msgstr "To są aplikacje, które zostały zarchiwizowane w głównym repozytorium."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
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/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1798,10 +1760,6 @@ msgstr "To repo ma już lokalne metadane: %s"
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.yml!"
#: ../fdroidserver/deploy.py
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.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "Adres URL musi rozpoczynać się od https:// lub http://"
@ -2031,9 +1989,6 @@ msgstr "Użyj serwera kompilacji"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Użyj daty z pliku APK zamiast aktualnego dla nowo dodanych pakietów APK"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Użyj daty z APK zamiast bieżącego czasu dla nowo dodanych plików APK"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2161,8 +2116,8 @@ msgstr "applicationId, aby sprawdzić dostępność aktualizacji"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId z opcjonalnym versionCode w postaci APPID [:VERCODE]"
@ -2523,6 +2478,11 @@ msgstr "odmów pobierania przez niezabezpieczone połączenie HTTP (użyj HTTPS
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "odmów pobierania przez niezabezpieczone połączenie http (użyj https lub określ --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "repo_icon %s nie istnieje, generuje symbol zastępczy."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2727,6 +2687,11 @@ msgstr "{file} jest pusty lub uszkodzony!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" nie istnieje! Popraw go w config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" nie istnieje! Popraw go w config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2787,5 +2752,35 @@ msgstr[2] "{} kompilacje powiodły się"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "Nie można znaleźć załącznika dla {path}!"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Wyczyść po zakończeniu wszystkich skanów"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Wyczyść przed rozpoczęciem skanowania i odbuduj kontener"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Oczyść wszystkie pojemniki, a następnie wyjdź"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Nie można otworzyć pliku APK do analizy"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "Interaktywnie pytaj o rzeczy, które wymagają aktualizacji."
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Zastąp ścieżkę dla plików APK repo (domyślnie: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Przygotuj Drozera do uruchomienia skanowania"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Przygotuj drozer do uruchomienia skanowania"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Skanuj tylko najnowszą wersję każdego pakietu"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Skonfiguruj emulator, zainstaluj na nim plik APK i wykonaj skanowanie Drozera"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Skonfiguruj emulator, zainstaluj na nim APK i wykonaj skanowanie drozer"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-16 09:19+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt/>\n"
@ -62,6 +62,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" não tem ficheiro de metadados correspondente!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -147,10 +151,6 @@ msgstr "opção %s não leva um valor"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' não foi encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' não foi encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazio!"
@ -159,26 +159,14 @@ msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazio!"
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' não foi encontrada em config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' não foi encontrada em config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' não foi encontrada em config.yml!"
#: /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"
@ -455,17 +443,10 @@ msgstr "Verificação de actualizações das aplicações"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Verificando o arquivamento para {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Limpar depois que todos os escaneamentos terminarem"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Limpar antes do escanemento começar e recompilar o container"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Limpar todos os containers e então sair"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Verificando o arquivamento para {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -516,10 +497,6 @@ msgstr "Não foi possível localizar {path} para removê-lo"
msgid "Could not open APK {path} for analysis: "
msgstr "Não foi possível abrir o APK {path} 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"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -791,10 +768,6 @@ msgstr "Falha ao alinhar a aplicação"
msgid "Failed to create S3 bucket: {url}"
msgstr "Falha ao criar o bucket S3: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Falha ao obter informações de manifesto do APK"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -805,6 +778,10 @@ msgstr "Falha ao obter informações do APK, apagando {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "Falha ao obter informações do APK, ignorando {path}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Falha ao obter informações de manifesto do APK"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1315,10 +1292,6 @@ msgstr "Nada a fazer para {appid}."
msgid "Now set these in config.yml:"
msgstr "Agora configure estes em config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Agora, configure estes em config.yml:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1386,10 +1359,6 @@ msgstr "Saída do JSON"
msgid "Overall license of the project."
msgstr "Licença geral do projeto."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Substituir o caminho para os APKs do repositório (predefinição: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1428,13 +1397,6 @@ msgstr "Caminho para o repositório git para usar como log"
msgid "Path to the keystore for the repo signing key"
msgstr "Caminho até a keystore para a chave de assinatura do repositório"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Preparar Drozer para executar uma verificação"
msgid "Prepare drozer to run a scan"
msgstr "Preparar Drozer para executar uma verificação"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Imprimir a variável secreta para o terminal para copiar/colar fácilmente"
@ -1591,10 +1553,6 @@ msgstr "Executando a primeira passagem com a verificação de MD5 desativada"
msgid "Running wget in {path}"
msgstr "Executando o wget em {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Escanear apenas a versão mais recente de cada pacote"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Procure no(s) APK(s) resultante(s) por classes conhecidas não livres."
@ -1645,13 +1603,6 @@ msgstr "Falha ao definir o limite de ficheiros abertos: "
msgid "Setting {0} sec timeout for this build"
msgstr "Definindo o tempo limite de {0} seg para esta compilação"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Configure um emulador, instale o APK nele e execute um scan do Drozer"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Configure um emulador, instale o APK nele e execute um scan do drozer"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Assinar e pôr os pacotes no repositório"
@ -1781,6 +1732,17 @@ msgstr "Há uma colisão do keyalias - publicação parada"
msgid "These are the apps that have been archived from the main repo."
msgstr "Estas são as aplicações que foram arquivadas do repositório principal."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Este é um repositório de apps a serem usados com o FDroid.\n"
" Aplicações neste repositório são binários oficiais compilados pelos\n"
" programadores da aplicação original ou são binários compilados da\n"
" fonte por f-droid.org a usar as ferramentas em https://gitlab.com/fdroid.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1790,10 +1752,6 @@ msgstr "Este repositório já tem metadados locais: %s"
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.yml!"
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Para usar o awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "A URL deve começar com https:// ou http://"
@ -2023,9 +1981,6 @@ msgstr "Usar servidor de compilação"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Use da data do APK em vez do tempo atual para APKs recém-adicionados"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Use a data do APK em vez do tempo atual para APKs recém-adicionados"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2153,8 +2108,8 @@ msgstr "applicationId para verificar se há atualizações"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId com versionCode opcional na forma APPID[:VERCODE]"
@ -2513,6 +2468,11 @@ msgstr "Recusado o download via conexão HTTP insegura (use HTTPS ou especifique
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "Recusado o download via conexão http insegura (use https ou especifique --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "repo_icon %s não existe, a gerar um espaço reservado."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2716,6 +2676,11 @@ msgstr "{file} está em branco ou corrompido!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" não existe! Corrija-o no config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" não existe! Corrija-o no config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2773,3 +2738,33 @@ msgstr[1] "{} compilações com sucesso"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "Não é possível encontrar um appid para {path} 1!"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Limpar depois que todos os escaneamentos terminarem"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Limpar antes do escanemento começar e recompilar o container"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Limpar todos os containers e então sair"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Não foi possível abrir ficheiro APK para análise"
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Substituir o caminho para os APKs do repositório (predefinição: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Preparar Drozer para executar uma verificação"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Preparar Drozer para executar uma verificação"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Escanear apenas a versão mais recente de cada pacote"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Configure um emulador, instale o APK nele e execute um scan do Drozer"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Configure um emulador, instale o APK nele e execute um scan do drozer"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-14 21:33+0000\n"
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_BR/>\n"
@ -68,6 +68,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" não tem arquivo de metadados correspondente!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -153,10 +157,6 @@ msgstr "opção %s não leva um valor"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' não foi encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "\"keypass\" não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazia!"
@ -165,26 +165,14 @@ msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazia!"
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "\"keystore\" não encontrada em config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "\"keystorepass\" não encontrada em config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "\"repo_keyalias\" não encontrada em config.yml!"
#: /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"
@ -461,17 +449,10 @@ msgstr "Verifica se existem atualizações para os aplicativos"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Verificar o arquivamento de {appid} - APKs: {integer}, Versões Mantidas: {keep}, Arcos de APKs: {arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Limpar depois que todos os escaneamentos terminarem"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Limpar antes do escanemento começar e recompilar o container"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Limpar todos os containers e então sair"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Verificar o arquivamento de {appid} - APKs: {integer}, Versões Mantidas: {keep}, Arcos de APKs: {arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -522,10 +503,6 @@ msgstr "Impossível encontrar {path} para removê-lo"
msgid "Could not open APK {path} for analysis: "
msgstr "Impossível abrir o APK {path} para análise: "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "Impossível abrir o arquivo de APK para analisá-lo"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -797,10 +774,6 @@ msgstr "Falha ao alinhar a aplicação"
msgid "Failed to create S3 bucket: {url}"
msgstr "Falha ao criar o Balde do S3: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Falha ao obter informações de manifesto do APK"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -811,6 +784,10 @@ msgstr "Falha ao obter informações do APK, excluindo {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "Falha ao obter informações do APK, ignorando {path}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Falha ao obter informações de manifesto do APK"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1321,10 +1298,6 @@ msgstr "Nada a fazer para {appid}."
msgid "Now set these in config.yml:"
msgstr "Agora defina estes em config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Agora, defina estes em config.yml:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1392,10 +1365,6 @@ msgstr "Emitindo JSON"
msgid "Overall license of the project."
msgstr "Licença geral do projeto."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Substituir o caminho para os APKs do repositório (padrão: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1434,13 +1403,6 @@ msgstr "Caminho para o repositório git para usar como log"
msgid "Path to the keystore for the repo signing key"
msgstr "Caminho até a keystore para a chave de assinatura do repositório"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Preparar o Drozer para executar uma varredura"
msgid "Prepare drozer to run a scan"
msgstr "Preparar o Drozer para fazer um escaneamento"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Imprima a variável secreta no terminal para facilitar a cópia/colagem"
@ -1597,10 +1559,6 @@ msgstr "Execução da primeira passagem com a verificação do MD5 desativada"
msgid "Running wget in {path}"
msgstr "Executando o 'wget' em {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Escanear apenas a versão mais recente de cada pacote"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Verifique os APKs resultantes na busca das classes não gratuitas já conhecidas."
@ -1651,13 +1609,6 @@ msgstr "A configuração do limite de arquivos abertos falhou: "
msgid "Setting {0} sec timeout for this build"
msgstr "Definindo {0} segundos como tempo limite de para esta compilação"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Configurar um emulador, instalar o APK nele e escanear com o Drozer"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Configurar um emulador, instalar o APK nele e escanear com o drozer"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Assina e coloca pacotes no repositório"
@ -1787,6 +1738,18 @@ msgstr "Há uma colisão do keyalias - publicação parada"
msgid "These are the apps that have been archived from the main repo."
msgstr "Estas são as aplicações que foram arquivadas a partir do repositório principal."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Este é um repositório de aplicativos a serem usados com o FDroid. Os\n"
" aplicativos neste repositório são binários oficiais compilados pelos\n"
" desenvolvedores do aplicativo original ou são binários compilados a\n"
" partir da fonte por f-droid.org usando as ferramentas em\n"
" https://gitlab.com/fdroid.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1796,10 +1759,6 @@ msgstr "Este repositório já tem metadados locais: %s"
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.yml!"
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Para usar awsbucket, awssecretkey and awsaccesskeyid também devem ser definidos em config.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "A URL deve começar com https:// ou http://"
@ -2029,9 +1988,6 @@ msgstr "Usar servidor de compilação"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Usar a data do APK ao invés do horário atual para APKs recentemente adicionados"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Usar a data do APK ao invés do horário atual para APKs recentemente adicionados"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2159,8 +2115,8 @@ msgstr "applicationId para verificar se há atualizações"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId com versionCode opcional na forma APPID[:VERCODE]"
@ -2519,6 +2475,11 @@ msgstr "Recuse o download inseguro via conexão HTTP (use HTTPS ou especifique -
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "Recuse o download insegura via conexão http (use https ou especifique --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "repo_icon %s não existe, gerando um espaço reservado."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2722,6 +2683,11 @@ msgstr "o {file} está vazio ou está corrompido!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" não existe! Corrija-o no config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" não existe! Corrija-o no config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2787,12 +2753,39 @@ msgstr[1] "{} compilações foram bem sucedidas"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "Não é possível encontrar um appid para {path} 1!"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "Atualização limpa - não usa cache, reprocessa todos os APKs"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Limpar depois que todos os escaneamentos terminarem"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Limpar antes do escanemento começar e recompilar o container"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Limpar todos os containers e então sair"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Impossível abrir o arquivo de APK para analisá-lo"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "Perguntar interativamente sobre elementos que precisam de atualização."
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Substituir o caminho para os APKs do repositório (padrão: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Preparar o Drozer para executar uma varredura"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Preparar o Drozer para fazer um escaneamento"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Escanear apenas a versão mais recente de cada pacote"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Configurar um emulador, instalar o APK nele e escanear com o Drozer"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Configurar um emulador, instalar o APK nele e escanear com o drozer"
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "Especifique o editor a ser usado no modo interativo. Padrão "

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-16 09:19+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_PT/>\n"
@ -65,6 +65,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" não tem ficheiro de metadados correspondente!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -150,10 +154,6 @@ msgstr "opção %s não leva um valor"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' não foi encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' não foi encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazio!"
@ -162,26 +162,14 @@ msgstr "\"keystore\" é NONE e \"smartcardoptions\" está vazio!"
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' não foi encontrada em config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' não foi encontrada em config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' não encontrada em config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' não foi encontrada em config.yml!"
#: /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"
@ -458,17 +446,10 @@ msgstr "Verificação de actualizações das aplicações"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Verificando o arquivamento para {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Limpar depois que todos os escaneamentos terminarem"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Limpar antes do escanemento começar e recompilar o container"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Limpar todos os containers e então sair"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Verificando o arquivamento para {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -519,10 +500,6 @@ msgstr "Não foi possível localizar {path} para removê-lo"
msgid "Could not open APK {path} for analysis: "
msgstr "Não foi possível abrir o APK {path} 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"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -794,10 +771,6 @@ msgstr "Falha ao alinhar a aplicação"
msgid "Failed to create S3 bucket: {url}"
msgstr "Falha ao criar o bucket S3: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Falha ao obter informações de manifesto do APK"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -808,6 +781,10 @@ msgstr "Falha ao obter informações do APK, apagando {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "Falha ao obter informações do APK, ignorando {path}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Falha ao obter informações de manifesto do APK"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1318,10 +1295,6 @@ msgstr "Nada a fazer para {appid}."
msgid "Now set these in config.yml:"
msgstr "Agora configure estes em config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Agora, configure estes em config.yml:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1389,10 +1362,6 @@ msgstr "Saída do JSON"
msgid "Overall license of the project."
msgstr "Licença geral do projeto."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Substituir o caminho para os APKs do repositório (predefinição: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1431,13 +1400,6 @@ msgstr "Caminho para o repositório git para usar como log"
msgid "Path to the keystore for the repo signing key"
msgstr "Caminho até a keystore para a chave de assinatura do repositório"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Preparar Drozer para executar uma verificação"
msgid "Prepare drozer to run a scan"
msgstr "Preparar Drozer para executar uma verificação"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Imprimir a variável secreta para o terminal para copiar/colar fácilmente"
@ -1594,10 +1556,6 @@ msgstr "Executando a primeira passagem com a verificação de MD5 desativada"
msgid "Running wget in {path}"
msgstr "Executando o wget em {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Escanear apenas a versão mais recente de cada pacote"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Procure no(s) APK(s) resultante(s) por classes conhecidas não livres."
@ -1648,13 +1606,6 @@ msgstr "Falha ao definir o limite de ficheiros abertos: "
msgid "Setting {0} sec timeout for this build"
msgstr "Definindo o tempo limite de {0} seg para esta compilação"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Configure um emulador, instale o APK nele e execute um scan do Drozer"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Configure um emulador, instale o APK nele e execute um scan do drozer"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Assinar e pôr os pacotes no repositório"
@ -1784,6 +1735,17 @@ msgstr "Há uma colisão do keyalias - publicação parada"
msgid "These are the apps that have been archived from the main repo."
msgstr "Estas são as aplicações que foram arquivadas do repositório principal."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Este é um repositório de apps a serem usados com o FDroid.\n"
" Aplicações neste repositório são binários oficiais compilados pelos\n"
" programadores da aplicação original ou são binários compilados da\n"
" fonte por f-droid.org a usar as ferramentas em https://gitlab.com/fdroid.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1793,10 +1755,6 @@ msgstr "Este repositório já tem metadados locais: %s"
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.yml!"
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Para usar o awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "A URL deve começar com https:// ou http://"
@ -2026,9 +1984,6 @@ msgstr "Usar servidor de compilação"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Use da data do APK em vez do tempo atual para APKs recém-adicionados"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Use a data do APK em vez do tempo atual para APKs recém-adicionados"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2156,8 +2111,8 @@ msgstr "applicationId para verificar se há atualizações"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId com versionCode opcional na forma APPID[:VERCODE]"
@ -2516,6 +2471,11 @@ msgstr "Recusado o download via conexão HTTP insegura (use HTTPS ou especifique
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "Recusado o download via conexão http insegura (use https ou especifique --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "repo_icon %s não existe, a gerar um espaço reservado."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2719,6 +2679,11 @@ msgstr "{file} está em branco ou corrompido!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" não existe! Corrija-o no config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" não existe! Corrija-o no config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2776,3 +2741,33 @@ msgstr[1] "{} compilações com sucesso"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "Não é possível encontrar um appid para {path} 1!"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Limpar depois que todos os escaneamentos terminarem"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Limpar antes do escanemento começar e recompilar o container"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Limpar todos os containers e então sair"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Não foi possível abrir ficheiro APK para análise"
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Substituir o caminho para os APKs do repositório (predefinição: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Preparar Drozer para executar uma verificação"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Preparar Drozer para executar uma verificação"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Escanear apenas a versão mais recente de cada pacote"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Configure um emulador, instale o APK nele e execute um scan do Drozer"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Configure um emulador, instale o APK nele e execute um scan do drozer"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-14 21:33+0000\n"
"Last-Translator: Daniel Șerbănescu <daniel@serbanescu.dk>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/ro/>\n"
@ -50,6 +50,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -136,10 +140,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -148,26 +148,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -445,16 +433,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -506,10 +487,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -777,10 +754,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -791,6 +764,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1301,10 +1278,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1372,10 +1345,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1414,13 +1383,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1577,10 +1539,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1632,13 +1590,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1768,6 +1719,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1777,10 +1732,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2010,9 +1961,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2140,8 +2088,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2502,6 +2450,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2706,6 +2659,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

View File

@ -12,7 +12,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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-14 21:33+0000\n"
"Last-Translator: Golubev Alexander <fatzer2@gmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/f-droid/fdroidserver/ru/>\n"
@ -70,6 +70,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "У \"%s/\" нет соответствующего файла метаданных!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -156,10 +160,6 @@ msgstr "%s параметр не принимает значений"
msgid "'keypass' not found in config.yml!"
msgstr "В config.yml нет переменной 'keypass'!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' не найден в config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "Значение 'keystore` — NONE, но 'smartcardoptions' не задан!"
@ -168,26 +168,14 @@ msgstr "Значение 'keystore` — NONE, но 'smartcardoptions' не за
msgid "'keystore' not found in config.yml!"
msgstr "В config.yml нет переменной 'keystore'!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' не найден в config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "В config.yml нет переменной 'keystorepass'!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' не найден в config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "В config.yml нет переменной 'repo_ keyalias'!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' не найден в config.yml!"
#: /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"
@ -465,17 +453,10 @@ msgstr "Проверить обновления для приложений"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Проверка перед помещением в архив для {appid}. APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Очистить после завершения сканирования"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Очистить до начала сканирования и пересоздать контейнер"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Очистить все контейнеры и выйти"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Проверка перед помещением в архив для {appid}. APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -526,10 +507,6 @@ msgstr "Указанный для удаления {path} не найден"
msgid "Could not open APK {path} for analysis: "
msgstr "Не удалось открыть и проанализировать файл APK {path}: "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "Не удалось открыть и проанализировать файл APK"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -801,10 +778,6 @@ msgstr "Оптимизировать (align) приложение не удал
msgid "Failed to create S3 bucket: {url}"
msgstr "Создать S3 объект (S3 bucket) не получилось: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Извлечь информацию из APK манифеста не получилось"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -815,6 +788,10 @@ msgstr "Не удалось получить информацию об APK фа
msgid "Failed to get APK information, skipping {path}"
msgstr "Не удалось получить информацию об APK файле, {path} будет пропущен"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Извлечь информацию из APK манифеста не получилось"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1325,10 +1302,6 @@ msgstr "Автоматические обновления для {appid} нед
msgid "Now set these in config.yml:"
msgstr "Определите эти переменные в config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Определите эти переменные в config.yml:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1396,10 +1369,6 @@ msgstr "Выводится JSON"
msgid "Overall license of the project."
msgstr "Основная лицензия проекта."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Переопределить путь к APK файлам репозитория (по умолчанию это ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1438,13 +1407,6 @@ msgstr "Путь к репозиторию git, который будет ото
msgid "Path to the keystore for the repo signing key"
msgstr "Путь к хранилищу с ключом для подписывания"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Подготовка Drozer к сканированию репозитория"
msgid "Prepare drozer to run a scan"
msgstr "Подготовка к сканированию Drozer"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Отобразить секретную переменную в терминале (чтобы ее было легче скопировать и вставить)"
@ -1601,10 +1563,6 @@ msgstr "Первая попытка загрузить данные (выпол
msgid "Running wget in {path}"
msgstr "Выполняется wget в {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Сканировать только самую свежую версию каждого пакета"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Проскандировать получившиеся APK на известные несвободные классы."
@ -1656,13 +1614,6 @@ msgstr "Не удалось настроить ограничение для к
msgid "Setting {0} sec timeout for this build"
msgstr "Время ожидания для этой сборки выставляется в {0} секунд"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Настроить эмулятор, установить в него APK и запустить сканирование Drozer"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Настроить эмулятор, установить в него APK и запустить сканирование Drozer"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Подписать пакеты и поместить в репозиторий"
@ -1792,6 +1743,18 @@ msgstr "Есть расхождения в алиасах ключей для п
msgid "These are the apps that have been archived from the main repo."
msgstr "Это те приложения, которые были заархивированы из основного репозитория."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Это репозиторий приложений, предназначенных для использования в FDroid.\n"
" Приложения в этом репозитории являются либо официальными бинарными файлами,\n"
" созданными разработчиками оригинального приложения, либо бинарными файлами,\n"
" созданными f-droid.org из исходного кода с помощью инструментов\n"
" на https://gitlab.com/fdroid.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1801,10 +1764,6 @@ msgstr "Локальная копия метаданных репозитори
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Необходимо определить переменные awsbucket, awssecretkey и awsaccesskeyid в config.yml!"
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Чтобы использовать awsbucket необходимо определить awssecretkey и awsaccesskeyid в config.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "URL должна начинаться с https:// или http://"
@ -2034,9 +1993,6 @@ msgstr "Использовать сервер сборки"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Использовать время date из APK вместо текущего при добавлении новых APK"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Использовать время date из APK вместо текущего при добавлении новых APK"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2164,8 +2120,8 @@ msgstr "applicationId для проверки обновлений"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId и внутренняя версия приложения (versionCode) в виде APPID[:VERCODE]"
@ -2526,6 +2482,11 @@ msgstr "использовать для загрузки небезопасно
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "использовать для загрузки небезопасное HTTP-соединение не стоит (пользуйтесь HTTPS или укажите --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "значок репозитория (repo_icon) '%s' не существует, генерируется суррогат."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2730,6 +2691,11 @@ msgstr "{file} пустой или повреждённый!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name}: неверный путь \"{path}\"! Поправьте его в config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name}: неверный путь \"{path}\"! Поправьте его в config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2789,3 +2755,33 @@ msgstr[2] "{} успешных сборок"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "По указанному пути {path} не удалось найти appid!"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Очистить после завершения сканирования"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Очистить до начала сканирования и пересоздать контейнер"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Очистить все контейнеры и выйти"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Не удалось открыть и проанализировать файл APK"
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Переопределить путь к APK файлам репозитория (по умолчанию это ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Подготовка Drozer к сканированию репозитория"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Подготовка к сканированию Drozer"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Сканировать только самую свежую версию каждого пакета"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Настроить эмулятор, установить в него APK и запустить сканирование Drozer"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Настроить эмулятор, установить в него APK и запустить сканирование Drozer"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -49,6 +49,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -135,10 +139,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -147,26 +147,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -444,16 +432,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -505,10 +486,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -776,10 +753,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -790,6 +763,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1300,10 +1277,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1371,10 +1344,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1413,13 +1382,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1576,10 +1538,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1631,13 +1589,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1767,6 +1718,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1776,10 +1731,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2009,9 +1960,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2139,8 +2087,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2501,6 +2449,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2705,6 +2658,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-29 10:51+0000\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
"Language-Team: Albanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sq/>\n"
@ -63,6 +63,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" ska kartel tejtëdhënash me përputhje!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -148,10 +152,6 @@ msgstr "Mundësia %s smerr ndonjë vlerë"
msgid "'keypass' not found in config.yml!"
msgstr "Su gjet 'keypass' në config.yml!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "Su gjet 'keypass' në config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' është NONE dhe 'smartcardoptions' është e zbrazët!"
@ -160,26 +160,14 @@ msgstr "'keystore' është NONE dhe 'smartcardoptions' është e zbrazët!"
msgid "'keystore' not found in config.yml!"
msgstr "Su gjet 'keystore' në config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "Su gjet 'keystore' në config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "Su gjet 'keystorepass' te config.yml!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "Su gjet 'keystorepass' te config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "Su gjet 'repo_keyalias' te config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "Su gjet 'repo_keyalias' te config.yml!"
#: /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"
@ -456,17 +444,10 @@ msgstr "Kontrollo për përditësime aplikacionesh"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Po kontrollohet arkivimi përr {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Pastroje, pasi të kenë përfunduar krejt skanimet"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Pastrojeni përpara se të fillojnë skanimet dhe të rimontohet kontejneri"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Pastroji krejt kontejnerët dhe mandej dil"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Po kontrollohet arkivimi përr {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -517,10 +498,6 @@ msgstr "Su gjet dot {path} për ta hequr"
msgid "Could not open APK {path} for analysis: "
msgstr "Su hap dot kartela APK {path} për analizim : "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "Su hap dot kartela APK për analizim"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -792,10 +769,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr "Su arrit të krijohej bucket S3: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Su arrit të merren të dhëna manifesti APK-je"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -806,6 +779,10 @@ msgstr "Su arrit të merren të dhëna APK-je, po fshihet {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "Su arrit të merren të dhëna APK-je, po anashkalohet {path}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Su arrit të merren të dhëna manifesti APK-je"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1317,11 +1294,6 @@ msgstr "Ska çbëhet për {appid}."
msgid "Now set these in config.yml:"
msgstr "Tani, ujdisini këto te config.yml:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "Tani, ujdisini këto te config.yml:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1389,10 +1361,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr "Licenca e përgjithshme e projektit."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Shteg anashkalimi për APK-ra depoje (parazgjedhje: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1431,13 +1399,6 @@ msgstr "Shteg për te depo git për tu përdorur si regjistri"
msgid "Path to the keystore for the repo signing key"
msgstr "Shteg për te depo kyçesh për kyçin e nënshkrimit të depos"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Përgatite Drozer-in të bëjë një skanim"
msgid "Prepare drozer to run a scan"
msgstr "Përgatite Drozer-in të kryejë një skanim"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Shtype ndryshoren e fshehtë te terminali, për kopjim/ngjitje të kollajtë"
@ -1594,10 +1555,6 @@ msgstr "Po xhirohet kalimi i parë me kontrollin MD5 të çaktivizuar"
msgid "Running wget in {path}"
msgstr "Po xhirohet wget te {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Skano vetëm versionin më të ri të çdo pakete"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Kontrollo për klasa jo të lira të ditura APK-në(të) e prodhuara."
@ -1648,13 +1605,6 @@ msgstr "Dështoi ujdisje kufiri hapjesh kartelash: "
msgid "Setting {0} sec timeout for this build"
msgstr "Po ujdiset mbarim kohe {0} sekonda për këtë montim"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Ujdisni një emulues, instaloni në të APK-në dhe kryeni një skanim Drozer"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Ujdisni një emulues, instaloni në të APK-në dhe kryeni një skanim Drozer"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Nënshkruani dhe vendosni paketa te depoja"
@ -1784,6 +1734,17 @@ msgstr "Ka një përplasje keyalias-i - botimi u ndal"
msgid "These are the apps that have been archived from the main repo."
msgstr "Këto janë aplikacionet që janë arkivuar nga depoja kryesore."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\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"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1793,11 +1754,6 @@ msgstr "Kjo depo ka tashmë tejtëdhëna vendore: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Për të përdorur awsbucket, te config.yml 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.yml 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://"
@ -2027,9 +1983,6 @@ msgstr "Përdor shërbyes montimesh"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Për APK-ra të shtuara rishtazi, përdor datë prej APK-je, në vend se kohën e tanishme"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Për APK-ra të shtuara rishtazi, përdor datë prej APK-je, në vend se të kohës së tanishme"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2157,8 +2110,8 @@ msgstr "applicationId për të cilin të kontrollohet për përditësime"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId me versionCode opsional në formën APPID[:VERCODE]"
@ -2517,6 +2470,11 @@ msgstr "refuzo shkarkim përmes lidhjeje HTTP të pasigurt (përdorni HTTPS ose
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "mos pranon shkarkim përmes lidhjeje http të pasigurt (përdorni https ose specifikoni --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "repo_icon %s sekziston, po prodhohet vendmbajtëse."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2720,6 +2678,11 @@ msgstr "{file} është e zbrazët ose e dëmtuar!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" sekziston! Ndreqeni te config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" sekziston! Ndreqeni te config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2777,3 +2740,33 @@ msgstr[1] "{} dolën me sukses"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "Sgjendet dot një appid për {path}!"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Pastroje, pasi të kenë përfunduar krejt skanimet"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Pastrojeni përpara se të fillojnë skanimet dhe të rimontohet kontejneri"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Pastroji krejt kontejnerët dhe mandej dil"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Su hap dot kartela APK për analizim"
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Shteg anashkalimi për APK-ra depoje (parazgjedhje: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Përgatite Drozer-in të bëjë një skanim"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Përgatite Drozer-in të kryejë një skanim"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Skano vetëm versionin më të ri të çdo pakete"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Ujdisni një emulues, instaloni në të APK-në dhe kryeni një skanim Drozer"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Ujdisni një emulues, instaloni në të APK-në dhe kryeni një skanim Drozer"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-15 13:25+0000\n"
"Last-Translator: Elias Mårtenson <elias@dhsdevelopments.com>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/f-droid/fdroidserver/sv/>\n"
@ -51,6 +51,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, fuzzy, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -136,10 +140,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -148,26 +148,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -444,16 +432,9 @@ msgstr "Kontrollera efter uppdateringar av appar"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -505,10 +486,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -777,10 +754,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -791,6 +764,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1301,10 +1278,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1372,10 +1345,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1414,13 +1383,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1577,10 +1539,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1631,13 +1589,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Signera och placera paket i förrådet"
@ -1767,6 +1718,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1776,10 +1731,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2009,9 +1960,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2139,8 +2087,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2499,6 +2447,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2702,6 +2655,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-14 21:33+0000\n"
"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/f-droid/fdroidserver/tr/>\n"
@ -62,6 +62,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" eşleşen üst veri dosyasına sahip değil!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -147,10 +151,6 @@ msgstr "%s seçeneği bir değer almaz"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' config.yml içinde bulunamadı!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' config.yml 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ş!"
@ -159,26 +159,14 @@ msgstr "'keystore' seçeneği NONE ve 'smartcardoptions' seçeneği boş!"
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' config.yml içinde bulunamadı!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' config.yml içinde bulunamadı!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' config.yml içinde bulunamadı!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' config.yml içinde bulunamadı!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' config.yml içinde bulunamadı!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' config.yml 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"
@ -455,17 +443,10 @@ msgstr "Uygulama güncellemelerini denetle"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "{appid} için arşivleme denetleniyor - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Tüm taramalar bitince temizle"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Taramalar başlamadan önce temizle ve kapsayıcıyı yeniden inşa et"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Bütün kapsayıcılar temizle ve sonra çık"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "{appid} için arşivleme denetleniyor - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -516,10 +497,6 @@ msgstr "Kaldırmak için {path} bulunamadı"
msgid "Could not open APK {path} for analysis: "
msgstr "İnceleme için APK {path} açılamadı: "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "İnceleme için APK dosyasıılamadı"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -791,10 +768,6 @@ msgstr "Uygulama hizalama başarısız oldu"
msgid "Failed to create S3 bucket: {url}"
msgstr "S3 kovası oluşturulamadı: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "APK bildirim bilgileri alınamadı"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -805,6 +778,10 @@ msgstr "APK bilgisi alınamadı, {path} siliniyor"
msgid "Failed to get APK information, skipping {path}"
msgstr "APK bilgisi alınamadı, {path} atlanıyor"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "APK bildirim bilgileri alınamadı"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1315,10 +1292,6 @@ msgstr "{appid} için yapılacak işlem yok."
msgid "Now set these in config.yml:"
msgstr "Şimdi bunları config.yml içinde ayarlayın:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Şimdi bunları config.yml içinde ayarlayın:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1386,10 +1359,6 @@ msgstr "JSON yazdırılıyor"
msgid "Overall license of the project."
msgstr "Projenin genel lisansı."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Depo APK'ları için konumu geçersiz kıl (öntanımlı olarak: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1428,13 +1397,6 @@ msgstr "Günlük olarak kullanılacak git deposunun konumu"
msgid "Path to the keystore for the repo signing key"
msgstr "Depo imzalama anahtarı için anahtar deposunun konumu"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Drozer'i bir tarama çalıştırmak için hazırla"
msgid "Prepare drozer to run a scan"
msgstr "Drozer'i bir tarama çalıştırmak için hazırla"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Kolay kopyala yapıştır için gizli değişkeni terminale yaz"
@ -1591,10 +1553,6 @@ msgstr "İlk geçiş MD5 doğrulama olmadan çalıştırılıyor"
msgid "Running wget in {path}"
msgstr "{path} konumunda wget çalıştırılıyor"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Her paketin sadece en son sürümünü tara"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Bilinen özgür olmayan sınıflar için ortaya çıkan APK'leri tara."
@ -1645,13 +1603,6 @@ msgstr "Açık dosya sınırı ayarı başarısız: "
msgid "Setting {0} sec timeout for this build"
msgstr "Bu inşa için {0} sn zaman aşımı ayarlanıyor"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Bir emülatör kur, APKyı ona kur ve bir Drozer taraması yap"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Bir emülatör kur, APKyı ona kur ve bir Drozer taraması yap"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Paketleri imzala ve depoya yerleştir"
@ -1781,6 +1732,17 @@ msgstr "Bir keyalias çakışması var - yayımlama durdu"
msgid "These are the apps that have been archived from the main repo."
msgstr "Bunlar ana depodan arşivlenmiş uygulamalardır."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Bu, FDroid ile kullanılacak uygulamaların bir deposudur. Bu depodaki\n"
" uygulamalar ya gerçek uygulama geliştiricileri tarafından oluşturulan\n"
" resmi ikili dosyalardır ya da https://gitlab.com/fdroid adresindeki araçlar\n"
" kullanılarak f-droid.org tarafından kaynaktan oluşturulan ikili dosyalardır.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1790,10 +1752,6 @@ msgstr "Bu deponun zaten yerel üst verisi var: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Awsbucket kullanmak için, awssecretkey ve awsaccesskeyid de config.yml içinde ayarlanmalı!"
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Awsbucket kullanmak için, awssecretkey ve awsaccesskeyid de config.yml içinde ayarlanmalı!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "URL https:// veya http:// ile başlamalı"
@ -2023,9 +1981,6 @@ msgstr "İnşa sunucusu kullan"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Yeni eklenen APKlar için o anki zaman yerine APK'daki tarihi kullan"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Yeni eklenen APKlar için o anki zaman yerine APK tarihini kullan"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2153,8 +2108,8 @@ msgstr "Güncellemeleri denetlemek için applicationId"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "APPID[:VERCODE] biçiminde applicationId, isteğe bağlı versionCode ile"
@ -2513,6 +2468,11 @@ msgstr "güvensiz HTTP bağlantısı ile indirmeyi reddet (HTTPS kullanın veya
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "güvensiz http bağlantısı ile indirmeyi reddet (https kullanın veya --no-https-check belirtin): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "repo_icon %s mevcut değil, yer tutucu oluşturuyor."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2716,6 +2676,11 @@ msgstr "{file} boş veya bozuk!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" yok! config.yml içinde düzeltin."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" yok! config.yml içinde düzeltin."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2784,12 +2749,39 @@ msgstr[1] "{} inşa başarılı"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "{path} için bir appid bulunamıyor!"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "Temiz güncelleme - önbellekleri kullanmaz, tüm APKları yeniden işler"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Tüm taramalar bitince temizle"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Taramalar başlamadan önce temizle ve kapsayıcıyı yeniden inşa et"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Bütün kapsayıcılar temizle ve sonra çık"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "İnceleme için APK dosyasıılamadı"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "Güncelleme gerektiren şeyler hakkında etkileşimli olarak sor."
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Depo APK'ları için konumu geçersiz kıl (öntanımlı olarak: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Drozer'i bir tarama çalıştırmak için hazırla"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Drozer'i bir tarama çalıştırmak için hazırla"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Her paketin sadece en son sürümünü tara"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Bir emülatör kur, APKyı ona kur ve bir Drozer taraması yap"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Bir emülatör kur, APKyı ona kur ve bir Drozer taraması yap"
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "Etkileşimli kipte kullanılacak editörü belirtin. Öntanımlı "

View File

@ -5,7 +5,7 @@ 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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -50,6 +50,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -135,10 +139,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -147,26 +147,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -443,16 +431,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -504,10 +485,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -775,10 +752,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -789,6 +762,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1299,10 +1276,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1370,10 +1343,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1412,13 +1381,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1575,10 +1537,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1629,13 +1587,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1765,6 +1716,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1774,10 +1729,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2007,9 +1958,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2137,8 +2085,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2497,6 +2445,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2700,6 +2653,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+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"
@ -51,6 +51,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -136,10 +140,6 @@ msgstr ""
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -148,26 +148,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
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.yml!"
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"
@ -444,16 +432,9 @@ msgstr ""
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
@ -505,10 +486,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -776,10 +753,6 @@ msgstr ""
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -790,6 +763,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1300,10 +1277,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1371,10 +1344,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1413,13 +1382,6 @@ msgstr ""
msgid "Path to the keystore for the repo signing key"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr ""
msgid "Prepare drozer to run a scan"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1576,10 +1538,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1630,13 +1588,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr ""
@ -1766,6 +1717,10 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1775,10 +1730,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2008,9 +1959,6 @@ msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
msgid "Use date from APK instead of current time for newly added APKs"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2138,8 +2086,8 @@ msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr ""
@ -2498,6 +2446,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2701,6 +2654,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-27 00:33+0000\n"
"Last-Translator: Ihor Hordiichuk <igor_ck@outlook.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/f-droid/fdroidserver/uk/>\n"
@ -64,6 +64,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" не має відповідного файлу метаданих!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -150,10 +154,6 @@ msgstr "%s параметр не приймає значення"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' не знайдено в config.yml!"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' не знайдено в config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' — NONE і 'smartcardoptions' порожній!"
@ -162,26 +162,14 @@ msgstr "'keystore' — NONE і 'smartcardoptions' порожній!"
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' не знайдено в config.yml!"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' не знайдено в config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' не знайдено в config.yml!"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' не знайдено в config.yml!"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' не знайдено в config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' не знайдено в config.yml!"
#: /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"
@ -459,17 +447,10 @@ msgstr "Перевірте наявність оновлень для засто
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Перевірка архівації на {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Очистити після завершення сканування"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "Очистити перед початком сканування і перебудуйте контейнер"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "Очистити усі контейнери, а потім вийти"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Перевірка архівації на {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -520,10 +501,6 @@ msgstr "Не вдалося знайти шлях {path}, щоб вилучит
msgid "Could not open APK {path} for analysis: "
msgstr "Не вдалося відкрити файл APK {path} для аналізу: "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "Не вдалося відкрити файл APK для аналізу"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -795,10 +772,6 @@ msgstr "Не вдалося оптимізувати (align) застосуно
msgid "Failed to create S3 bucket: {url}"
msgstr "Не вдалося створити сигмент S3: {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Не вдалося отримати подробиці про APK"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -809,6 +782,10 @@ msgstr "Не вдалося отримати подробиці про APK, {pat
msgid "Failed to get APK information, skipping {path}"
msgstr "Не вдалося отримати подробиці про APK, {path} буде пропущено"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "Не вдалося отримати подробиці про APK"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1319,10 +1296,6 @@ msgstr "Для {appid} нічого виконувати."
msgid "Now set these in config.yml:"
msgstr "Тепер встановіть їх у config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr "Тепер встановіть їх у config.yml:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1390,10 +1363,6 @@ msgstr "Вивід JSON"
msgid "Overall license of the project."
msgstr "Загальна ліцензія проекту."
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "Перевизначити шлях для сховища APK-файлів (типово: ./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1432,13 +1401,6 @@ msgstr "Шлях до сховища git, яке використовуєтьс
msgid "Path to the keystore for the repo signing key"
msgstr "Шлях до сховища ключа для підписного ключа сховища"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "Підготувати Drozer до початку сканування"
msgid "Prepare drozer to run a scan"
msgstr "Підготувати drozer для запуску сканування"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "Вивести таємну змінну до термінала для легкого копіювання/вставлення"
@ -1595,10 +1557,6 @@ msgstr "Запуск першого проходу з вимкненою пер
msgid "Running wget in {path}"
msgstr "Запуск wget у {path}"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "Сканувати лише останню версію кожного пакета"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr "Перевірити отриманий файл APK на наявність відомих невільних класів."
@ -1650,13 +1608,6 @@ msgstr "Не вдалося встановити обмеження кілько
msgid "Setting {0} sec timeout for this build"
msgstr "Час очікування для цієї збірки становить {0}"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "Налаштуйте емулятор, встановіть на нього APK та виконайте сканування з Drozer"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "Налаштуйте емулятор, встановіть APK на нього та виконайте drozer сканування"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "Записати та розмістити пакети у сховищеві"
@ -1786,6 +1737,17 @@ msgstr "Відбулося зіткнення keyalias ключів - припи
msgid "These are the apps that have been archived from the main repo."
msgstr "Це застосунки, заархівовані з основного сховища."
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" Це сховище застосунків для використання з FDroid. Застосунки в цьому\n"
" сховищі — це або офіційні двійкові файли, побудовані за розробниками оригінального\n"
" застосунку, або двійкові файли, побудовані з джерела f-droid.org за допомогою\n"
" інструментів з https://gitlab.com/fdroid.\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1795,10 +1757,6 @@ msgstr "Сховище вже має локальні метадані: %s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Для використання awsbucket, awssecretkey та awsaccesskeyid також слід налаштувати config.yml!"
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Для користування awsbucket, awssecretkey та awsaccesskeyid також слід налаштувати їх у config.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr "URL-адреса має починатися з https:// або http://"
@ -2028,9 +1986,6 @@ msgstr "Використовуйте сервер створення"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Використовуйте дату з APK замість поточного часу для нових доданих APK"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "Використовуйте дату з APK, замість поточного часу для нових доданих APKs"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2158,8 +2113,8 @@ msgstr "applicationId для перевірки наявності оновле
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId з необов'язковим versionCode у формі APPID[:VERCODE]"
@ -2520,6 +2475,11 @@ msgstr "відмовитись від завантаження через неб
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "відмовитись від завантаження через незахищене з'єднання http (користати https чи вказати --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, fuzzy, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr "repo_icon %s не існує, створення заповнювача."
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2724,6 +2684,11 @@ msgstr "{file} порожній або пошкоджений!"
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" не існує! Виправте його в config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" не існує! Виправте його в config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2794,12 +2759,39 @@ msgstr[2] "{} зібрано успішно"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "Не вдається знайти appid за шляхом {path}!"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "Очистити оновлення - не використовує кеш, повторно обробляє всі APKs"
#~ msgid "Clean after all scans have finished"
#~ msgstr "Очистити після завершення сканування"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "Очистити перед початком сканування і перебудуйте контейнер"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "Очистити усі контейнери, а потім вийти"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "Не вдалося відкрити файл APK для аналізу"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "Інтерактивно запитайте про речі, які потребують оновлення."
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "Перевизначити шлях для сховища APK-файлів (типово: ./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "Підготувати Drozer до початку сканування"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "Підготувати drozer для запуску сканування"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "Сканувати лише останню версію кожного пакета"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "Налаштуйте емулятор, встановіть на нього APK та виконайте сканування з Drozer"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "Налаштуйте емулятор, встановіть APK на нього та виконайте drozer сканування"
#, fuzzy
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "Вкажіть редактор для використання в інтерактивному режимі. За замовчуванням %s"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-28 22:09+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n"
@ -68,6 +68,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" 没有匹配的元数据文件!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -152,10 +156,6 @@ msgstr "%s 选项不采用值"
msgid "'keypass' not found in config.yml!"
msgstr "config.yml中找不到'keypass'"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr "config.yml 中找不到 'keypass'"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' 没有赋值,'smartcardoptions' 为空!"
@ -164,26 +164,14 @@ msgstr "'keystore' 没有赋值,'smartcardoptions' 为空!"
msgid "'keystore' not found in config.yml!"
msgstr "config.yml中找不到'keypass'"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "config.yml 中找不到'keystore'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "config.yml中找不到'keystorepass'"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "config.yml 中找不到 'keystorepass'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "config.yml中找不到'repo_keyalias'"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "config.yml 中找不到'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"
@ -459,17 +447,10 @@ msgstr "检查应用更新"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "扫描全部完成后清除"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "在扫描启动和容器重新编译之前清除"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "清除所有容器,然后退出"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr ""
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -520,10 +501,6 @@ msgstr ""
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -791,10 +768,6 @@ msgstr "未能匹配应用程序"
msgid "Failed to create S3 bucket: {url}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -805,6 +778,10 @@ msgstr ""
msgid "Failed to get APK information, skipping {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1315,10 +1292,6 @@ msgstr ""
msgid "Now set these in config.yml:"
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
@ -1386,10 +1359,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr "项目总体许可证。"
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "覆盖资源库 APK 路径(默认为 ./repo"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1428,13 +1397,6 @@ msgstr "使用的 git 资源库路径在日志上"
msgid "Path to the keystore for the repo signing key"
msgstr "资源库签名密钥的密钥存储(keystore)路径"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "准备Drozer进行扫描"
msgid "Prepare drozer to run a scan"
msgstr "准备运行 drozer 扫描"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr ""
@ -1591,10 +1553,6 @@ msgstr ""
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "仅扫描每个包的最新版本"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1644,13 +1602,6 @@ msgstr ""
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "设置一个模拟器在其中安装APK并执行Drozer扫描"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "设置一个模拟器,然后在其中安装 APK 并执行 drozer 扫描"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "对包进行签名并将其加入资源库"
@ -1780,6 +1731,17 @@ msgstr ""
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
"\n"
" 这是一个与FDroid一起使用的应用程序的仓库。这个仓库中的应用程序\n"
" 要么是原应用程序开发者构建的官方二进制文件要么是f-droid.org使用\n"
" https://gitlab.com/fdroid上的工具从源代码构建而来的\n"
" 二进制文件。\n"
" "
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1789,10 +1751,6 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
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 ""
@ -2022,9 +1980,6 @@ msgstr "使用编译服务器"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "对于新添加的 APK 文件,使用来自 APK 文件的时间,而非当前时间"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "对于最新添加的 APK使用来自 APK 的日期,而不是当前时间"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2152,8 +2107,8 @@ msgstr "检查更新的applicationId"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "带有可选 versionCode 的 app-id格式APPID[:VERCODE]"
@ -2510,6 +2465,11 @@ msgstr ""
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2712,6 +2672,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2769,12 +2734,36 @@ msgstr[0] ""
#~ msgid "Add gpg signatures for packages in repo"
#~ msgstr "添加包 gpg 签名至资源库"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "清除更新:不用缓存,重新处理全部 APK"
#~ msgid "Clean after all scans have finished"
#~ msgstr "扫描全部完成后清除"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "在扫描启动和容器重新编译之前清除"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "清除所有容器,然后退出"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "需更新事项的互动提示。"
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "覆盖资源库 APK 路径(默认为 ./repo"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "准备Drozer进行扫描"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "准备运行 drozer 扫描"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "仅扫描每个包的最新版本"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "设置一个模拟器在其中安装APK并执行Drozer扫描"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "设置一个模拟器,然后在其中安装 APK 并执行 drozer 扫描"
#, fuzzy
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "指定编辑器使用互动模式。默认 %s"

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: 2021-01-14 14:55+0100\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"PO-Revision-Date: 2021-01-28 22:09+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"
@ -59,6 +59,10 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s 1/\" 沒有符合的中介資料檔案!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
#: ../fdroidserver/install.py
#, fuzzy, python-brace-format
msgid "\"{apkfilename}\" is already installed on {dev}."
@ -143,11 +147,6 @@ msgstr "%s 選項不帶值"
msgid "'keypass' not found in config.yml!"
msgstr "config.yml 找不到 'keypass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "config.yml 找不到 'keypass'"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -156,29 +155,14 @@ msgstr ""
msgid "'keystore' not found in config.yml!"
msgstr "config.yml 找不到 'keystore'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "config.yml 找不到 'keystore'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "config.yml 找不到 'keystorepass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "config.yml 找不到 'keystorepass'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "config.yml 找不到 'repo_keyalias'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "config.yml 找不到 '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"
@ -455,17 +439,10 @@ msgstr "檢查應用程式更新"
msgid "Checking archiving for {appid} - APKs:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "檢查 {appid} 的歸檔 - APKs:{integer}keepversions:{keep}archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "所有掃描完成後清除"
#: ../fdroidserver/dscanner.py
msgid "Clean before the scans start and rebuild the container"
msgstr "在掃描開始與重新構建容器之前清除"
#: ../fdroidserver/dscanner.py
msgid "Clean up all containers and then exit"
msgstr "清除所有容器,然後退出"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "檢查 {appid} 的歸檔 - APKs:{integer}keepversions:{keep}archapks:{arch}"
#: ../fdroidserver/update.py
msgid "Clean update - don't uses caches, reprocess all APKs"
@ -518,10 +495,6 @@ msgstr "無法找到 {path} 來移除"
msgid "Could not open APK {path} for analysis: "
msgstr "無法開啟 APK 檔{path}案作分析 : "
#: ../fdroidserver/update.py
msgid "Could not open APK file for analysis"
msgstr "無法開啟 APK 檔案作分析"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
@ -794,10 +767,6 @@ msgstr "校正應用程式失敗"
msgid "Failed to create S3 bucket: {url}"
msgstr "無法建立 S3 bucket : {url}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "無法取得 APK 單號資訊"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get APK information, deleting {path}"
@ -808,6 +777,10 @@ msgstr "無法取得 APK 資訊,刪除 {path}"
msgid "Failed to get APK information, skipping {path}"
msgstr "無法取得 APK 資訊,略過 {path}"
#: ../fdroidserver/common.py
msgid "Failed to get APK manifest information"
msgstr "無法取得 APK 單號資訊"
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -1322,11 +1295,6 @@ msgstr "{appid} 無須採取行動."
msgid "Now set these in config.yml:"
msgstr "現在設定這些在 config.yml 中:"
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.yml:"
msgstr "現在設定這些在 config.yml 中:"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1395,10 +1363,6 @@ msgstr ""
msgid "Overall license of the project."
msgstr "該專案的整體授權。"
#: ../fdroidserver/dscanner.py
msgid "Override path for repo APKs (default: ./repo)"
msgstr "覆蓋軟體庫 APK 的路徑 (預設:./repo)"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "Overriding blank versionName in {apkfilename} from metadata: {version}"
@ -1437,13 +1401,6 @@ msgstr "到 git 軟體庫的路徑用在日誌"
msgid "Path to the keystore for the repo signing key"
msgstr "給軟體庫簽署金鑰的金鑰庫路徑"
#: ../fdroidserver/dscanner.py
msgid "Prepare Drozer to run a scan"
msgstr "準備 drozer 以執行掃描"
msgid "Prepare drozer to run a scan"
msgstr "準備 drozer 以執行掃描"
#: ../fdroidserver/nightly.py
msgid "Print the secret variable to the terminal for easy copy/paste"
msgstr "在終端機顥示祕密變數以便於複製/貼上"
@ -1600,10 +1557,6 @@ msgstr "關閉 MD5 檢查以執行首次通過"
msgid "Running wget in {path}"
msgstr "在 {path} 裡執行 wget"
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr "只掃描每個套件包的最新版本"
#: ../fdroidserver/build.py
msgid "Scan the resulting APK(s) for known non-free classes."
msgstr ""
@ -1653,13 +1606,6 @@ msgstr "設定開啟檔案的限制失敗: "
msgid "Setting {0} sec timeout for this build"
msgstr "為此構建設定 {0} 秒後超時"
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr "設置一個模擬器,在其上安裝 APK 並執行 drozer 掃描"
msgid "Setup an emulator, install the APK on it and perform a drozer scan"
msgstr "設置一個模擬器,在其上安裝 APK 並執行 drozer 掃描"
#: ../fdroid ../fdroidserver/__main__.py
msgid "Sign and place packages in the repo"
msgstr "簽署並放置套件包在軟體庫中"
@ -1789,6 +1735,10 @@ msgstr "發生主要別名衝突 - 發佈中止"
msgid "These are the apps that have been archived from the main repo."
msgstr ""
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
msgstr ""
#: ../fdroidserver/import.py
#, python-format
msgid "This repo already has local metadata: %s"
@ -1798,11 +1748,6 @@ msgstr "這個軟體庫已有本地的中介資料:%s"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "要使用 awsbucket, awssecretkey 與 awsaccesskeyid 必須在 config.yml 進行設定!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "要使用 awsbucket, awssecretkey 與 awsaccesskeyid 必須在 config.yml 進行設定!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -2035,9 +1980,6 @@ msgstr "使用構建伺服器"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "使用來自 APK 的日期,而不是新增之 APK 目前的時間"
msgid "Use date from APK instead of current time for newly added APKs"
msgstr "新增的 APK 使用日期,來自 APK 而不是目前時間"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
@ -2167,8 +2109,8 @@ msgstr "以 applicationId 檢查更新"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
#: ../fdroidserver/dscanner.py ../fdroidserver/build.py
#: ../fdroidserver/scanner.py ../fdroidserver/install.py
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
#: ../fdroidserver/install.py
msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
msgstr "applicationId 具有任選的 versionCode 在此格式為 APPID [:VERCODE]"
@ -2526,6 +2468,11 @@ msgstr "拒絕透過不安全的 HTTP 連線下載 (使用 HTTPS 或指明 --no-
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr "拒絕透過不安全 http 連線下載 (使用 https 或指明 --no-https-check): {apkfilename}"
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon \"repo/icons/%s\" does not exist, generating placeholder."
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "repo_icon %s does not exist, generating placeholder."
@ -2728,6 +2675,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr "{name} \"{path}\" 不存在! 請更正 config.yml."
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
msgstr "{name} \"{path}\" 不存在! 請更正 config.yml."
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
@ -2791,12 +2743,39 @@ msgstr[0] "{} 編譯成功"
#~ msgid "Cannot find an appid for {path}!"
#~ msgstr "找不到 {path} 的 appid"
#~ msgid "Clean update - don't uses caches, reprocess all APKs"
#~ msgstr "清除更新 - 不使用快取,重新處理全部的 APK"
#~ msgid "Clean after all scans have finished"
#~ msgstr "所有掃描完成後清除"
#~ msgid "Clean before the scans start and rebuild the container"
#~ msgstr "在掃描開始與重新構建容器之前清除"
#~ msgid "Clean up all containers and then exit"
#~ msgstr "清除所有容器,然後退出"
#~ msgid "Could not open APK file for analysis"
#~ msgstr "無法開啟 APK 檔案作分析"
#~ msgid "Interactively ask about things that need updating."
#~ msgstr "以對話方式詢問需要更新的內容。"
#~ msgid "Override path for repo APKs (default: ./repo)"
#~ msgstr "覆蓋軟體庫 APK 的路徑 (預設:./repo)"
#~ msgid "Prepare Drozer to run a scan"
#~ msgstr "準備 drozer 以執行掃描"
#~ msgid "Prepare drozer to run a scan"
#~ msgstr "準備 drozer 以執行掃描"
#~ msgid "Scan only the latest version of each package"
#~ msgstr "只掃描每個套件包的最新版本"
#~ msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
#~ msgstr "設置一個模擬器,在其上安裝 APK 並執行 drozer 掃描"
#~ msgid "Setup an emulator, install the APK on it and perform a drozer scan"
#~ msgstr "設置一個模擬器,在其上安裝 APK 並執行 drozer 掃描"
#~ msgid "Specify editor to use in interactive mode. Default "
#~ msgstr "指定編輯器在交互模式使用。預設 "