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

Skip to content

Commit e5d67d2

Browse files
[po] auto sync
1 parent f5f3d4c commit e5d67d2

47 files changed

Lines changed: 1278 additions & 723 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.44%", "updated_at": "2024-02-23T17:42:05Z"}
1+
{"translation": "92.03%", "updated_at": "2024-02-24T01:54:52Z"}

c-api/buffer.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2023
7+
# Rafael Fontenelle <[email protected]>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-02-16 16:40+0000\n"
14+
"POT-Creation-Date: 2024-02-23 16:44+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
16-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -843,7 +843,7 @@ msgstr "缓冲对象"
843843

844844
#: ../../c-api/buffer.rst:32
845845
msgid "PyBufferProcs (C type)"
846-
msgstr ""
846+
msgstr "PyBufferProcs (C 类型)"
847847

848848
#: ../../c-api/buffer.rst:294
849849
msgid "contiguous"

c-api/code.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2023
7+
# Rafael Fontenelle <[email protected]>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
14+
"POT-Creation-Date: 2024-02-23 16:44+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
16-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -42,13 +42,13 @@ msgstr "用于描述代码对象的对象的 C 结构。 此类型字段可随
4242
msgid ""
4343
"This is an instance of :c:type:`PyTypeObject` representing the Python "
4444
":ref:`code object <code-objects>`."
45-
msgstr ""
45+
msgstr "这一个代表 Python :ref:`代码对象 <code-objects>` 的 :c:type:`PyTypeObject` 实例。"
4646

4747
#: ../../c-api/code.rst:30
4848
msgid ""
4949
"Return true if *co* is a :ref:`code object <code-objects>`. This function "
5050
"always succeeds."
51-
msgstr ""
51+
msgstr "如果 *co* 是一个 :ref:`代码对象 <code-objects>` 则返回真值。 此函数总是会成功执行。"
5252

5353
#: ../../c-api/code.rst:35
5454
msgid "Return the number of free variables in *co*."

0 commit comments

Comments
 (0)