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

Skip to content

Commit 4e2252f

Browse files
[po] auto sync
1 parent 3fcce42 commit 4e2252f

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

c-api/type.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# stone jing <[email protected]>, 2019
88
# ppcfish <[email protected]>, 2019
99
# Lu <[email protected]>, 2022
10+
# Freesand Leo <[email protected]>, 2022
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2021-05-29 06:28+0000\n"
1718
"PO-Revision-Date: 2017-02-16 17:39+0000\n"
18-
"Last-Translator: Lu <lu2github@gmail.com>, 2022\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
1920
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -42,18 +43,18 @@ msgid ""
4243
"Return non-zero if the object *o* is a type object, including instances of "
4344
"types derived from the standard type object. Return 0 in all other cases. "
4445
"This function always succeeds."
45-
msgstr ""
46+
msgstr "如果对象 *o* 是一个类型对象,包括派生自标准类型对象的类型实例则返回非零值。 在所有其它情况下都返回 0。 此函数将总是成功执行。"
4647

4748
#: ../../c-api/type.rst:31
4849
msgid ""
4950
"Return non-zero if the object *o* is a type object, but not a subtype of the"
5051
" standard type object. Return 0 in all other cases. This function always "
5152
"succeeds."
52-
msgstr ""
53+
msgstr "如果对象 *o* 是一个类型对象,但不是标准类型对象的子类型则返回非零值。 在所有其它情况下都返回 0。 此函数将总是成功执行。"
5354

5455
#: ../../c-api/type.rst:38
5556
msgid "Clear the internal lookup cache. Return the current version tag."
56-
msgstr ""
57+
msgstr "清空内部查找缓存。 返回当前版本标签。"
5758

5859
#: ../../c-api/type.rst:42
5960
msgid ""
@@ -370,7 +371,7 @@ msgstr ""
370371
msgid ""
371372
"The desired value of the slot. In most cases, this is a pointer to a "
372373
"function."
373-
msgstr ""
374+
msgstr "该槽位的预期值。 在大多数情况下,这将是一个指向函数的指针。"
374375

375376
#: ../../c-api/type.rst:276
376377
msgid "May not be ``NULL``."

distutils/builtdist.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,21 @@ msgid ""
124124
"the :command:`sdist` command, which you can use to select the types of built"
125125
" distribution to generate: for example, ::"
126126
msgstr ""
127+
":command:`bdist` 命令有一个 :option:`!--formats` 选项,与 :command:`sdist` "
128+
"命令类似,你可以用该选项来选择要生成的构建分发版类型:例如,::"
127129

128130
#: ../../distutils/builtdist.rst:68
129131
msgid ""
130132
"would, when run on a Unix system, create :file:`Distutils-1.0.{plat}.zip`\\ "
131133
"---again, this archive would be unpacked from the root directory to install "
132134
"the Distutils."
133135
msgstr ""
136+
"当在 Unix 系统上运行时,会再次创建 :file:`Distutils-1.0.{plat}.zip`,这个归档文件将从根目录被解包以安装 "
137+
"Distutils。"
134138

135139
#: ../../distutils/builtdist.rst:72
136140
msgid "The available formats for built distributions are:"
137-
msgstr ""
141+
msgstr "构建分发版的可用格式有:"
138142

139143
#: ../../distutils/builtdist.rst:75
140144
msgid "Format"

library/compileall.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ msgid ""
3939
"installation time, which makes them available for use even by users who "
4040
"don't have write permission to the library directories."
4141
msgstr ""
42+
"这个模块提供了一些工具函数来支持安装 Python 库。 这些函数可以编译一个目录树中的 Python 源文件。 "
43+
"这个模块可被用来在安装库时创建缓存的字节码文件,这使得它们对于没有库目录写入权限的用户来说也是可用的。"
4244

4345
#: ../../library/compileall.rst:19
4446
msgid "Command-line use"

0 commit comments

Comments
 (0)