Skip to content

Commit 5a3740b

Browse files
[po] auto sync
1 parent ae72820 commit 5a3740b

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "96.09%", "updated_at": "2024-08-23T15:46:58Z"}
1+
{"translation": "96.11%", "updated_at": "2024-08-24T14:47:00Z"}

library/array.po

Lines changed: 1 addition & 1 deletion
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-08-16 14:48+0000\n"
16+
"POT-Creation-Date: 2024-08-23 14:51+0000\n"
1717
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1818
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
1919
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"

reference/lexical_analysis.po

Lines changed: 4 additions & 1 deletion
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-08-16 14:48+0000\n"
16+
"POT-Creation-Date: 2024-08-23 14:51+0000\n"
1717
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -643,6 +643,9 @@ msgid ""
643643
"characters. As a result, in raw string literals, ``'\\U'`` and ``'\\u'`` "
644644
"escapes are not treated specially."
645645
msgstr ""
646+
"字符串和字节串字面值都可选择加前缀字母 ``'r'`` 或 ``'R'``;这分别被称为 :dfn:`原始字符串字面值` 和 "
647+
":dfn:`原始字节串字面值` 并会将反斜杠视为原本的字符字面值。 因此,在原始字符串字面值中,``'\\U'`` 和 ``'\\u'`` "
648+
"转义符号不会被特殊对待。"
646649

647650
#: ../../reference/lexical_analysis.rst:511
648651
msgid ""

whatsnew/3.4.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-07-20 01:23+0000\n"
14+
"POT-Creation-Date: 2024-08-23 14:51+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -3477,20 +3477,25 @@ msgid ""
34773477
":func:`html.escape` is now 10x faster. (Contributed by Matt Bryant in "
34783478
":issue:`18020`.)"
34793479
msgstr ""
3480+
"现在 :func:`html.escape` 获得了 10x 速度提升。 (由 Matt Bryant 在 :issue:`18020` 中贡献。)"
34803481

34813482
#: ../../whatsnew/3.4.rst:2055
34823483
msgid ""
34833484
"On Windows, the native ``VirtualAlloc`` is now used instead of the CRT "
34843485
"``malloc`` in ``obmalloc``. Artificial benchmarks show about a 3% memory "
34853486
"savings."
34863487
msgstr ""
3488+
"在 Windows 上,现在将使用原生的 ``VirtualAlloc`` 而不是 ``obmalloc`` 中的 CRT ``malloc``。 "
3489+
"人工基准测试显示可节省约 3% 的内存。"
34873490

34883491
#: ../../whatsnew/3.4.rst:2059
34893492
msgid ""
34903493
":func:`os.urandom` now uses a lazily opened persistent file descriptor so as"
34913494
" to avoid using many file descriptors when run in parallel from multiple "
34923495
"threads. (Contributed by Antoine Pitrou in :issue:`18756`.)"
34933496
msgstr ""
3497+
"现在 :func:`os.urandom` 会使用延迟打开的持久性文件描述符以避免在从多个线程并行时使用过多的文件描述符。 (由 Antoine "
3498+
"Pitrou 在 :issue:`18756` 中贡献。)"
34943499

34953500
#: ../../whatsnew/3.4.rst:2067
34963501
msgid "Deprecated"
@@ -3578,7 +3583,7 @@ msgstr ""
35783583
#: ../../whatsnew/3.4.rst:2122
35793584
msgid ""
35803585
"The *strict* argument of :class:`~html.parser.HTMLParser` is deprecated."
3581-
msgstr ""
3586+
msgstr ":class:`~html.parser.HTMLParser` 的 *strict* 参数已被弃用。"
35823587

35833588
#: ../../whatsnew/3.4.rst:2124
35843589
msgid ""
@@ -3590,6 +3595,11 @@ msgid ""
35903595
":func:`~plistlib.Data` is deprecated in favor of just using the "
35913596
":class:`bytes` constructor."
35923597
msgstr ""
3598+
":mod:`plistlib` :func:`~plistlib.readPlist`, :func:`~plistlib.writePlist`, "
3599+
":func:`~plistlib.readPlistFromBytes` 和 :func:`~plistlib.writePlistToBytes` "
3600+
"等函数已被弃用而应改用相应的新函数 :func:`~plistlib.load`, :func:`~plistlib.dump`, "
3601+
":func:`~plistlib.loads` 和 :func:`~plistlib.dumps`。 :func:`~plistlib.Data` "
3602+
"已被弃用而应直接使用 :class:`bytes` 构造器。"
35933603

35943604
#: ../../whatsnew/3.4.rst:2131
35953605
msgid ""

0 commit comments

Comments
 (0)