Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit401dd4a

Browse files
[po] auto sync
1 parentaa787b4 commit401dd4a

File tree

9 files changed

+34
-11
lines changed

9 files changed

+34
-11
lines changed

‎.stat.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"99.76%","updated_at":"2025-11-06T01:21:39Z"}
1+
{"translation":"99.77%","updated_at":"2025-11-07T01:21:31Z"}

‎c-api/cell.po‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:03+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -37,6 +38,10 @@ msgid ""
3738
"referenced when accessed. Cell objects are not likely to be useful "
3839
"elsewhere."
3940
msgstr""
41+
"\"Cell\" 对象用于实现由多个作用域引用的变量。 对于每个这样的变量,将创建一个 Cell "
42+
"对象来存储该值;引用该值的每个栈帧的局部变量将包含同样使用该变量的对外部作用域的 Cell 的引用。 当该值被访问时,将使用包含在 Cell "
43+
"中的值而不是 Cell 对象本身。 这种对 Cell 对象的非关联化引用需要来自所生成字节码的支持;这些内部被访问时不会自动非关联化。 Cell "
44+
"对象在其他地方不太可能会被用到。"
4045

4146
#:../../c-api/cell.rst:20
4247
msgid"The C structure used for cell objects."

‎c-api/datetime.po‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:03+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -89,6 +90,8 @@ msgid ""
8990
"difference between two datetime values; it is the same object as "
9091
":class:`datetime.timedelta` in the Python layer."
9192
msgstr""
93+
"这个 :c:type:`PyTypeObject` 的实例代表两个日期时间值之间差值的 Python 类型;它与 Python 层面的 "
94+
":class:`datetime.timedelta` 是同一对象。"
9295

9396
#:../../c-api/datetime.rst:55
9497
msgid""

‎c-api/descriptor.po‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:03+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -41,3 +42,5 @@ msgid ""
4142
" or ``0`` if it describes a method. *descr* must be a descriptor object; "
4243
"there is no error checking."
4344
msgstr""
45+
"如果描述器对象 *descr* 描述的是一个数据属性则返回非零值,或者如果它描述的是一个方法则返回 ``0``。 *descr* "
46+
"必须是一个描述器对象;不会进行错误检测。"

‎c-api/module.po‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:03+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -132,6 +133,8 @@ msgid ""
132133
":c:func:`PyErr_Occurred` to tell this case apart from a missing "
133134
":c:type:`!PyModuleDef`."
134135
msgstr""
136+
"出错时,返回 ``NULL`` 并设置一个异常。 使用 :c:func:`PyErr_Occurred` 将这种情况与缺少 "
137+
":c:type:`!PyModuleDef` 区分开来。"
135138

136139
#:../../c-api/module.rst:116
137140
msgid""

‎c-api/tuple.po‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:03+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -69,7 +70,7 @@ msgstr ""
6970
msgid""
7071
"Take a pointer to a tuple object, and return the size of that tuple. On "
7172
"error, return ``-1`` with an exception set."
72-
msgstr""
73+
msgstr"接受一个指向元组对象的指针,并返回该元组的大小。 出错时,返回 ``-1`` 并设置一个异常。"
7374

7475
#:../../c-api/tuple.rst:56
7576
msgid"Like :c:func:`PyTuple_Size`, but without error checking."

‎library/http.client.po‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:04+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -205,6 +206,8 @@ msgid ""
205206
"request/response. The file has to be a :class:`~io.BufferedIOBase` reader "
206207
"(i.e. not text) and must provide a valid :rfc:`5322` style header."
207208
msgstr""
209+
"解析来自一个代表 HTTP 请求/响应的文件指针 *fp* 的标头。 该文件必须是一个 :class:`~io.BufferedIOBase` "
210+
"读取器(即不为文本)并且必须提供有效的 :rfc:`5322` 样式标头。"
208211

209212
#:../../library/http.client.rst:130
210213
msgid""

‎library/idle.po‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:04+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -461,7 +462,7 @@ msgstr "打开一个对话框以更改缩进宽度。 Python社区接受的默
461462

462463
#:../../library/idle.rst:207
463464
msgid"Strip Trailing Whitespace"
464-
msgstr""
465+
msgstr"去除尾随空格"
465466

466467
#:../../library/idle.rst:208
467468
msgid""

‎library/urllib.robotparser.po‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-05 15:17+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:05+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -37,6 +38,9 @@ msgid ""
3738
" the structure of :file:`robots.txt` files, see "
3839
"http://www.robotstxt.org/orig.html."
3940
msgstr""
41+
"此模块提供了一个单独的类 :class:`RobotFileParser`,它可以回答有关某个特定用户代理是否能在发布了 "
42+
":file:`robots.txt` 文件的网站获取某个 URL 的问题。 有关 :file:`robots.txt` 文件结构的更多细节,请参阅 "
43+
"http://www.robotstxt.org/orig.html。"
4044

4145
#:../../library/urllib.robotparser.rst:28
4246
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp