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

Skip to content

Commit 5884e46

Browse files
[po] auto sync
1 parent 6114a3f commit 5884e46

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.04%", "updated_at": "2024-01-19T23:56:02Z"}
1+
{"translation": "93.05%", "updated_at": "2024-01-20T01:18:59Z"}

c-api/structures.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,24 +498,28 @@ msgid ""
498498
"used as name of the module the function is defined in. If unavailable, it "
499499
"can be set to :const:`None` or ``NULL``."
500500
msgstr ""
501+
":term:`callable` 对象的 ``__module__`` 属性可以根据给定的 *module* 参数来设置。 *module* 应为一个 "
502+
"Python 字符串,它将被用作函数定义所在的模块名称。 如果不可用,它将被设为 :const:`None` 或 ``NULL``。"
501503

502504
#: ../../c-api/structures.rst:418
503505
msgid ":attr:`function.__module__`"
504-
msgstr ""
506+
msgstr ":attr:`function.__module__`"
505507

506508
#: ../../c-api/structures.rst:420
507509
msgid ""
508510
"The *cls* parameter will be passed as the *defining_class* argument to the C"
509511
" function. Must be set if :c:macro:`METH_METHOD` is set on ``ml->ml_flags``."
510512
msgstr ""
513+
"*cls* 形参将被作为 C 函数的 *defining_class* 参数传入。 如果在 ``ml->ml_flags`` 上设置了 "
514+
":c:macro:`METH_METHOD` 则必须设置该形参。"
511515

512516
#: ../../c-api/structures.rst:429
513517
msgid "Equivalent to ``PyCMethod_New(ml, self, module, NULL)``."
514-
msgstr ""
518+
msgstr "等价于 ``PyCMethod_New(ml, self, module, NULL)``。"
515519

516520
#: ../../c-api/structures.rst:434
517521
msgid "Equivalent to ``PyCMethod_New(ml, self, NULL, NULL)``."
518-
msgstr ""
522+
msgstr "等价于 ``PyCMethod_New(ml, self, NULL, NULL)``。"
519523

520524
#: ../../c-api/structures.rst:438
521525
msgid "Accessing attributes of extension types"

library/idle.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 8af080f2e6702c64bedd01873aed27e8_25aec74 <fd99d14239138a1f987c22e7736dde81_777475>, 2021
1010
# Alpha Du <[email protected]>, 2022
1111
# Bryan不可思议, 2023
12-
# Freesand Leo <[email protected]>, 2023
12+
# Freesand Leo <[email protected]>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -863,7 +863,7 @@ msgid ""
863863
"positions. When characters are entered, the insertion cursor and everything"
864864
" to its right moves right one character and the new character is entered in "
865865
"the new space."
866-
msgstr ""
866+
msgstr "IDLE 插入光标是字符位置之间的一个细竖条。 当输入字符时,插入光标及其右侧的所有内容将右移一个字符并使新字符输入到新空位中。"
867867

868868
#: ../../library/idle.rst:428
869869
msgid ""

0 commit comments

Comments
 (0)