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

Skip to content

Commit 3789030

Browse files
[po] auto sync
1 parent 20cba9c commit 3789030

36 files changed

Lines changed: 587 additions & 264 deletions

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.73%", "updated_at": "2024-01-26T17:41:42Z"}
1+
{"translation": "91.13%", "updated_at": "2024-01-27T01:54:32Z"}

c-api/frame.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
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: 2023-12-15 16:34+0000\n"
14+
"POT-Creation-Date: 2024-01-26 16:43+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"
@@ -83,7 +83,7 @@ msgstr "获取 *frame* 为下一个外部帧。"
8383
msgid ""
8484
"Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer "
8585
"frame."
86-
msgstr "参考返回一个 :term:`strong reference`,或者如果 *frame* 没有外部帧则返回 ``NULL``。"
86+
msgstr "返回一个 :term:`strong reference`,或者如果 *frame* 没有外部帧则返回 ``NULL``。"
8787

8888
#: ../../c-api/frame.rst:53
8989
msgid "Get the *frame*'s :attr:`~frame.f_builtins` attribute."

c-api/init.po

Lines changed: 191 additions & 43 deletions
Large diffs are not rendered by default.

c-api/stable.po

Lines changed: 6 additions & 3 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-01-19 16:40+0000\n"
14+
"POT-Creation-Date: 2024-01-26 16:43+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:09+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"
@@ -44,6 +44,9 @@ msgid ""
4444
"work on 3.10.8 and vice versa, but will need to be compiled separately for "
4545
"3.9.x and 3.11.x."
4646
msgstr ""
47+
"CPython 的应用程序二进制接口(ABI)可以跨微版本向上和向下兼容(在以相同方式编译的情况下,参见下文 :ref:`stable-abi-"
48+
"platform` 一节)。 因此,针对 Python 3.10.0 编译的代码将适用于 3.10.8,反之亦然,但对于 3.9.x 和 3.11.x "
49+
"则需要单独编译。"
4750

4851
#: ../../c-api/stable.rst:21
4952
msgid ""

0 commit comments

Comments
 (0)