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

Skip to content

Commit 0c73474

Browse files
[po] auto sync
1 parent 8dfea31 commit 0c73474

5 files changed

Lines changed: 22 additions & 22 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.02%", "updated_at": "2023-08-16T23:56:51Z"}
1+
{"translation": "90.02%", "updated_at": "2023-08-17T06:57:20Z"}

library/array.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@
1010
# 叶浚安 <[email protected]>, 2021
1111
# ppcfish <[email protected]>, 2021
1212
# jaystone776 <[email protected]>, 2021
13-
# 高乐喆 <[email protected]>, 2023
13+
# Lezhe Gao <[email protected]>, 2023
1414
# Freesand Leo <[email protected]>, 2023
15+
# 乐成 王, 2023
1516
#
1617
#, fuzzy
1718
msgid ""
1819
msgstr ""
1920
"Project-Id-Version: Python 3.12\n"
2021
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2023-07-28 14:13+0000\n"
22+
"POT-Creation-Date: 2023-08-11 14:13+0000\n"
2223
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
23-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
24+
"Last-Translator: 乐成 王, 2023\n"
2425
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -41,9 +42,8 @@ msgid ""
4142
"creation time by using a :dfn:`type code`, which is a single character. The"
4243
" following type codes are defined:"
4344
msgstr ""
44-
"此模块定义了一种对象类型,可以紧凑地表示基本类型值的数组:字符、整数、浮点数等。 "
45-
"数组属于序列类型,其行为与列表非常相似,不同之处在于其中存储的对象类型是受限的。 类型在对象创建时使用单个字符的 :dfn:`类型码` 来指定。 "
46-
"已定义的类型码如下:"
45+
"此模块定义了一种对象类型,可以紧凑地表示由基本值(字符、整数、浮点数)组成的数组。数组是序列类型,其行为与列表非常相似,不同之处在于其中存储的对象类型是受限的,在数组对象创建时用单个字符的"
46+
" :dfn:`类型码` 来指定。已定义的类型码如下:"
4747

4848
#: ../../library/array.rst:19
4949
msgid "Type code"
@@ -59,7 +59,7 @@ msgstr "Python 类型"
5959

6060
#: ../../library/array.rst:19
6161
msgid "Minimum size in bytes"
62-
msgstr "以字节表示的最小尺寸"
62+
msgstr "以字节为单位的最小大小"
6363

6464
#: ../../library/array.rst:19
6565
msgid "Notes"

library/ast.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
# Dai Xu <[email protected]>, 2021
1414
# Alpha Du <[email protected]>, 2021
1515
# Nyuan Zhang, 2022
16-
# 乐成 王, 2023
1716
# Bryan不可思议, 2023
1817
# Freesand Leo <[email protected]>, 2023
18+
# 乐成 王, 2023
1919
#
2020
#, fuzzy
2121
msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.12\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2023-07-28 14:13+0000\n"
25+
"POT-Creation-Date: 2023-08-11 14:13+0000\n"
2626
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
27-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
27+
"Last-Translator: 乐成 王, 2023\n"
2828
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2929
"MIME-Version: 1.0\n"
3030
"Content-Type: text/plain; charset=UTF-8\n"
@@ -142,9 +142,9 @@ msgstr ""
142142
":class:`ast.expr` 和 :class:`ast.stmt` 的子类的实例的属性包括 "
143143
":attr:`lineno`、:attr:`col_offset`、:attr:`end_lineno` 和 "
144144
":attr:`end_col_offset`。:attr:`lineno` 和 :attr:`end_lineno` "
145-
"是源代码的第一行行数和最后一行行数(从1开始, 所以第一行的行数是1),而 :attr:`col_offset` 和 "
146-
":attr:`end_col_offset` 是该生成该节点第一个和最后一个 token 的 UTF-8 字节偏移量。记录 UTF-8 "
147-
"偏移量的原因是解析器内部使用 UTF-8 。"
145+
"是源码中属于该节点的部分从哪一行开始,到哪一行结束(数字 1 指第一行,以此类推);:attr:`col_offset` 和 "
146+
":attr:`end_col_offset` 是第一个和最后一个属于该节点的 token 的 UTF-8 字节偏移量。记录 UTF-8 "
147+
"偏移量的原因是解析器内部使用 UTF-8。"
148148

149149
#: ../../library/ast.rst:91
150150
msgid ""

library/dataclasses.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
# ww song <[email protected]>, 2022
99
# BigOrangeQWQ, 2022
1010
# Bryan不可思议, 2023
11-
# 乐成 王, 2023
1211
# Alpha Du <[email protected]>, 2023
1312
# Freesand Leo <[email protected]>, 2023
13+
# 乐成 王, 2023
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.12\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2023-07-21 14:13+0000\n"
20+
"POT-Creation-Date: 2023-08-11 14:13+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
22-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
22+
"Last-Translator: 乐成 王, 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"
@@ -97,8 +97,8 @@ msgid ""
9797
"decorator returns the same class that it is called on; no new class is "
9898
"created."
9999
msgstr ""
100-
":func:`dataclass` 装饰器将向类中添加如下的各种dunder”方法。如果所添加的方法已存在于类中,则行为将取决于下面所列出的形参。 "
101-
"装饰器会返回调用它的类本身;不会创建新的类。"
100+
":func:`dataclass` 装饰器将向类中添加如下的各种 dunder "
101+
"方法。如果所添加的方法已存在于类中,则行为将取决于下面所列出的形参。该装饰器会返回调用它的类;不会创建新的类。"
102102

103103
#: ../../library/dataclasses.rst:69
104104
msgid ""

sphinx.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.12\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
22+
"POT-Creation-Date: 2023-08-11 14:13+0000\n"
2323
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2424
"Last-Translator: 乐成 王, 2023\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -48,11 +48,11 @@ msgstr "CPython 实现细节:"
4848
#: ../../tools/templates/dummy.html:7
4949
msgid ""
5050
"Deprecated since version {deprecated}, will be removed in version {removed}"
51-
msgstr "从 {deprecated} 版起不建议使用,将在 {removed} 版中移除"
51+
msgstr "从 {deprecated} 版起不建议使用,将在 {removed} 版中移除"
5252

5353
#: ../../tools/templates/dummy.html:8
5454
msgid "Deprecated since version {deprecated}, removed in version {removed}"
55-
msgstr "从 {deprecated} 版起不建议使用,已在 {removed} 版中移除"
55+
msgstr "从 {deprecated} 版起不建议使用,已在 {removed} 版中移除"
5656

5757
#: ../../tools/templates/dummy.html:12
5858
msgid "Return value: Always NULL."

0 commit comments

Comments
 (0)