mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
make -C locale update
This commit is contained in:
parent
c5ef3d19cd
commit
544fa1bb4d
46 changed files with 3451 additions and 366 deletions
|
|
@ -30,7 +30,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 0.9\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2023-03-09 13:11+0100\n"
|
||||
"POT-Creation-Date: 2023-05-24 22:18+0200\n"
|
||||
"PO-Revision-Date: 2023-03-09 02:44+0000\n"
|
||||
"Last-Translator: Max Xie <monyxie@gmail.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n"
|
||||
|
|
@ -205,9 +205,19 @@ msgstr "'{path}' 执行失败!"
|
|||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "'{path}' has invalid format, it should be a dictionary!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
|
||||
msgstr "'{value}' 不是 {appid} 之有效 {field}. 正则表达式: {pattern}"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "'{value}' is not a valid {field}, should be {pattern}"
|
||||
msgstr "'{value}' 不是 {appid} 之有效 {field}. 正则表达式: {pattern}"
|
||||
|
||||
#: ../fdroidserver/checkupdates.py
|
||||
#, python-brace-format
|
||||
msgid "...checkupdate failed for {appid} : {error}"
|
||||
|
|
@ -248,6 +258,10 @@ msgstr "仅为 {name} 添加新存储库"
|
|||
msgid "Alias of the repo signing key in the keystore"
|
||||
msgstr "密钥库中存储库签名密钥的别名"
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "AllowedAPKSigningKeys missing but reference binary supplied"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import_subcommand.py
|
||||
msgid "Allows a different revision (or git branch) to be specified for the initial import"
|
||||
msgstr "可让运行初始导入时指定不同修订 ( 或 git 分支 )"
|
||||
|
|
@ -292,6 +306,10 @@ msgstr "Android SDK 路径 '{path}' 不是目录!"
|
|||
msgid "Android SDK tool {cmd} not found!"
|
||||
msgstr "没找到 Android SDK 工具 {cmd}!"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
|
||||
msgstr "应用的 NoSourceSince 或 ArchivePolicy 为 “0 versions” 但 AutoUpdateMode 或 UpdateCheckMode 不是 None"
|
||||
|
|
@ -301,6 +319,10 @@ msgstr "应用的 NoSourceSince 或 ArchivePolicy 为 “0 versions” 但 AutoU
|
|||
msgid "App is in '{repo}' but has a link to {url}"
|
||||
msgstr "应用 在 '{repo}' 中, 但有一个链接到 {url}"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "App version has binary but does not have corresponding AllowedAPKSigningKeys to pin certificate."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Appending .git is not necessary"
|
||||
msgstr "不需要附加 .git"
|
||||
|
|
@ -314,6 +336,11 @@ msgstr "正使用无效签名归档 {apkfilename}!"
|
|||
msgid "AutoUpdateMode with UpdateCheckMode: HTTP must have a pattern."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
#, python-brace-format
|
||||
msgid "Bad entry type \"{mirrortype}\" in mirrors config: {mirror}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
|
||||
msgstr "镜像的基本链接可以使用此请求参数包含索引签名键: ?fingerprint="
|
||||
|
|
@ -408,6 +435,11 @@ msgstr "无法识别命令 '%s'。\n"
|
|||
msgid "Commit changes"
|
||||
msgstr "提交更改"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Conflicting \"{field}\" definitions between .yml and localized files:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/__main__.py
|
||||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
|
||||
msgstr "冲突的参数: '--verbose' 和 '--quiet' 不能被同时使用."
|
||||
|
|
@ -594,6 +626,16 @@ msgstr "下载仓库已经失败了一次,不再尝试。"
|
|||
msgid "Downloading {url} failed. {error}"
|
||||
msgstr "{url} 下载失败。{error}"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Duplicate Anti-Feature declaration at {path} was ignored!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
#, python-format
|
||||
msgid "Duplicate entry \"%s\" in mirrors config!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "Duplicate link in '{field}': {url}"
|
||||
|
|
@ -643,6 +685,10 @@ msgstr "没有设置 {configname} 中的环境变量 {var}!"
|
|||
msgid "Error while getting repo address"
|
||||
msgstr "获取存储库地址时出错"
|
||||
|
||||
#: ../fdroidserver/scanner.py
|
||||
msgid "Exit with a non-zero code if problems were found"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/__main__.py
|
||||
msgid "Extract application metadata from a source repository"
|
||||
msgstr "从源存储库中提取应用程序元数据"
|
||||
|
|
@ -860,6 +906,11 @@ msgstr "忽略“{metapath}”元数据中的“{field}”,因为它已被弃
|
|||
msgid "Ignoring FUNDING.yml entry longer than 2048: %s"
|
||||
msgstr "忽略超过 2048 的 FUNDING.yml 条目:%s"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-format
|
||||
msgid "Ignoring bad element in manifest: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "Ignoring package without metadata: "
|
||||
msgstr "忽略没有元数据的包: "
|
||||
|
|
@ -1071,6 +1122,10 @@ msgstr "镜像完整存储库和存档,所有文件类型。"
|
|||
msgid "Missing output directory"
|
||||
msgstr "缺少输出目录"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Moving Anti-Features declarations to localized files:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "Neither \"repo_pubkey\" nor \"keystorepass\" set in config.yml"
|
||||
msgstr "config.yml 中既没有设置“repo_pubkey”也没有设置“keystorepass”"
|
||||
|
|
@ -1839,6 +1894,11 @@ msgstr ""
|
|||
msgid "Using androguard from \"{path}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Using blank dictionary instead of contents of {path}!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
#, python-brace-format
|
||||
msgid "Using existing keystore \"{path}\""
|
||||
|
|
@ -2342,6 +2402,10 @@ msgstr "位置参数"
|
|||
msgid "process log deploy {path} to {dest} failed!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "reference binary missing signature"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/signatures.py
|
||||
#, python-brace-format
|
||||
msgid "refuse downloading via insecure HTTP connection (use HTTPS or specify --no-https-check): {apkfilename}"
|
||||
|
|
@ -2413,6 +2477,11 @@ msgstr ""
|
|||
msgid "static library"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
#, python-brace-format
|
||||
msgid "supplied reference binary has allowed signer {signer}"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
|
||||
#: /usr/lib/python3.11/argparse.py
|
||||
|
|
@ -2533,6 +2602,11 @@ msgstr ""
|
|||
msgid "{build_flag} must be an integer, found: {value}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "{build_flag} must be list or string, found: {value}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "{file} is blank or corrupt!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue