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

Skip to content

Commit 8d0526a

Browse files
[po] auto sync
1 parent 93f4c3b commit 8d0526a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.44%", "updated_at": "2023-11-23T06:56:14Z"}
1+
{"translation": "92.45%", "updated_at": "2023-11-23T07:56:01Z"}

c-api/unicode.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -877,24 +877,26 @@ msgid ""
877877
":c:func:`!memcpy` if possible. Returns ``-1`` and sets an exception on "
878878
"error, otherwise returns the number of copied characters."
879879
msgstr ""
880+
"将一个 Unicode 对象中的字符拷贝到另一个对象中。 此函数会在必要时执行字符转换并会在可能的情况下回退到 :c:func:`!memcpy`。 "
881+
"在出错时将返回 ``-1`` 并设置一个异常,在其他情况下将返回拷贝的字符数量。"
880882

881883
#: ../../c-api/unicode.rst:621
882884
msgid ""
883885
"Fill a string with a character: write *fill_char* into "
884886
"``unicode[start:start+length]``."
885-
msgstr ""
887+
msgstr "使用一个字符填充字符串:将 *fill_char* 写入 ``unicode[start:start+length]``。"
886888

887889
#: ../../c-api/unicode.rst:624
888890
msgid ""
889891
"Fail if *fill_char* is bigger than the string maximum character, or if the "
890892
"string has more than 1 reference."
891-
msgstr ""
893+
msgstr "如果 *fill_char* 值大于字符串最大字符值,或者如果字符串有 1 以上的引用将执行失败。"
892894

893895
#: ../../c-api/unicode.rst:627
894896
msgid ""
895897
"Return the number of written character, or return ``-1`` and raise an "
896898
"exception on error."
897-
msgstr ""
899+
msgstr "返回写入的字符数量,或者在出错时返回 ``-1`` 并引发一个异常。"
898900

899901
#: ../../c-api/unicode.rst:636
900902
msgid ""

0 commit comments

Comments
 (0)