make -C locale/ clean update

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

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2020-10-21 18:05+0200\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"PO-Revision-Date: 2020-10-08 06:06+0000\n"
"Last-Translator: Eric <spice2wolf@gmail.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n"
@ -144,6 +144,11 @@ msgstr "%s 选项不采用值"
msgid "'keypass' not found in config.py!"
msgstr "config.py中找不到'keypass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keypass' not found in config.yml!"
msgstr "config.py中找不到'keypass'"
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -152,14 +157,29 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr "config.py中找不到'keypass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystore' not found in config.yml!"
msgstr "config.py中找不到'keypass'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "config.py中找不到'keystorepass'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'keystorepass' not found in config.yml!"
msgstr "config.py中找不到'keystorepass'"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "config.py中找不到'repo_keyalias'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'repo_keyalias' not found in config.yml!"
msgstr "config.py中找不到'repo_keyalias'"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
msgid "'required' is an invalid argument for positionals"
@ -169,6 +189,11 @@ msgstr "'required'是无效的位置参数"
msgid "'sdk_path' not set in 'config.py'!"
msgstr "未在“ config.py”中设置“ sdk_path”"
#: ../fdroidserver/common.py
#, fuzzy
msgid "'sdk_path' not set in config.yml!"
msgstr "未在“ config.py”中设置“ sdk_path”"
#. Translators: "build-tools" is the file name of a package from
#. Google, it is part of the Android SDK. So it probably shouldn't be
#. translated or transliterated.
@ -283,6 +308,11 @@ msgstr "安卓DEX代码"
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr "Android SDK{path}’未安装‘{dirname}"
#: ../fdroidserver/init.py
#, fuzzy, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr "未找到 Android SDK"
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr "未找到 Android SDK"
@ -297,6 +327,11 @@ msgstr "Android SDK路径“ {path}”不存在!"
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK路径'{path}'不是目录!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr "未找到 Android SDK"
#. Translators: "build-tools" is the file name of a package from
#. Google, it is part of the Android SDK. So it probably shouldn't be
#. translated or transliterated.
@ -454,6 +489,11 @@ msgstr "提交更改"
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not find '{command}' on your system"
@ -472,6 +512,11 @@ msgstr "找不到最新的版本名"
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -695,6 +740,11 @@ msgid ""
"> "
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/checkupdates.py
#: ../fdroidserver/upload.py
#, python-format
@ -822,7 +872,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1180,6 +1230,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1226,7 +1280,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1258,6 +1312,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1728,6 +1786,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1758,6 +1820,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "发生未知异常!"
@ -2642,6 +2709,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
msgstr ""
#: ../fdroidserver/import.py
#, python-brace-format
msgid "{path} already exists, ignoring import results!"