Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3685127

Browse files
[po] auto sync
1 parent d7aeed5 commit 3685127

3 files changed

Lines changed: 23 additions & 13 deletions

File tree

library/argparse.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,31 +2056,38 @@ msgstr ""
20562056
msgid ""
20572057
"Replace callback actions and the ``callback_*`` keyword arguments with "
20582058
"``type`` or ``action`` arguments."
2059-
msgstr ""
2059+
msgstr "将回调动作和 ``callback_*`` 关键字参数替换为 ``type`` 或 ``action`` 参数。"
20602060

20612061
#: ../../library/argparse.rst:2131
20622062
msgid ""
20632063
"Replace string names for ``type`` keyword arguments with the corresponding "
20642064
"type objects (e.g. int, float, complex, etc)."
2065-
msgstr ""
2065+
msgstr "将 ``type`` 关键字参数字符串名称替换为相应的类型对象(例如 int, float, complex 等)。"
20662066

20672067
#: ../../library/argparse.rst:2134
20682068
msgid ""
20692069
"Replace :class:`optparse.Values` with :class:`Namespace` and "
20702070
":exc:`optparse.OptionError` and :exc:`optparse.OptionValueError` with "
20712071
":exc:`ArgumentError`."
20722072
msgstr ""
2073+
"将 :class:`optparse.Values` 替换为 :class:`Namespace` 并将 "
2074+
":exc:`optparse.OptionError` 和 :exc:`optparse.OptionValueError` 替换为 "
2075+
":exc:`ArgumentError`。"
20732076

20742077
#: ../../library/argparse.rst:2138
20752078
msgid ""
20762079
"Replace strings with implicit arguments such as ``%default`` or ``%prog`` "
20772080
"with the standard Python syntax to use dictionaries to format strings, that "
20782081
"is, ``%(default)s`` and ``%(prog)s``."
20792082
msgstr ""
2083+
"将隐式参数字符串例如使用标准 Python 字典语法的 ``%default`` 或 ``%prog`` 替换为格式字符串,即 "
2084+
"``%(default)s`` 和 ``%(prog)s``。"
20802085

20812086
#: ../../library/argparse.rst:2142
20822087
msgid ""
20832088
"Replace the OptionParser constructor ``version`` argument with a call to "
20842089
"``parser.add_argument('--version', action='version', version='<the "
20852090
"version>')``."
20862091
msgstr ""
2092+
"将 OptionParser 构造器 ``version`` 参数替换为对 ``parser.add_argument('--version', "
2093+
"action='version', version='<the version>')`` 的调用。"

library/test.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Freesand Leo <[email protected]>, 2018
88
# Xiao Xu <[email protected]>, 2019
9+
# Leo Li <[email protected]>, 2020
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1617
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
17-
"Last-Translator: Xiao Xu <cxbats@gmail.com>, 2019\n"
18+
"Last-Translator: Leo Li <foxleoly@hotmail.com>, 2020\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,7 +25,7 @@ msgstr ""
2425

2526
#: ../../library/test.rst:2
2627
msgid ":mod:`test` --- Regression tests package for Python"
27-
msgstr ""
28+
msgstr ":mod:`test` --- Python回归测试包"
2829

2930
#: ../../library/test.rst:10
3031
msgid ""
@@ -54,11 +55,11 @@ msgstr ""
5455

5556
#: ../../library/test.rst:33
5657
msgid "Module :mod:`unittest`"
57-
msgstr ""
58+
msgstr "模块 :mod:`unittest`"
5859

5960
#: ../../library/test.rst:33
6061
msgid "Writing PyUnit regression tests."
61-
msgstr ""
62+
msgstr "编写 PyUnit 回归测试."
6263

6364
#: ../../library/test.rst:35
6465
msgid "Module :mod:`doctest`"
@@ -1460,7 +1461,7 @@ msgstr ""
14601461

14611462
#: ../../library/test.rst:1428
14621463
msgid "Set to ``True`` if IPv6 is enabled on this host, ``False`` otherwise."
1463-
msgstr ""
1464+
msgstr "设置为 ``True`` 如果主机打开IPv6, 否则 ``False`` ."
14641465

14651466
#: ../../library/test.rst:1433
14661467
msgid ""
@@ -1668,7 +1669,7 @@ msgstr ""
16681669

16691670
#: ../../library/test.rst:1612
16701671
msgid "The module defines the following class:"
1671-
msgstr ""
1672+
msgstr " 此模块定义了以下类:"
16721673

16731674
#: ../../library/test.rst:1616
16741675
msgid "This class has custom assertion methods for inspecting bytecode."

whatsnew/3.9.po

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Siyuan Xu <[email protected]>, 2020
1010
# ppcfish <[email protected]>, 2020
1111
# Freesand Leo <[email protected]>, 2020
12+
# Leo Li <[email protected]>, 2020
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2020-06-03 03:15+0000\n"
1920
"PO-Revision-Date: 2020-05-31 09:32+0000\n"
20-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
21+
"Last-Translator: Leo Li <foxleoly@hotmail.com>, 2020\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -39,34 +40,35 @@ msgstr ""
3940

4041
#: ../../whatsnew/3.9.rst:0
4142
msgid "Date"
42-
msgstr ""
43+
msgstr "日期"
4344

4445
#: ../../whatsnew/3.9.rst:6
4546
msgid "|today|"
4647
msgstr ""
4748

4849
#: ../../whatsnew/3.9.rst:48
4950
msgid "This article explains the new features in Python 3.9, compared to 3.8."
50-
msgstr ""
51+
msgstr "本文解释了 Python 3.9 相比 3.8 的新增特性。 "
5152

5253
#: ../../whatsnew/3.9.rst:50
5354
msgid "For full details, see the :ref:`changelog <changelog>`."
54-
msgstr ""
55+
msgstr "完整的详情可参阅 :ref:`更新日志 <changelog>`。"
5556

5657
#: ../../whatsnew/3.9.rst:54
5758
msgid ""
5859
"Prerelease users should be aware that this document is currently in draft "
5960
"form. It will be updated substantially as Python 3.9 moves towards release, "
6061
"so it's worth checking back even after reading earlier versions."
6162
msgstr ""
63+
"预发布版用户应当感知到此文档目前处于草稿状态。 它将随着 Python 3.9 的发布进程不断更新,因此即使已经阅读过较早的版本仍然值得再次查看。 "
6264

6365
#: ../../whatsnew/3.9.rst:60
6466
msgid "Summary -- Release highlights"
6567
msgstr "摘要 - 发布重点"
6668

6769
#: ../../whatsnew/3.9.rst:70
6870
msgid "You should check for DeprecationWarning in your code"
69-
msgstr ""
71+
msgstr "你应该在你的code中检查 DeprecationWarning."
7072

7173
#: ../../whatsnew/3.9.rst:72
7274
msgid ""

0 commit comments

Comments
 (0)