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

Skip to content

Commit 5e8afe4

Browse files
sync with cpython b9d1efa6
1 parent a465b5d commit 5e8afe4

File tree

8 files changed

+389
-312
lines changed

8 files changed

+389
-312
lines changed

c-api/hash.po

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.12\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-02-18 00:03+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../c-api/hash.rst:4
21+
msgid "PyHash API"
22+
msgstr ""
23+
24+
#: ../../c-api/hash.rst:6
25+
msgid "See also the :c:member:`PyTypeObject.tp_hash` member."
26+
msgstr ""
27+
28+
#: ../../c-api/hash.rst:10
29+
msgid "Hash value type: signed integer."
30+
msgstr ""
31+
32+
#: ../../c-api/hash.rst:16
33+
msgid "Hash value type: unsigned integer."
34+
msgstr ""
35+
36+
#: ../../c-api/hash.rst:23
37+
msgid "Hash function definition used by :c:func:`PyHash_GetFuncDef`."
38+
msgstr ""
39+
40+
#: ../../c-api/hash.rst:31
41+
msgid "Hash function name (UTF-8 encoded string)."
42+
msgstr ""
43+
44+
#: ../../c-api/hash.rst:35
45+
msgid "Internal size of the hash value in bits."
46+
msgstr ""
47+
48+
#: ../../c-api/hash.rst:39
49+
msgid "Size of seed input in bits."
50+
msgstr ""
51+
52+
#: ../../c-api/hash.rst:46
53+
msgid "Get the hash function definition."
54+
msgstr ""
55+
56+
#: ../../c-api/hash.rst:49
57+
msgid ":pep:`456` \"Secure and interchangeable hash algorithm\"."
58+
msgstr ""

library/ftplib.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-01-25 06:20+0000\n"
10+
"POT-Creation-Date: 2024-02-18 00:03+0000\n"
1111
"PO-Revision-Date: 2023-04-26 19:44+0800\n"
1212
"Last-Translator: Matt Wang <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -266,10 +266,11 @@ msgstr ""
266266
"sendcmd``。"
267267

268268
#: ../../library/ftplib.rst:234
269+
#, fuzzy
269270
msgid ""
270271
"Send a simple command string to the server and handle the response. Return "
271-
"nothing if a response code corresponding to success (codes in the range "
272-
"200--299) is received. Raise :exc:`error_reply` otherwise."
272+
"the response string if the response code corresponds to success (codes in "
273+
"the range 200--299). Raise :exc:`error_reply` otherwise."
273274
msgstr ""
274275
"向伺服器發送一個簡單的命令字串並處理回應。如果收到代表成功的回應狀態碼(範圍"
275276
"為 200--299 的狀態碼),則不回傳任何內容,否則引發 :exc:`error_reply`。"

library/pickle.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.12\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-02-05 00:03+0000\n"
9+
"POT-Creation-Date: 2024-02-18 00:03+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:07+0000\n"
1111
"Last-Translator: Adrian Liaw <[email protected]>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -864,8 +864,8 @@ msgstr ""
864864

865865
#: ../../library/pickle.rst:648
866866
msgid ""
867-
"If :meth:`__getstate__` returns a false value, the :meth:`__setstate__` "
868-
"method will not be called upon unpickling."
867+
"If :meth:`__reduce__` returns a state with value ``None`` at pickling, the :"
868+
"meth:`__setstate__` method will not be called upon unpickling."
869869
msgstr ""
870870

871871
#: ../../library/pickle.rst:652

0 commit comments

Comments
 (0)