Skip to content

Commit 5ad80c5

Browse files
[po] auto sync
1 parent ac945e9 commit 5ad80c5

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.71%", "updated_at": "2025-06-01T13:04:55Z"}
1+
{"translation": "81.71%", "updated_at": "2025-06-01T13:55:52Z"}

faq/extending.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-05-30 14:58+0000\n"
1516
"PO-Revision-Date: 2025-05-08 05:09+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -69,6 +70,8 @@ msgid ""
6970
"<c-api-tools>` offer both simpler and more sophisticated approaches to "
7071
"creating C and C++ extensions for Python."
7172
msgstr ""
73+
"有多个替代选择可用来编写你自己的 C 扩展,具体取决于你想要做什么。 :ref:`推荐的第三方工具 <c-api-tools>` "
74+
"提供了更简单或更复杂的方式来为 Python 创建 C 和 C++ 扩展。"
7275

7376
#: ../../faq/extending.rst:46
7477
msgid "How can I execute arbitrary Python statements from C?"

howto/cporting.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-05-30 14:58+0000\n"
1516
"PO-Revision-Date: 2025-05-08 05:09+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -53,3 +54,5 @@ msgid ""
5354
" them, but the library then handles differences between various Python "
5455
"versions and implementations."
5556
msgstr ""
57+
":ref:`推荐的第三方工具 <c-api-tools>` 提供了对于 Python 的 C API 的进一步抽象。 "
58+
"扩展通常需要被重写以使用它们中的某一个,而在此之后就可通过库来处理各种 Python 版本和实现之间的差异。"

library/ast.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-05-30 14:58+0000\n"
1516
"PO-Revision-Date: 2025-05-08 05:09+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -735,6 +736,9 @@ msgid ""
735736
":class:`complex`, and :class:`bool`, and the constants :data:`None` and "
736737
":data:`Ellipsis`."
737738
msgstr ""
739+
"一个常量值。 ``Constant`` 字面值的 ``value`` 属性包含它所代表的 Python 对象。 它所表示的值可以是 "
740+
":class:`str`, :class:`bytes`, :class:`int`, :class:`float`, :class:`complex`"
741+
" 或 :class:`bool` 的实例及常量 :data:`None` 和 :data:`Ellipsis`。"
738742

739743
#: ../../library/ast.rst:279
740744
msgid ""

0 commit comments

Comments
 (0)