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

Skip to content

Commit 9078ba0

Browse files
[po] auto sync
1 parent 951b667 commit 9078ba0

5 files changed

Lines changed: 18 additions & 9 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.23%", "updated_at": "2023-08-04T17:57:11Z"}
1+
{"translation": "89.25%", "updated_at": "2023-08-04T23:56:24Z"}

howto/clinic.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ msgid ""
5757
"parsing in CPython builtins, module level functions, and class methods. This"
5858
" document is divided in four major sections:"
5959
msgstr ""
60+
"Argument Clinic 是一个针对 CPython C 文件的预处理器。 它是根据 :pep:`436` 在 Python 3.4 "
61+
"中引入的,其目的是提供自省签名,并为 CPython 内置函数、模块级函数和类方法中的参数解析生成高性能的定制模板代码。 本文档分为四个主要部分:"
6062

6163
#: ../../howto/clinic.rst:23
6264
msgid ""

library/tarfile.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# nick <[email protected]>, 2021
1010
# ppcfish <[email protected]>, 2021
1111
# Makdon <[email protected]>, 2021
12-
# Freesand Leo <[email protected]>, 2023
1312
# Alpha Du <[email protected]>, 2023
13+
# Freesand Leo <[email protected]>, 2023
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
22-
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2023\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -92,6 +92,9 @@ msgid ""
9292
"default, archives are fully trusted, but this default is deprecated and "
9393
"slated to change in Python 3.14."
9494
msgstr ""
95+
"归档文件使用 :ref:`过滤器 <tarfile-extraction-filter>` "
96+
"来提取,这将可以限制令人惊讶/危险的特性,或确认它们符合预期并且归档文档受到完全信任。 "
97+
"在默认情况下,归档文档将受到完全信任,但此默认选项已被弃用并计划在 Python 3.14 中改变。"
9598

9699
#: ../../library/tarfile.rst:49
97100
msgid ""
@@ -266,6 +269,8 @@ msgid ""
266269
"*compresslevel* (default ``9``) to specify the compression level of the "
267270
"file."
268271
msgstr ""
272+
"对于 ``'w:gz'``, ``'x:gz'``, ``'w|gz'``, ``'w:bz2'``, ``'x:bz2'``, ``'w|bz2'``"
273+
" 等模式,:func:`tarfile.open` 接受关键字参数 *compresslevel* (默认值为 ``9``) 用于指定文件的压缩等级。"
269274

270275
#: ../../library/tarfile.rst:112
271276
msgid ""

reference/lexical_analysis.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ msgid ""
450450
"Unicode 15.0.0 can be found at "
451451
"https://www.unicode.org/Public/15.0.0/ucd/DerivedCoreProperties.txt"
452452
msgstr ""
453+
"一份列出 Unicode 15.0.0 中所有可用标识符字符的非规范 HTML 文件可在 "
454+
"https://www.unicode.org/Public/15.0.0/ucd/DerivedCoreProperties.txt 获取"
453455

454456
#: ../../reference/lexical_analysis.rst:333
455457
msgid "Keywords"

whatsnew/3.12.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ msgstr "解释器的改进:"
9090

9191
#: ../../whatsnew/3.12.rst:75
9292
msgid ":ref:`whatsnew312-pep684`"
93-
msgstr ""
93+
msgstr ":ref:`whatsnew312-pep684`"
9494

9595
#: ../../whatsnew/3.12.rst:77
9696
msgid "New typing features:"
@@ -360,19 +360,19 @@ msgstr ""
360360

361361
#: ../../whatsnew/3.12.rst:287
362362
msgid "PEP 684: A Per-Interpreter GIL"
363-
msgstr ""
363+
msgstr "PEP 684: 解释器级 GIL"
364364

365365
#: ../../whatsnew/3.12.rst:289
366366
msgid ""
367367
"Sub-interpreters may now be created with a unique GIL per interpreter. This "
368368
"allows Python programs to take full advantage of multiple CPU cores."
369-
msgstr ""
369+
msgstr "现在可以创建具有单独解释器级 GIL 的子解释器。 这将允许 Python 程序就能充分利用多个 CPU 内核。"
370370

371371
#: ../../whatsnew/3.12.rst:293
372372
msgid ""
373373
"Use the new :c:func:`Py_NewInterpreterFromConfig` function to create an "
374374
"interpreter with its own GIL::"
375-
msgstr ""
375+
msgstr "使用新的 :c:func:`Py_NewInterpreterFromConfig` 函数来创建具有单独 GIL 的解释器::"
376376

377377
#: ../../whatsnew/3.12.rst:307
378378
msgid ""
@@ -450,7 +450,7 @@ msgstr "(由 Steven Troxler 在 :gh:`101561` 中贡献。)"
450450

451451
#: ../../whatsnew/3.12.rst:376
452452
msgid "PEP 695: Type Parameter Syntax"
453-
msgstr "PEP 695:类型参数语法"
453+
msgstr "PEP 695: 类型形参语法"
454454

455455
#: ../../whatsnew/3.12.rst:378
456456
msgid ""
@@ -639,7 +639,7 @@ msgid ""
639639
"eventually a :exc:`SyntaxError`. (Contributed by Victor Stinner in "
640640
":gh:`98401`.)"
641641
msgstr ""
642-
"值大于``0o377`` (例如: ``\"\\477\"``) 的八进制转义,在 Python 3.11 中已弃用,现在会产生 "
642+
"值大于 ``0o377`` (例如: ``\"\\477\"``) 的八进制转义序列,在 Python 3.11 中已弃用,现在会产生 "
643643
":exc:`SyntaxWarning`,而不是 :exc:`DeprecationWarning`。 在未来的 Python 版本中,它们最终将是 "
644644
":exc:`SyntaxError`。 (由 Victor Stinner 在 :gh:`98401` 中贡献。)"
645645

0 commit comments

Comments
 (0)