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

Skip to content

Commit e414d54

Browse files
[po] auto sync
1 parent 5cd0b9a commit e414d54

14 files changed

Lines changed: 244 additions & 178 deletions

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.70%", "updated_at": "2024-02-09T14:55:34Z"}
1+
{"translation": "93.77%", "updated_at": "2024-02-09T16:55:35Z"}

c-api/file.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,15 @@ msgstr "重写 :func:`io.open_code` 的正常行为,将其形参通过所提
104104

105105
#: ../../c-api/file.rst:68
106106
msgid "The handler is a function of type:"
107-
msgstr ""
107+
msgstr "处理句柄函数的类型为:"
108108

109109
#: ../../c-api/file.rst:72
110110
msgid ""
111111
"Equivalent of :c:expr:`PyObject *(\\*)(PyObject *path, void *userData)`, "
112112
"where *path* is guaranteed to be :c:type:`PyUnicodeObject`."
113113
msgstr ""
114+
"等价于 :c:expr:`PyObject *(\\*)(PyObject *path, void *userData)`,其中 *path* 会确保为"
115+
" :c:type:`PyUnicodeObject`。"
114116

115117
#: ../../c-api/file.rst:76
116118
msgid ""

c-api/import.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 汪心禾 <[email protected]>, 2021
88
# Lordran <[email protected]>, 2021
99
# Alpha Du <[email protected]>, 2021
10-
# Freesand Leo <[email protected]>, 2023
10+
# Freesand Leo <[email protected]>, 2024
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2024-02-09 14:13+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -33,6 +33,8 @@ msgid ""
3333
"This is a wrapper around :c:func:`PyImport_Import()` which takes a "
3434
":c:expr:`const char *` as an argument instead of a :c:expr:`PyObject *`."
3535
msgstr ""
36+
"这是一个对 :c:func:`PyImport_Import()` 的包装器,它接受一个 :c:expr:`const char *` 作为参数而不是 "
37+
":c:expr:`PyObject *`。"
3638

3739
#: ../../c-api/import.rst:21
3840
msgid ""

c-api/intro.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# jaystone776 <[email protected]>, 2022
1212
# Dai Xu <[email protected]>, 2023
1313
# WH-2099 <[email protected]>, 2023
14-
# Freesand Leo <[email protected]>, 2023
14+
# Freesand Leo <[email protected]>, 2024
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2024-02-09 14:13+0000\n"
2222
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
23-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
23+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -249,6 +249,8 @@ msgid ""
249249
":c:macro:`Py_DEBUG` macro is defined), the :c:macro:`Py_ALWAYS_INLINE` macro"
250250
" does nothing."
251251
msgstr ""
252+
"如果 Python 是 :ref:`在调试模式下构建的 <debug-build>` (即定义了 :c:macro:`Py_DEBUG` 宏),则 "
253+
":c:macro:`Py_ALWAYS_INLINE` 宏将不做任何事情。"
252254

253255
#: ../../c-api/intro.rst:154
254256
msgid "It must be specified before the function return type. Usage::"
@@ -972,6 +974,10 @@ msgid ""
972974
" When :c:macro:`!Py_DEBUG` is enabled in the Unix build, compiler "
973975
"optimization is disabled."
974976
msgstr ""
977+
"在定义了 :c:macro:`!Py_DEBUG` 宏的情况下编译解释器将产生通常所称的 :ref:`Python 调试构建版 <debug-"
978+
"build>`。 :c:macro:`!Py_DEBUG` 在 Unix 编译版中是通过添加 :option:`--with-pydebug` 到 "
979+
":file:`./configure` 命令来启用的。 它也可以通过提供非 Python 专属的 :c:macro:`!_DEBUG` 宏来启用。 当 "
980+
":c:macro:`!Py_DEBUG` 在 Unix 编译版中启用时,编译器优化将被禁用。"
975981

976982
#: ../../c-api/intro.rst:825
977983
msgid ""

0 commit comments

Comments
 (0)