Skip to content

Commit 0fc3c9d

Browse files
[po] auto sync
1 parent 695d3f6 commit 0fc3c9d

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.22%", "updated_at": "2024-07-20T02:49:38Z"}
1+
{"translation": "95.24%", "updated_at": "2024-07-20T04:47:06Z"}

library/decimal.po

Lines changed: 2 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-19 14:50+0000\n"
14+
"POT-Creation-Date: 2024-07-20 01:23+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+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"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/decimal.rst:2
2525
msgid ":mod:`!decimal` --- Decimal fixed-point and floating-point arithmetic"
26-
msgstr ""
26+
msgstr ":mod:`!decimal` --- 十进制定点和浮点算术"
2727

2828
#: ../../library/decimal.rst:15
2929
msgid "**Source code:** :source:`Lib/decimal.py`"

library/functions.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8-
# lqks, 2024
98
#
109
#, fuzzy
1110
msgid ""
@@ -14,7 +13,7 @@ msgstr ""
1413
"Report-Msgid-Bugs-To: \n"
1514
"POT-Creation-Date: 2024-07-20 01:23+0000\n"
1615
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
17-
"Last-Translator: lqks, 2024\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1817
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=UTF-8\n"
@@ -402,6 +401,7 @@ msgid ""
402401
"floating-point number, or an object implementing :meth:`~object.__abs__`. If"
403402
" the argument is a complex number, its magnitude is returned."
404403
msgstr ""
404+
"返回一个数字的绝对值。 参数可以是整数、浮点数或任何实现了 :meth:`~object.__abs__` 的对象。 如果参数是一个复数,则返回它的模。"
405405

406406
#: ../../library/functions.rst:67
407407
msgid ""
@@ -906,7 +906,7 @@ msgstr ""
906906

907907
#: ../../library/functions.rst:441
908908
msgid "If all arguments are omitted, returns ``0j``."
909-
msgstr ""
909+
msgstr "如果省略所有参数,则返回 ``0j``。"
910910

911911
#: ../../library/functions.rst:443
912912
msgid "The complex type is described in :ref:`typesnumeric`."
@@ -1085,7 +1085,7 @@ msgstr "引发"
10851085

10861086
#: ../../library/functions.rst:587
10871087
msgid "Syntax errors are reported as exceptions."
1088-
msgstr ""
1088+
msgstr "语法错误将作为异常被报告。"
10891089

10901090
#: ../../library/functions.rst:589
10911091
msgid ""
@@ -1693,7 +1693,7 @@ msgstr ""
16931693
"必须是一个支持 :term:`iterable` 协议 (有 :meth:`~object.__iter__` 方法) "
16941694
"的多项集对象,或者必须支持序列协议 (有 :meth:`~object.__getitem__` 方法并使用从 ``0`` 开始的整数参数)。 "
16951695
"如果它不支持这些协议,则会引发 :exc:`TypeError`。 如果给出了第二个参数 *sentinel*,则 *object* "
1696-
"必须是一个可调用对象。在这种情况下创建的迭代器的 :meth:`~iterator.__next__` 方法被调用时,它将不带参数地调用 "
1696+
"必须是一个可调用对象。 在这种情况下创建的迭代器将针对每次调用其 :meth:`~iterator.__next__` 方法不带参数地调用 "
16971697
"*object*;如果返回的值等于 *sentinel*,则会引发 :exc:`StopIteration`,否则将返回该值。"
16981698

16991699
#: ../../library/functions.rst:1082

library/itertools.po

Lines changed: 2 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-19 14:50+0000\n"
14+
"POT-Creation-Date: 2024-07-20 01:23+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+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"
@@ -241,7 +241,7 @@ msgstr "predicate(elem) 未通过的 seq 元素"
241241

242242
#: ../../library/itertools.rst:60
243243
msgid "``filterfalse(lambda x: x<5, [1,4,6,3,8]) → 6 8``"
244-
msgstr ""
244+
msgstr "``filterfalse(lambda x: x<5, [1,4,6,3,8]) → 6 8``"
245245

246246
#: ../../library/itertools.rst:61
247247
msgid ":func:`groupby`"

reference/expressions.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
87
# Freesand Leo <yuqinju@163.com>, 2024
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-07-19 14:50+0000\n"
15+
"POT-Creation-Date: 2024-07-20 01:23+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
17+
"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"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -64,7 +64,7 @@ msgstr "如果任一参数为复数,另一参数会被转换为复数;"
6464
msgid ""
6565
"otherwise, if either argument is a floating-point number, the other is "
6666
"converted to floating point;"
67-
msgstr ""
67+
msgstr "否则,如果任一参数为浮点数,另一参数将被转换为浮点数。"
6868

6969
#: ../../reference/expressions.rst:39
7070
msgid "otherwise, both must be integers and no conversion is necessary."

whatsnew/3.4.po

Lines changed: 3 additions & 1 deletion
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-19 14:50+0000\n"
14+
"POT-Creation-Date: 2024-07-20 01:23+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"
@@ -2543,6 +2543,8 @@ msgid ""
25432543
"and are platform-dependent. (Contributed by Christian Heimes in "
25442544
":issue:`11016`.)"
25452545
msgstr ""
2546+
"现在 :mod:`stat` 模块以 :mod:`!_stat` 中的 C 实现作为后端。 C 实现是必需的因为大多数值都未被标准化并且依赖于平台。 "
2547+
"(由 Christian Heimes 在 :issue:`11016` 中贡献。)"
25462548

25472549
#: ../../whatsnew/3.4.rst:1502
25482550
msgid ""

0 commit comments

Comments
 (0)