1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-01 08:40:11 +02:00

Translated using Weblate: Chinese (Simplified) (zh_Hans) by taiyuan <1006333969@qq.com>

Currently translated at 31.6% (151 of 477 strings)

Co-authored-by: taiyuan <1006333969@qq.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/
Translation: F-Droid/F-Droid Server
This commit is contained in:
taiyuan 2020-10-01 11:00:47 +02:00 committed by Hans-Christoph Steiner
parent 84559c0572
commit 1de8cab935

View File

@ -3,20 +3,21 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# ERDwaYbR <weblate.uu@vvvvv5.uu.me>, 2020. # ERDwaYbR <weblate.uu@vvvvv5.uu.me>, 2020.
# Trey Yang <stevsfy@gmail.com>, 2020. # Trey Yang <stevsfy@gmail.com>, 2020.
# taiyuan <1006333969@qq.com>, 2020.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: fdroidserver 0.9\n" "Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2019-01-28 13:31+0000\n" "POT-Creation-Date: 2019-01-28 13:31+0000\n"
"PO-Revision-Date: 2020-06-10 10:04+0000\n" "PO-Revision-Date: 2020-07-04 12:07+0000\n"
"Last-Translator: Trey Yang <stevsfy@gmail.com>\n" "Last-Translator: taiyuan <1006333969@qq.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n"
"Language: zh_Hans\n" "Language: zh_Hans\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.1-dev\n" "X-Generator: Weblate 4.2-dev\n"
#: ../fdroidserver/nightly.py #: ../fdroidserver/nightly.py
msgid "" msgid ""
@ -2029,7 +2030,7 @@ msgstr "命令 -%s 需要参数"
#: /usr/lib/python3.7/getopt.py #: /usr/lib/python3.7/getopt.py
#, python-format #, python-format
msgid "option --%s must not have an argument" msgid "option --%s must not have an argument"
msgstr "选项 --%s 不能有数" msgstr "选项 --%s 不能有数"
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
#: /usr/lib/python3.7/getopt.py #: /usr/lib/python3.7/getopt.py
@ -2047,7 +2048,7 @@ msgstr "无法识别选项 -%s"
#: /usr/lib/python3.7/getopt.py #: /usr/lib/python3.7/getopt.py
#, python-format #, python-format
msgid "option --%s requires argument" msgid "option --%s requires argument"
msgstr "选项 --%s 需要数" msgstr "选项 --%s 需要数"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py #: /usr/lib/python3.7/argparse.py
@ -2062,7 +2063,7 @@ msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py #: /usr/lib/python3.7/argparse.py
msgid "positional arguments" msgid "positional arguments"
msgstr "位置数" msgstr "位置数"
#: ../fdroidserver/signatures.py #: ../fdroidserver/signatures.py
#, python-brace-format #, python-brace-format
@ -2120,7 +2121,7 @@ msgstr ""
#: /usr/lib/python3.7/argparse.py #: /usr/lib/python3.7/argparse.py
#, python-format #, python-format
msgid "the following arguments are required: %s" msgid "the following arguments are required: %s"
msgstr "必须有此下数:%s" msgstr "必须有此下数:%s"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py #: /usr/lib/python3.7/argparse.py
@ -2138,12 +2139,12 @@ msgstr ""
#: /usr/lib/python3.7/argparse.py #: /usr/lib/python3.7/argparse.py
#, python-format #, python-format
msgid "unrecognized arguments: %s" msgid "unrecognized arguments: %s"
msgstr "未识别的数:%s" msgstr "未识别的数:%s"
#: ../fdroidserver/common.py #: ../fdroidserver/common.py
#, python-brace-format #, python-brace-format
msgid "unsafe permissions on '{config_file}' (should be 0600)!" msgid "unsafe permissions on '{config_file}' (should be 0600)!"
msgstr "{config_file}有不安全的许可应该是0600!" msgstr "{config_file}有不安全的权限应该是0600!"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
#: /usr/lib/python3.7/argparse.py #: /usr/lib/python3.7/argparse.py