10000 [po] auto sync · python/python-docs-zh-cn@825f13a · GitHub
[go: up one dir, main page]

Skip to content

Commit 825f13a

Browse files
[po] auto sync
1 parent 86c6416 commit 825f13a

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.01%", "updated_at": "2025-02-23T08:55:37Z"}
1+
{"translation": "81.02%", "updated_at": "2025-02-24T01:19:23Z"}

c-api/unicode.po

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ msgstr "根据 *ch* 是否为字母数字类字符返回 ``1`` 或 ``0``。"
292292
msgid ""
293293
"Return ``1`` or ``0`` depending on whether *ch* is a printable character, in"
294294
" the sense of :meth:`str.isprintable`."
295-
msgstr ""
295+
msgstr "根据 *ch* 是否为可打印字符返回 ``1`` 或 ``0``,基于 :meth:`str.isprintable` 来判断。"
296296

297297
#: ../../c-api/unicode.rst:263
298298
msgid "These APIs can be used for fast direct character conversions:"
@@ -1942,21 +1942,21 @@ msgstr ""
19421942
#: ../../c-api/unicode.rst:1401 ../../c-api/unicode.rst:1411
19431943
#: ../../c-api/unicode.rst:1432 ../../c-api/unicode.rst:1445
19441944
msgid "On error, return ``NULL`` with an exception set."
1945-
msgstr ""
1945+
msgstr "当失败时,将返回 ``NULL`` 并设置一个异常。"
19461946

19471947
#: ../../c-api/unicode.rst:1403
19481948
msgid "Equivalent to :py:meth:`str.split`."
1949-
msgstr ""
1949+
msgstr "等价于 :py:meth:`str.split`。"
19501950

19511951
#: ../../c-api/unicode.rst:1408
19521952
msgid ""
19531953
"Similar to :c:func:`PyUnicode_Split`, but splitting will be done beginning "
19541954
"at the end of the string."
1955-
msgstr ""
1955+
msgstr "类似于 :c:func:`PyUnicode_Split`,但拆分将从字符串末尾开始进行。"
19561956

19571957
#: ../../c-api/unicode.rst:1413
19581958
msgid "Equivalent to :py:meth:`str.rsplit`."
1959-
msgstr ""
1959+
msgstr "等价于 :py:meth:`str.rsplit`。"
19601960

19611961
#: ../../c-api/unicode.rst:1418
19621962
msgid ""
@@ -1974,25 +1974,29 @@ msgid ""
19741974
"the part after the separator. If the separator is not found, return a "
19751975
"3-tuple containing the string itself, followed by two empty strings."
19761976
msgstr ""
1977+
"在 *sep* 首次出现的位置拆分 Unicode 字符串,并返回一个包含分隔符之前部分、分隔符本身,以及分隔符之后部分的 3 元组。 "
1978+
"如果分隔符未找到,则返回一个包含字符串本身,后面附带两个空字符串的 3 元组。"
19771979

19781980
#: ../../c-api/unicode.rst:1430 ../../c-api/unicode.rst:1443
19791981
msgid "*sep* must not be empty."
1980-
msgstr ""
1982+
msgstr "*sep* 必须不为空。"
19811983

19821984
#: ../../c-api/unicode.rst:1434
19831985
msgid "Equivalent to :py:meth:`str.partition`."
1984-
msgstr ""
1986+
msgstr "等价于 :py:meth:`str.partition`。"
19851987

19861988
#: ../../c-api/unicode.rst:1439
19871989
msgid ""
19881990
"Similar to :c:func:`PyUnicode_Partition`, but split a Unicode string at the "
19891991
"last occurrence of *sep*. If the separator is not found, return a 3-tuple "
19901992
"containing two empty strings, followed by the string itself."
19911993
msgstr ""
1994+
"类似于 :c:func:`PyUnicode_Partition`,但会在 *sep* 最后一次出现的位置拆分 Unicode 字符串。 "
1995+
"如果分隔符未找到,则返回一个包含两个空字符串,后面附带字符串本身的 3 元组。"
19921996

19931997
#: ../../c-api/unicode.rst:1447
19941998
msgid "Equivalent to :py:meth:`str.rpartition`."
1995-
msgstr ""
1999+
msgstr "等价于 :py:meth:`str.rpartition`。"
19962000

19972001
#: ../../c-api/unicode.rst:1452
19982002
msgid ""

0 commit comments

Comments
 (0)
0