File tree 10 files changed +1712
-1705
lines changed
10 files changed +1712
-1705
lines changed Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2022-11-26 00:17 +0000\n "
10
+ "POT-Creation-Date : 2022-12-31 00:15 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 14:42+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1453,7 +1453,7 @@ msgstr ""
1453
1453
#: ../../library/curses.rst:1306
1454
1454
msgid ""
1455
1455
"Display a vertical line starting at ``(y, x)`` with length *n* consisting of "
1456
- "the character *ch*."
1456
+ "the character *ch* with attributes *attr* ."
1457
1457
msgstr ""
1458
1458
1459
1459
#: ../../library/curses.rst:1311
Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2022-12-07 00:17 +0000\n "
10
+ "POT-Creation-Date : 2023-01-04 00:15 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 16:01+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -854,7 +854,7 @@ msgid ""
854
854
"call an *Enum*'s :meth:`_generate_next_value_` to get an appropriate value. "
855
855
"For *Enum* and *IntEnum* that appropriate value will be the last value plus "
856
856
"one; for *Flag* and *IntFlag* it will be the first power-of-two greater than "
857
- "the last value; for *StrEnum* it will be the lower-cased version of the "
857
+ "the highest value; for *StrEnum* it will be the lower-cased version of the "
858
858
"member's name. Care must be taken if mixing *auto()* with manually "
859
859
"specified values."
860
860
msgstr ""
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2022-10-31 08:13 +0000\n "
10
+ "POT-Creation-Date : 2023-01-02 00:15 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 16:10+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -888,7 +888,7 @@ msgstr ""
888
888
#: ../../library/socket.rst:719
889
889
msgid ""
890
890
"*family* should be either :data:`AF_INET` or :data:`AF_INET6`. *backlog* is "
891
- "the queue size passed to :meth:`socket.listen`; when ``0`` a default "
891
+ "the queue size passed to :meth:`socket.listen`; if not specified , a default "
892
892
"reasonable value is chosen. *reuse_port* dictates whether to set the :data:"
893
893
"`SO_REUSEPORT` socket option."
894
894
msgstr ""
@@ -1743,8 +1743,8 @@ msgstr ""
1743
1743
1744
1744
#: ../../library/socket.rst:1530
1745
1745
msgid ""
1746
- "For multicast IPv6 address, first item of *address* does not contain `` "
1747
- "%scope_id`` part anymore. In order to get full IPv6 address use :func:"
1746
+ "For multicast IPv6 address, first item of *address* does not contain "
1747
+ "`` %scope_id`` part anymore. In order to get full IPv6 address use :func:"
1748
1748
"`getnameinfo`."
1749
1749
msgstr ""
1750
1750
You can’t perform that action at this time.
0 commit comments