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

Skip to content

Commit ba4184d

Browse files
[po] auto sync
1 parent 08e00ec commit ba4184d

6 files changed

Lines changed: 29 additions & 11 deletions

File tree

library/threading.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,11 +1229,11 @@ msgid ""
12291229
"Release a semaphore, incrementing the internal counter by *n*. When it was "
12301230
"zero on entry and other threads are waiting for it to become larger than "
12311231
"zero again, wake up *n* of those threads."
1232-
msgstr ""
1232+
msgstr "释放一个信号量,将内部计数器的值增加 *n*。 当进入时值为零且有其他线程正在等待它再次变为大于零时,则唤醒那 *n* 个线程。"
12331233

12341234
#: ../../library/threading.rst:808
12351235
msgid "Added the *n* parameter to release multiple waiting threads at once."
1236-
msgstr ""
1236+
msgstr "增加了 *n* 形参以一次性释放多个等待线程。"
12371237

12381238
#: ../../library/threading.rst:814
12391239
msgid ""

library/zipfile.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,11 +701,14 @@ msgid ""
701701
":class:`io.TextIOWrapper` when opened as text and ignored otherwise. ``pwd``"
702702
" is the ``pwd`` parameter to :meth:`ZipFile.open`."
703703
msgstr ""
704+
"在当前路径上发起调用 :meth:`ZipFile.open`。 允许通过支持的模式打开用于读取或写入文本或二进制数据: 'r', 'w', 'rb',"
705+
" 'wb'。 当以文本模式打开时位置和关键字参数会被传给 :class:`io.TextIOWrapper`,在其他情况下则会被忽略。 ``pwd`` "
706+
"是要传给 :meth:`ZipFile.open` 的 ``pwd`` 形参。"
704707

705708
#: ../../library/zipfile.rst:503
706709
msgid ""
707710
"Added support for text and binary modes for open. Default mode is now text."
708-
msgstr ""
711+
msgstr "增加了对以文本和二进制模式打开的支持。 现在默认为文本模式。"
709712

710713
#: ../../library/zipfile.rst:509
711714
msgid "Enumerate the children of the current directory."

reference/compound_stmts.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Jerry Chen <[email protected]>, 2017
88
# dannyvi <[email protected]>, 2018
9-
# Freesand Leo <[email protected]>, 2019
9+
# Freesand Leo <[email protected]>, 2020
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1717
"PO-Revision-Date: 2017-02-16 23:38+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -580,6 +580,8 @@ msgid ""
580580
"Previously, the grammar was much more restrictive; see :pep:`614` for "
581581
"details."
582582
msgstr ""
583+
"函数可使用任何有效的 :token:`assignment_expression` 来装饰。 在之前版本中,此语法则更为受限,详情参见 "
584+
":pep:`614`。"
583585

584586
#: ../../reference/compound_stmts.rst:563
585587
msgid ""
@@ -786,6 +788,8 @@ msgid ""
786788
"Previously, the grammar was much more restrictive; see :pep:`614` for "
787789
"details."
788790
msgstr ""
791+
"类可使用任何有效的 :token:`assignment_expression` 来装饰。 在之前版本中,此语法则更为受限,详情参见 "
792+
":pep:`614`。"
789793

790794
#: ../../reference/compound_stmts.rst:730
791795
msgid ""

reference/lexical_analysis.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ msgid ""
433433
"<https://www.unicode.org/Public/13.0.0/ucd/PropList.txt>`_ to support "
434434
"backwards compatibility"
435435
msgstr ""
436+
"*Other_ID_Start* - 由 `PropList.txt "
437+
"<https://www.unicode.org/Public/13.0.0/ucd/PropList.txt>`_ "
438+
"定义的显式字符列表,用于支持向后兼容"
436439

437440
#: ../../reference/lexical_analysis.rst:321
438441
msgid "*Other_ID_Continue* - likewise"
@@ -1177,4 +1180,4 @@ msgstr "脚注"
11771180

11781181
#: ../../reference/lexical_analysis.rst:937
11791182
msgid "https://www.unicode.org/Public/11.0.0/ucd/NameAliases.txt"
1180-
msgstr ""
1183+
msgstr "https://www.unicode.org/Public/11.0.0/ucd/NameAliases.txt"

tutorial/interpreter.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Jerry Chen <[email protected]>, 2017
88
# 启迪 吴 <[email protected]>, 2017
99
# cdarlint <[email protected]>, 2017
10-
# Freesand Leo <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -39,6 +39,8 @@ msgid ""
3939
"putting :file:`/usr/local/bin` in your Unix shell's search path makes it "
4040
"possible to start it by typing the command:"
4141
msgstr ""
42+
"Python 解释器在其被使用的机器上通常安装为 :file:`/usr/local/bin/python3.9`;将 "
43+
":file:`/usr/local/bin` 加入你的 Unix 终端的搜索路径就可以通过键入以下命令来启动它:"
4244

4345
#: ../../tutorial/interpreter.rst:21
4446
msgid ""
@@ -58,6 +60,9 @@ msgid ""
5860
":file:`py` command. See :ref:`setting-envvars` for other ways to launch "
5961
"Python."
6062
msgstr ""
63+
"在 Windows 机器上当你从 :ref:`Microsoft Store <windows-store>` 安装 Python "
64+
"之后,:file:`python3.9` 命令将可使用。 如果你安装了 :ref:`py.exe 启动器 <launcher>`,你将可以使用 "
65+
":file:`py` 命令。 请参阅 :ref:`setting-envvars` 了解启动 Python 的其他方式。"
6166

6267
#: ../../tutorial/interpreter.rst:31
6368
msgid ""

using/mac.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# cdarlint <[email protected]>, 2017
88
# Fei Yin <[email protected]>, 2018
99
# Meng Du <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -73,6 +73,9 @@ msgid ""
7373
"Python distributions; and PythonLauncher, which handles double-clicking "
7474
"Python scripts from the Finder."
7575
msgstr ""
76+
"会有一个 :file:`Python 3.9` 文件夹在你的 :file:`Applications` 文件夹中。 在这里你可以找到 "
77+
"IDLE,它是作为官方 Python 发行版标准组成部分的开发环境;以及 PythonLauncher,它负责处理在 Finder 中双击 Python"
78+
" 脚本的操作。"
7679

7780
#: ../../using/mac.rst:33
7881
msgid ""
@@ -191,7 +194,7 @@ msgstr ""
191194
#: ../../using/mac.rst:95
192195
msgid ""
193196
"With Python 3.9, you can use either :program:`python` or :program:`pythonw`."
194-
msgstr ""
197+
msgstr "对于 Python 3.9,你可以使用 :program:`python` 或者 :program:`pythonw`。"
195198

196199
#: ../../using/mac.rst:99
197200
msgid "Configuration"

0 commit comments

Comments
 (0)