Skip to content

Commit ced98b9

Browse files
[po] auto sync
1 parent 729b420 commit ced98b9

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.27%", "updated_at": "2024-10-04T19:26:38Z"}
1+
{"translation": "94.27%", "updated_at": "2024-10-11T19:26:09Z"}

c-api/typeobj.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.10\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-04-26 19:05+0000\n"
15+
"POT-Creation-Date: 2024-10-11 16:02+0000\n"
1616
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -66,15 +66,15 @@ msgstr "快速参考"
6666

6767
#: ../../c-api/typeobj.rst:34
6868
msgid "\"tp slots\""
69-
msgstr "\"tp_方法槽\""
69+
msgstr "\"tp 槽位\""
7070

7171
#: ../../c-api/typeobj.rst:40
7272
msgid "PyTypeObject Slot [#slots]_"
73-
msgstr "PyTypeObject [#slots]_"
73+
msgstr "PyTypeObject 槽位 [#slots]_"
7474

7575
#: ../../c-api/typeobj.rst:40 ../../c-api/typeobj.rst:199
7676
msgid ":ref:`Type <slot-typedefs-table>`"
77-
msgstr ":ref:`Type <slot-typedefs-table>`"
77+
msgstr ":ref:`类型 <slot-typedefs-table>`"
7878

7979
#: ../../c-api/typeobj.rst:40
8080
msgid "special methods/attrs"
@@ -659,11 +659,11 @@ msgstr "注意,有些方法槽是通过普通属性查找链有效继承的。
659659

660660
#: ../../c-api/typeobj.rst:193
661661
msgid "sub-slots"
662-
msgstr "子方法槽(方法域)"
662+
msgstr "子槽位"
663663

664664
#: ../../c-api/typeobj.rst:199
665665
msgid "Slot"
666-
msgstr "方法槽"
666+
msgstr "槽位"
667667

668668
#: ../../c-api/typeobj.rst:199
669669
msgid "special methods"

howto/regex.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.10\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-09-20 16:20+0000\n"
15+
"POT-Creation-Date: 2024-10-11 16:02+0000\n"
1616
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -89,8 +89,9 @@ msgid ""
8989
"be slower than an elaborate regular expression, it will also probably be "
9090
"more understandable."
9191
msgstr ""
92-
"正则表达式语言相对较小且受限,因此并非所有可能的字符串处理任务都可以使用正则表达式完成。有些任务尽管*可以*用正则表达式来完成,但表达式会变得非常复杂。这些情况下,最好通过编写"
93-
" Python 代码来进行处理。也许 Python 代码会比精心设计的正则表达式慢,但它可能更容易理解。"
92+
"正则表达式语言相对较小且受限,因此并非所有可能的字符串处理任务都可以使用正则表达式完成。有些任务尽管 *可以* "
93+
"用正则表达式来完成,但表达式会变得非常复杂。 这些情况下,最好通过编写 Python 代码来进行处理。 也许 Python "
94+
"代码会比精心设计的正则表达式慢,但它可能更容易理解。"
9495

9596
#: ../../howto/regex.rst:51
9697
msgid "Simple Patterns"

whatsnew/2.6.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.10\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-10-04 15:57+0000\n"
16+
"POT-Creation-Date: 2024-10-11 16:02+0000\n"
1717
"PO-Revision-Date: 2022-11-05 17:23+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"
@@ -1158,6 +1158,7 @@ msgid ""
11581158
"Instances of the :class:`bytes` type are immutable just as strings are. A "
11591159
"new :class:`bytearray` type stores a mutable sequence of bytes::"
11601160
msgstr ""
1161+
":class:`bytes` 类型的实例与字符串一样属于不可变对象。 新增的 :class:`bytearray` 类型则用于存储可变的字节序列::"
11611162

11621163
#: ../../whatsnew/2.6.rst:1001
11631164
msgid ""
@@ -1166,6 +1167,9 @@ msgid ""
11661167
" the methods of lists, such as :meth:`append`, :meth:`pop`, and "
11671168
":meth:`reverse`."
11681169
msgstr ""
1170+
"字节数组支持大部分的字符串类型方法,如 :meth:`startswith`/:meth:`endswith`, "
1171+
":meth:`find`/:meth:`rfind`,以及列表的某些方法,如 :meth:`append`, :meth:`pop` 和 "
1172+
":meth:`reverse`。"
11691173

11701174
#: ../../whatsnew/2.6.rst:1014
11711175
msgid ""
@@ -2449,7 +2453,7 @@ msgstr "(由 Gregory Petrosyan 提供建议,之后由 Georg Brandl 贡献。
24492453
msgid ""
24502454
"The :func:`attrgetter` function now accepts dotted names and performs the "
24512455
"corresponding attribute lookups::"
2452-
msgstr ""
2456+
msgstr "现在 :func:`attrgetter` 函数可接受带点号的名称并执行相应的属性查找::"
24532457

24542458
#: ../../whatsnew/2.6.rst:2162
24552459
msgid "(Contributed by Georg Brandl, after a suggestion by Barry Warsaw.)"

0 commit comments

Comments
 (0)