Skip to content

Commit f126074

Browse files
[po] auto sync
1 parent d43bde8 commit f126074

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "82.93%", "updated_at": "2025-01-31T16:18:45Z"}
1+
{"translation": "82.93%", "updated_at": "2025-02-03T23:18:06Z"}

c-api/intro.po

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, 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
#
@@ -8,18 +8,19 @@
88
# Tony Tong <firfly.net@qq.com>, 2018
99
# ww song <sww4718168@gmail.com>, 2018
1010
# ppcfish <ppcfish@gmail.com>, 2019
11-
# Jiuh-star <jiuh.star@gmail.com>, 2021
11+
# Jiuh.star <jiuh.star@gmail.com>, 2021
1212
# Freesand Leo <yuqinju@163.com>, 2022
13+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1314
#
1415
#, fuzzy
1516
msgid ""
1617
msgstr ""
1718
"Project-Id-Version: Python 3.9\n"
1819
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-11-04 14:34+0000\n"
20+
"POT-Creation-Date: 2025-02-03 19:54+0000\n"
2021
"PO-Revision-Date: 2017-02-16 17:36+0000\n"
21-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
22-
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
22+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
23+
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
2526
"Content-Transfer-Encoding: 8bit\n"
@@ -656,7 +657,7 @@ msgstr ""
656657
"一般来说,当一个函数遇到错误时,它会设置一个异常,丢弃它所拥有的任何对象引用,并返回一个错误标示。 如果没有说明例外的文档,这个标示将为 "
657658
"``NULL`` 或 ``-1``,具体取决于函数的返回类型。 有少量函数会返回一个布尔真/假结果值,其中假值表示错误。 "
658659
"有极少的函数没有显式的错误标示或是具有不明确的返回值,并需要用 :c:func:`PyErr_Occurred` 来进行显式的检测。 "
659-
"这些异常总是会被明确地记入文档中。"
660+
"这些例外总是会被明确地记入文档中。"
660661

661662
#: ../../c-api/intro.rst:541
662663
msgid ""
@@ -737,7 +738,7 @@ msgstr ""
737738

738739
#: ../../c-api/intro.rst:598
739740
msgid "Here is the corresponding C code, in all its glory::"
740-
msgstr "下面是对应的闪耀荣光的 C 代码:"
741+
msgstr "对应的 C 代码如下:"
741742

742743
#: ../../c-api/intro.rst:650
743744
msgid ""

0 commit comments

Comments
 (0)