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

Skip to content

Commit 5dda9fc

Browse files
[po] auto sync
1 parent e4f3444 commit 5dda9fc

53 files changed

Lines changed: 1974 additions & 2101 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.40%", "updated_at": "2023-08-04T10:59:20Z"}
1+
{"translation": "89.22%", "updated_at": "2023-08-04T14:57:21Z"}

c-api/code.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-07-29 02:08+0000\n"
17+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1919
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -77,9 +77,9 @@ msgid ""
7777
"execution or VM crashes. Use this function only with extreme care."
7878
msgstr "此函数的许多参数以复杂的方式相互依赖,这意味着参数值的细微改变可能导致不正确的执行或 VM 崩溃。 使用此函数需要极度小心。"
7979

80-
#: ../../c-api/code.rst:48 ../../c-api/code.rst:68
81-
msgid "Added ``exceptiontable`` parameter."
82-
msgstr "添加了 ``exceptiontable`` 形参。"
80+
#: ../../c-api/code.rst:48
81+
msgid "Added ``qualname`` and ``exceptiontable`` parameters."
82+
msgstr ""
8383

8484
#: ../../c-api/code.rst:55
8585
msgid ""
@@ -98,6 +98,10 @@ msgstr ""
9898
msgid "as ``PyCode_NewWithPosOnlyArgs``"
9999
msgstr ""
100100

101+
#: ../../c-api/code.rst:68
102+
msgid "Added ``qualname`` and ``exceptiontable`` parameters."
103+
msgstr ""
104+
101105
#: ../../c-api/code.rst:73
102106
msgid ""
103107
"Renamed to ``PyUnstable_Code_NewWithPosOnlyArgs``. The old name is "

faq/extending.po

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-07-28 14:13+0000\n"
16+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1818
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
1919
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -139,21 +139,17 @@ msgstr "如何从Python对象中提取C的值?"
139139
msgid ""
140140
"That depends on the object's type. If it's a tuple, :c:func:`PyTuple_Size` "
141141
"returns its length and :c:func:`PyTuple_GetItem` returns the item at a "
142-
"specified index. Lists have similar functions, :c:func:`PyListSize` and "
142+
"specified index. Lists have similar functions, :c:func:`PyList_Size` and "
143143
":c:func:`PyList_GetItem`."
144144
msgstr ""
145-
"这取决于对象的类型。 如果是元组,:c:func:`PyTuple_Size` 可返回其长度而 :c:func:`PyTuple_GetItem` "
146-
"可返回指定序号上的项。 对于列表也有类似的函数 :c:func:`PyListSize` 和 :c:func:`PyList_GetItem`。"
147145

148146
#: ../../faq/extending.rst:87
149147
msgid ""
150148
"For bytes, :c:func:`PyBytes_Size` returns its length and "
151149
":c:func:`PyBytes_AsStringAndSize` provides a pointer to its value and its "
152150
"length. Note that Python bytes objects may contain null bytes so C's "
153-
":c:func:`strlen` should not be used."
151+
":c:func:`!strlen` should not be used."
154152
msgstr ""
155-
"对于字节串,:c:func:`PyBytes_Size` 可返回其长度而 :c:func:`PyBytes_AsStringAndSize` "
156-
"提供一个指向其值和长度的指针。 请注意 Python 字节串可能为空,因此 C 的 :c:func:`strlen` 不应被使用。"
157153

158154
#: ../../faq/extending.rst:92
159155
msgid ""

0 commit comments

Comments
 (0)