File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 92.44 %" , "updated_at" : " 2023-11-23T06 :56:14Z " }
1+ {"translation" : " 92.45 %" , "updated_at" : " 2023-11-23T07 :56:01Z " }
Original file line number Diff line number Diff 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."
879879msgstr ""
880+ "将一个 Unicode 对象中的字符拷贝到另一个对象中。 此函数会在必要时执行字符转换并会在可能的情况下回退到 :c:func:`!memcpy`。 "
881+ "在出错时将返回 ``-1`` 并设置一个异常,在其他情况下将返回拷贝的字符数量。"
880882
881883#: ../../c-api/unicode.rst:621
882884msgid ""
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
888890msgid ""
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
894896msgid ""
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
900902msgid ""
You can’t perform that action at this time.
0 commit comments