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

Skip to content

Commit dac1b43

Browse files
[po] auto sync
1 parent 6bc59c7 commit dac1b43

11 files changed

+859
-913
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.27%", "updated_at": "2025-02-28T18:49:26Z"}
1+
{"translation": "81.22%", "updated_at": "2025-03-07T15:46:08Z"}

c-api/arg.po

Lines changed: 3 additions & 3 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: 2025-01-17 14:51+0000\n"
14+
"POT-Creation-Date: 2025-03-07 14:53+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -27,10 +27,10 @@ msgstr "解析参数并构建值变量"
2727

2828
#: ../../c-api/arg.rst:8
2929
msgid ""
30-
"These functions are useful when creating your own extensions functions and "
30+
"These functions are useful when creating your own extension functions and "
3131
"methods. Additional information and examples are available in "
3232
":ref:`extending-index`."
33-
msgstr "在创建你自己的扩展函数和方法时,这些函数是有用的。其它的信息和样例见 :ref:`extending-index` 。"
33+
msgstr ""
3434

3535
#: ../../c-api/arg.rst:12
3636
msgid ""

extending/embedding.po

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -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-09-06 15:04+0000\n"
14+
"POT-Creation-Date: 2025-03-07 14:53+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -450,11 +450,9 @@ msgstr ""
450450
msgid ""
451451
"After initializing the interpreter, the script is loaded using "
452452
":c:func:`PyImport_Import`. This routine needs a Python string as its "
453-
"argument, which is constructed using the :c:func:`PyUnicode_FromString` data"
454-
" conversion routine. ::"
453+
"argument, which is constructed using the :c:func:`PyUnicode_DecodeFSDefault`"
454+
" data conversion routine. ::"
455455
msgstr ""
456-
"初始化解释器之后,则用 :c:func:`PyImport_Import` 加载脚本。此函数的参数需是个 Python 字符串,一个用 "
457-
":c:func:`PyUnicode_FromString` 数据转换函数构建的字符串。"
458456

459457
#: ../../extending/embedding.rst:183
460458
msgid ""

0 commit comments

Comments
 (0)