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

Skip to content

Commit 867e64a

Browse files
sync with cpython ada22db1
1 parent 2620c59 commit 867e64a

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

library/asyncio-exceptions.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.11\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-10-15 20:43+0000\n"
11+
"POT-Creation-Date: 2023-07-06 00:19+0000\n"
1212
"PO-Revision-Date: 2022-01-31 21:41+0800\n"
1313
"Last-Translator: Matt Wang <[email protected]>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -32,7 +32,9 @@ msgstr "**原始碼:**\\ :source:`Lib/asyncio/exceptions.py`"
3232
msgid ""
3333
"A deprecated alias of :exc:`TimeoutError`, raised when the operation has "
3434
"exceeded the given deadline."
35-
msgstr ":exc:`TimeoutError` 的一個已被棄用的別名,當操作已超過規定的截止時間時被引發。"
35+
msgstr ""
36+
":exc:`TimeoutError` 的一個已被棄用的別名,當操作已超過規定的截止時間時被引"
37+
"發。"
3638

3739
#: ../../library/asyncio-exceptions.rst:21
3840
msgid "This class was made an alias of :exc:`TimeoutError`."
@@ -51,7 +53,10 @@ msgstr ""
5153
"該例外必須重新被引發。"
5254

5355
#: ../../library/asyncio-exceptions.rst:34
54-
msgid ":exc:`CancelledError` is now a subclass of :class:`BaseException`."
56+
#, fuzzy
57+
msgid ""
58+
":exc:`CancelledError` is now a subclass of :class:`BaseException` rather "
59+
"than :class:`Exception`."
5560
msgstr ":exc:`CancelledError` 現在是 :class:`BaseException` 的子類別。"
5661

5762
#: ../../library/asyncio-exceptions.rst:39

library/urllib.parse.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-05-18 00:15+0000\n"
10+
"POT-Creation-Date: 2023-07-06 00:19+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:14+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -39,9 +39,9 @@ msgid ""
3939
"The module has been designed to match the internet RFC on Relative Uniform "
4040
"Resource Locators. It supports the following URL schemes: ``file``, ``ftp``, "
4141
"``gopher``, ``hdl``, ``http``, ``https``, ``imap``, ``mailto``, ``mms``, "
42-
"``news``, ``nntp``, ``prospero``, ``rsync``, ``rtsp``, ``rtspu``, ``sftp``, "
43-
"``shttp``, ``sip``, ``sips``, ``snews``, ``svn``, ``svn+ssh``, ``telnet``, "
44-
"``wais``, ``ws``, ``wss``."
42+
"``news``, ``nntp``, ``prospero``, ``rsync``, ``rtsp``, ``rtsps``, ``rtspu``, "
43+
"``sftp``, ``shttp``, ``sip``, ``sips``, ``snews``, ``svn``, ``svn+ssh``, "
44+
"``telnet``, ``wais``, ``ws``, ``wss``."
4545
msgstr ""
4646

4747
#: ../../library/urllib.parse.rst:30
@@ -929,7 +929,8 @@ msgstr ""
929929

930930
#: ../../library/urllib.parse.rst:761
931931
msgid ":rfc:`1808` - Relative Uniform Resource Locators"
932-
msgstr ":rfc:`1808` - 相對的統一資源定位器 (Relative Uniform Resource Locators)"
932+
msgstr ""
933+
":rfc:`1808` - 相對的統一資源定位器 (Relative Uniform Resource Locators)"
933934

934935
#: ../../library/urllib.parse.rst:759
935936
msgid ""

0 commit comments

Comments
 (0)