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

Skip to content

Commit ae0d470

Browse files
[po] auto sync
1 parent ff790f5 commit ae0d470

5 files changed

Lines changed: 26 additions & 13 deletions

File tree

distributing/index.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# ww song <[email protected]>, 2021
99
# 刘士 <[email protected]>, 2021
1010
# Freesand Leo <[email protected]>, 2021
11+
# Alpha Du <[email protected]>, 2022
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1819
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
19-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
20+
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2022\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -77,6 +78,8 @@ msgid ""
7778
"the `Python Package Index <https://pypi.org>`__ is a public repository of "
7879
"open source licensed packages made available for use by other Python users"
7980
msgstr ""
81+
"`Python Package Index <https://pypi.org>`__ 是一个开源许可的软件包公共存储库,可供所有 Python "
82+
"用户使用。"
8083

8184
#: ../../distributing/index.rst:37
8285
msgid ""
@@ -189,6 +192,7 @@ msgid ""
189192
"For POSIX users (including macOS and Linux users), these instructions assume"
190193
" the use of a :term:`virtual environment`."
191194
msgstr ""
195+
"对于 POSIX 用户(包括 macOS 和 Linux 用户),这些说明假定使用了 :term:`virtual environment` 。"
192196

193197
#: ../../distributing/index.rst:107
194198
msgid ""
@@ -222,7 +226,7 @@ msgstr "`项目的构建与打包`_"
222226

223227
#: ../../distributing/index.rst:130
224228
msgid "`Uploading the project to the Python Package Index`_"
225-
msgstr ""
229+
msgstr "`Uploading the project to the Python Package Index`_"
226230

227231
#: ../../distributing/index.rst:131
228232
msgid "`The .pypirc file`_"
@@ -246,7 +250,7 @@ msgstr "这不是一个简单的主题,但这里有一些提示:"
246250

247251
#: ../../distributing/index.rst:153
248252
msgid "check the Python Package Index to see if the name is already in use"
249-
msgstr ""
253+
msgstr "检查 Python Package Index 以查看该名称是否已被使用"
250254

251255
#: ../../distributing/index.rst:154
252256
msgid ""

faq/programming.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
#
66
# Translators:
77
# eric R <[email protected]>, 2021
8-
# Alpha Du <[email protected]>, 2021
98
# WH-2099 <[email protected]>, 2021
109
# Jiuh-star <[email protected]>, 2021
1110
# Dai Xu <[email protected]>, 2021
1211
# ppcfish <[email protected]>, 2021
1312
# Freesand Leo <[email protected]>, 2022
13+
# Alpha Du <[email protected]>, 2022
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
22-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
22+
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2022\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -173,6 +173,8 @@ msgid ""
173173
"compiler you can embed all your modules into a new program, which is then "
174174
"linked with the standard Python modules."
175175
msgstr ""
176+
"一种方案是使用 freeze 工具,它以 ``Tools/freeze`` 的形式包含在 Python 源代码树中。它将 Python 的字节码转换为 "
177+
"C 语言的数组;用 C 语言编译器可以将你的所有模块嵌入到一个新的程序中,然后与标准的 Python 模块连接。"
176178

177179
#: ../../faq/programming.rst:85
178180
msgid ""
@@ -1055,7 +1057,7 @@ msgstr ""
10551057

10561058
#: ../../faq/programming.rst:840
10571059
msgid "How do I get int literal attribute instead of SyntaxError?"
1058-
msgstr ""
1060+
msgstr "我如何获得 int 字面属性而不是 SyntaxError ?"
10591061

10601062
#: ../../faq/programming.rst:842
10611063
msgid ""

library/types.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2021
7+
# Freesand Leo <[email protected]>, 2022
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
16-
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
16+
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
1717
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -324,6 +324,8 @@ msgid ""
324324
":attr:`__spec__` attribute instead or use ``getattr(module, \"__loader__\", "
325325
"None)`` if you explicitly need to use this attribute."
326326
msgstr ""
327+
"未来的 Python 版本可能会停止默认设置此属性。 为了避免这个潜在变化的影响,如果你明确地需要使用此属性则推荐改从 :attr:`__spec__`"
328+
" 属性读取或是使用 ``getattr(module, \"__loader__\", None)``。"
327329

328330
#: ../../library/types.rst:251 ../../library/types.rst:276
329331
msgid "Defaults to ``None``. Previously the attribute was optional."
@@ -360,6 +362,8 @@ msgid ""
360362
":attr:`__spec__` attribute instead or use ``getattr(module, \"__package__\","
361363
" None)`` if you explicitly need to use this attribute."
362364
msgstr ""
365+
"未来的 Python 版本可能停止默认设置此属性。 为了避免这个潜在变化的影响,如果你明确地需要使用此属性则推荐改从 :attr:`__spec__` "
366+
"属性读取或是使用 ``getattr(module, \"__package__\", None)``。"
363367

364368
#: ../../library/types.rst:281
365369
msgid ""

library/unittest.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ msgid ""
353353
"Only run test methods and classes that match the pattern or substring. This "
354354
"option may be used multiple times, in which case all test cases that match "
355355
"any of the given patterns are included."
356-
msgstr ""
356+
msgstr "只运行匹配模式或子字符串的测试方法和类。 此选项可以被多次使用,在此情况下将会包括匹配任何给定模式的所有测试用例。"
357357

358358
#: ../../library/unittest.rst:228
359359
msgid ""
@@ -3364,6 +3364,9 @@ msgid ""
33643364
" to :func:`tearDownModule` then you can call :func:`doModuleCleanups` "
33653365
"yourself."
33663366
msgstr ""
3367+
"它将负责调用由It is responsible for calling all the cleanup functions added by "
3368+
":func:`addModuleCleanup` 添加的所有清理函数。 如果你需要在 :func:`tearDownModule` *之前* "
3369+
"调用清理函数则可以自行调用 :func:`doModuleCleanups`。"
33673370

33683371
#: ../../library/unittest.rst:2446
33693372
msgid ""

library/urllib.parse.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Alpha Du <[email protected]>, 2021
1212
# ppcfish <[email protected]>, 2021
1313
# JiaShu Xu <[email protected]>, 2021
14-
# Freesand Leo <[email protected]>, 2021
14+
# Freesand Leo <[email protected]>, 2022
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2222
"PO-Revision-Date: 2021-06-28 01:17+0000\n"
23-
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
23+
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
2424
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -210,11 +210,11 @@ msgstr "3"
210210

211211
#: ../../library/urllib.parse.rst:116
212212
msgid "No longer used"
213-
msgstr ""
213+
msgstr "不再使用"
214214

215215
#: ../../library/urllib.parse.rst:116
216216
msgid "always an empty string"
217-
msgstr ""
217+
msgstr "始终为空字符串"
218218

219219
#: ../../library/urllib.parse.rst:118 ../../library/urllib.parse.rst:300
220220
msgid ":attr:`query`"

0 commit comments

Comments
 (0)