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

Commit9244d39

Browse files
[po] auto sync
1 parent5ae928b commit9244d39

File tree

13 files changed

+309
-233
lines changed

13 files changed

+309
-233
lines changed

‎.stat.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"99.77%","updated_at":"2025-11-07T16:14:51Z"}
1+
{"translation":"99.79%","updated_at":"2025-11-08T07:13:52Z"}

‎c-api/codec.po‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version:Python 3.14\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2025-10-27 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-07 14:15+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1717
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1818
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -191,3 +191,13 @@ msgstr "使用反斜杠转义符 (``\\x``, ``\\u`` 和 ``\\U``) 替换 unicode
191191
#:../../c-api/codec.rst:129
192192
msgid"Replace the unicode encode error with ``\\N{...}`` escapes."
193193
msgstr"使用 ``\\N{...}`` 转义符替换 unicode 编码错误。"
194+
195+
#:../../c-api/codec.rst:135
196+
msgid"Codec utility variables"
197+
msgstr"编解码器工具变量"
198+
199+
#:../../c-api/codec.rst:139
200+
msgid""
201+
"A string constant containing the lowercase hexadecimal digits: "
202+
"``\"0123456789abcdef\"``."
203+
msgstr"一个包含小写形式十六进制数位的字符串: ``\"0123456789abcdef\"``。"

‎c-api/long.po‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ msgid ""
226226
":c:func:`PyLong_FromLongLong`, depending on the size of the system's PID "
227227
"type."
228228
msgstr""
229+
"这可被定义为 :c:func:`PyLong_FromLong` 或 :c:func:`PyLong_FromLongLong` "
230+
"的别名,具体取决于系统的 PID 类型的大小。"
229231

230232
#:../../c-api/long.rst:181../../c-api/long.rst:217
231233
msgid""
@@ -809,14 +811,16 @@ msgstr ""
809811

810812
#:../../c-api/long.rst:591
811813
msgid"Macro for converting a Python integer into a process identifier."
812-
msgstr""
814+
msgstr"用于将一个 Python 整数转换为进程标识符的宏。"
813815

814816
#:../../c-api/long.rst:593
815817
msgid""
816818
"This can be defined as an alias to :c:func:`PyLong_AsLong`, "
817819
":c:func:`PyLong_FromLongLong`, or :c:func:`PyLong_AsInt`, depending on the "
818820
"size of the system's PID type."
819821
msgstr""
822+
"这可被定义为 :c:func:`PyLong_AsLong`, :c:func:`PyLong_FromLongLong` 或 "
823+
":c:func:`PyLong_AsInt` 的别名,具体取决于系统的 PID 类型大小。"
820824

821825
#:../../c-api/long.rst:602
822826
msgid"Get the sign of the integer object *obj*."

‎library/argparse.po‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3902,6 +3902,8 @@ msgid ""
39023902
"If both are called for the same argument, the last default set for an "
39033903
"argument is used::"
39043904
msgstr""
3905+
"请注意默认值可以使用 :meth:`set_defaults` 在解析器层级设置也可以使用 :meth:`add_argument` 在参数层级设置。 "
3906+
"如果为同一个参数同时调用这两者,则会使用该参数的最后一次默认值设置::"
39053907

39063908
#:../../library/argparse.rst:2078
39073909
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp