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

Skip to content

Commit 707791e

Browse files
[po] auto sync
1 parent 4b571a4 commit 707791e

8 files changed

Lines changed: 41 additions & 25 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.56%", "updated_at": "2024-03-08T15:56:41Z"}
1+
{"translation": "94.59%", "updated_at": "2024-03-09T04:56:27Z"}

c-api/import.po

Lines changed: 5 additions & 1 deletion
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: 2024-02-09 14:13+0000\n"
17+
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1919
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -390,6 +390,10 @@ msgstr ""
390390
msgid "The module name, as an ASCII encoded string."
391391
msgstr "模块名称,为一个 ASCII 编码的字符串。"
392392

393+
#: ../../c-api/import.rst:297
394+
msgid "Initialization function for a module built into the interpreter."
395+
msgstr "针对内置于解释器的模块的初始化函数。"
396+
393397
#: ../../c-api/import.rst:302
394398
msgid ""
395399
"Add a collection of modules to the table of built-in modules. The *newtab* "

c-api/structures.po

Lines changed: 5 additions & 2 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: 2024-03-08 14:14+0000\n"
16+
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1818
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
1919
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -935,13 +935,14 @@ msgstr "可选的文档字符串"
935935
#: ../../c-api/structures.rst:705
936936
msgid ""
937937
"Optional user data pointer, providing additional data for getter and setter."
938-
msgstr ""
938+
msgstr "可选的用户数据指针,为 getter 和 setter 提供附加数据。"
939939

940940
#: ../../c-api/structures.rst:709
941941
msgid ""
942942
"The ``get`` function takes one :c:expr:`PyObject*` parameter (the instance) "
943943
"and a user data pointer (the associated ``closure``):"
944944
msgstr ""
945+
"``get`` 函数接受一个 :c:expr:`PyObject*` 形参 (相应的实例) 和一个用户数据指针 (关联的 ``closure``):"
945946

946947
#: ../../c-api/structures.rst:712
947948
msgid ""
@@ -954,6 +955,8 @@ msgid ""
954955
"``set`` functions take two :c:expr:`PyObject*` parameters (the instance and "
955956
"the value to be set) and a user data pointer (the associated ``closure``):"
956957
msgstr ""
958+
"``set`` 函数接受两个 :c:expr:`PyObject*` 形参 (相应的实例和要设置的值) 和一个用户数据指针 (关联的 "
959+
"``closure``):"
957960

958961
#: ../../c-api/structures.rst:720
959962
msgid ""

library/idle.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.12\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-03-08 14:14+0000\n"
19+
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
2121
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1181,7 +1181,7 @@ msgstr "之前小节中介绍的编辑功能在交互式地输入代码时也适
11811181

11821182
#: ../../library/idle.rst:607
11831183
msgid ":kbd:`C-c` attempts to interrupt statement execution (but may fail)."
1184-
msgstr ""
1184+
msgstr ":kbd:`C-c` 会尝试中断语句执行(但可能会失败)。"
11851185

11861186
#: ../../library/idle.rst:609
11871187
msgid ":kbd:`C-d` closes Shell if typed at a ``>>>`` prompt."

library/itertools.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
# zc Jin <[email protected]>, 2021
99
# nick <[email protected]>, 2021
1010
# Bryan不可思议, 2023
11-
# Freesand Leo <[email protected]>, 2023
1211
# Alpha Du <[email protected]>, 2024
12+
# Freesand Leo <[email protected]>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.12\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-03-08 14:14+0000\n"
19+
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
21-
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2024\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 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"
@@ -226,11 +226,11 @@ msgstr ":func:`dropwhile`"
226226
#: ../../library/itertools.rst:59 ../../library/itertools.rst:60
227227
#: ../../library/itertools.rst:65
228228
msgid "predicate, seq"
229-
msgstr ""
229+
msgstr "predicate, seq"
230230

231231
#: ../../library/itertools.rst:59
232232
msgid "seq[n], seq[n+1], starting when predicate fails"
233-
msgstr ""
233+
msgstr "seq[n], seq[n+1], 从 predicate 未通过时开始"
234234

235235
#: ../../library/itertools.rst:59
236236
msgid "``dropwhile(lambda x: x<5, [1,4,6,4,1]) --> 6 4 1``"
@@ -242,7 +242,7 @@ msgstr ":func:`filterfalse`"
242242

243243
#: ../../library/itertools.rst:60
244244
msgid "elements of seq where predicate(elem) fails"
245-
msgstr ""
245+
msgstr "predicate(elem) 未通过的 seq 元素"
246246

247247
#: ../../library/itertools.rst:60
248248
msgid "``filterfalse(lambda x: x%2, range(10)) --> 0 2 4 6 8``"
@@ -310,7 +310,7 @@ msgstr ":func:`takewhile`"
310310

311311
#: ../../library/itertools.rst:65
312312
msgid "seq[0], seq[1], until predicate fails"
313-
msgstr ""
313+
msgstr "seq[0], seq[1], 直到 predicate 未通过"
314314

315315
#: ../../library/itertools.rst:65
316316
msgid "``takewhile(lambda x: x<5, [1,4,6,4,1]) --> 1 4``"
@@ -426,7 +426,7 @@ msgstr "``AA AB AC AD BB BC BD CC CD DD``"
426426

427427
#: ../../library/itertools.rst:94
428428
msgid "Itertool Functions"
429-
msgstr ""
429+
msgstr "Itertool 函数"
430430

431431
#: ../../library/itertools.rst:96
432432
msgid ""

library/stdtypes.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
# Xu Siyuan, 2023
3131
# Jiuh-star <[email protected]>, 2023
3232
# sgqy <[email protected]>, 2023
33-
# Freesand Leo <[email protected]>, 2024
3433
# Alpha Du <[email protected]>, 2024
34+
# Freesand Leo <[email protected]>, 2024
3535
#
3636
#, fuzzy
3737
msgid ""
3838
msgstr ""
3939
"Project-Id-Version: Python 3.12\n"
4040
"Report-Msgid-Bugs-To: \n"
41-
"POT-Creation-Date: 2024-03-08 14:14+0000\n"
41+
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
4242
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
43-
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2024\n"
43+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
4444
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
4545
"MIME-Version: 1.0\n"
4646
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2203,6 +2203,7 @@ msgid ""
22032203
"Added the :attr:`~range.start`, :attr:`~range.stop` and :attr:`~range.step` "
22042204
"attributes."
22052205
msgstr ""
2206+
"增加了 :attr:`~range.start`, :attr:`~range.stop` 和 :attr:`~range.step` 属性。"
22062207

22072208
#: ../../library/stdtypes.rst:1499
22082209
msgid ""

using/cmdline.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.12\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-03-08 14:14+0000\n"
19+
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
2121
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -865,13 +865,15 @@ msgstr "增加了 ``-X showalloccount`` 选项。"
865865

866866
#: ../../using/cmdline.rst:564
867867
msgid "Added the ``-X importtime``, ``-X dev`` and ``-X utf8`` options."
868-
msgstr ""
868+
msgstr "增加了 ``-X importtime``, ``-X dev`` 和 ``-X utf8`` 选项。"
869869

870870
#: ../../using/cmdline.rst:567
871871
msgid ""
872872
"Added the ``-X pycache_prefix`` option. The ``-X dev`` option now logs "
873873
"``close()`` exceptions in :class:`io.IOBase` destructor."
874874
msgstr ""
875+
"增加了 ``-X pycache_prefix`` 选项。 现在 ``-X dev`` 选项在 :class:`io.IOBase` 析构器中会记录 "
876+
"``close()`` 异常。"
875877

876878
#: ../../using/cmdline.rst:571
877879
msgid ""
@@ -887,17 +889,19 @@ msgstr "The ``-X showalloccount`` 选项已被移除。"
887889
msgid ""
888890
"Added the ``-X warn_default_encoding`` option. Removed the ``-X oldparser`` "
889891
"option."
890-
msgstr ""
892+
msgstr "增加了 ``-X warn_default_encoding`` 选项。 移除了 ``-X oldparser`` 选项。"
891893

892894
#: ../../using/cmdline.rst:581
893895
msgid ""
894896
"Added the ``-X no_debug_ranges``, ``-X frozen_modules`` and ``-X "
895897
"int_max_str_digits`` options."
896898
msgstr ""
899+
"增加了 ``-X no_debug_ranges``, ``-X frozen_modules`` 和 ``-X "
900+
"int_max_str_digits`` 选项。"
897901

898902
#: ../../using/cmdline.rst:585
899903
msgid "Added the ``-X perf`` option."
900-
msgstr ""
904+
msgstr "增加了 ``-X perf`` 选项。"
901905

902906
#: ../../using/cmdline.rst:590
903907
msgid "Options you shouldn't use"

using/configure.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
# Dai Xu <[email protected]>, 2021
88
# Alpha Du <[email protected]>, 2021
99
# Sefank <[email protected]>, 2023
10-
# Freesand Leo <[email protected]>, 2023
10+
# Freesand Leo <[email protected]>, 2024
1111
#
1212
#, fuzzy
1313
msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-03-08 14:14+0000\n"
17+
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:50+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"
@@ -1057,7 +1057,7 @@ msgstr "指向一个带有配置重载的的文件的环境变量。"
10571057

10581058
#: ../../using/configure.rst:694
10591059
msgid "Example *config.site* file:"
1060-
msgstr ""
1060+
msgstr "示例 *config.site* 文件:"
10611061

10621062
#: ../../using/configure.rst:704
10631063
msgid "Cross compiling example::"
@@ -1181,13 +1181,17 @@ msgid ""
11811181
"They are built with the ``Py_BUILD_CORE_BUILTIN`` macro defined. Built-in "
11821182
"modules have no ``__file__`` attribute:"
11831183
msgstr ""
1184+
"有些 C 扩展是作为内置模块构建的,比如 ``sys`` 模块。 它们在定义了 ``Py_BUILD_CORE_BUILTIN`` 宏的情况下构建。 "
1185+
"内置模块没有 ``__file__`` 属性:"
11841186

11851187
#: ../../using/configure.rst:771
11861188
msgid ""
11871189
"Other C extensions are built as dynamic libraries, like the ``_asyncio`` "
11881190
"module. They are built with the ``Py_BUILD_CORE_MODULE`` macro defined. "
11891191
"Example on Linux x86-64:"
11901192
msgstr ""
1193+
"其他 C 扩展是作为动态库来构建的,比如 ``_asyncio`` 模块。 它们在定义了 ``Py_BUILD_CORE_MODULE`` "
1194+
"宏的情况下构建。 在 Linux x86-64 上的例子:"
11911195

11921196
#: ../../using/configure.rst:783
11931197
msgid ""

0 commit comments

Comments
 (0)