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

Skip to content

Commit f5f3d4c

Browse files
[po] auto sync
1 parent 9796972 commit f5f3d4c

15 files changed

Lines changed: 1332 additions & 2023 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.64%", "updated_at": "2024-02-17T01:55:08Z"}
1+
{"translation": "91.44%", "updated_at": "2024-02-23T17:42:05Z"}

howto/pyporting.po

Lines changed: 28 additions & 689 deletions
Large diffs are not rendered by default.

library/ftplib.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-02-02 18:15+0000\n"
14+
"POT-Creation-Date: 2024-02-23 16:44+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:15+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -253,11 +253,9 @@ msgstr ""
253253
#: ../../library/ftplib.rst:234
254254
msgid ""
255255
"Send a simple command string to the server and handle the response. Return "
256-
"nothing if a response code corresponding to success (codes in the range 200"
257-
"--299) is received. Raise :exc:`error_reply` otherwise."
256+
"the response string if the response code corresponds to success (codes in "
257+
"the range 200--299). Raise :exc:`error_reply` otherwise."
258258
msgstr ""
259-
"将一条简单的命令字符串发送到服务器,并处理响应内容。如果收到的响应代码表示的是成功(代码范围 200--299),则不返回任何内容。否则将引发 "
260-
":exc:`error_reply`。"
261259

262260
#: ../../library/ftplib.rst:243
263261
msgid "Retrieve a file in binary transfer mode."

library/multiprocessing.po

Lines changed: 365 additions & 361 deletions
Large diffs are not rendered by default.

library/pickle.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-02-16 16:40+0000\n"
14+
"POT-Creation-Date: 2024-02-23 16:44+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:18+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1037,9 +1037,9 @@ msgstr ""
10371037

10381038
#: ../../library/pickle.rst:648
10391039
msgid ""
1040-
"If :meth:`__getstate__` returns a false value, the :meth:`__setstate__` "
1041-
"method will not be called upon unpickling."
1042-
msgstr "如果 :meth:`__getstate__` 返回 False,那么在解封时就不会调用 :meth:`__setstate__` 方法。"
1040+
"If :meth:`__reduce__` returns a state with value ``None`` at pickling, the "
1041+
":meth:`__setstate__` method will not be called upon unpickling."
1042+
msgstr ""
10431043

10441044
#: ../../library/pickle.rst:652
10451045
msgid ""

0 commit comments

Comments
 (0)