Skip to content

Commit 33b63de

Browse files
sync with cpython a458589a
1 parent 81d685d commit 33b63de

3 files changed

Lines changed: 200 additions & 198 deletions

File tree

library/ipaddress.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2026-02-07 00:19+0000\n"
9+
"POT-Creation-Date: 2026-05-05 00:32+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:04+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -428,9 +428,9 @@ msgstr ""
428428

429429
#: ../../library/ipaddress.rst:372
430430
msgid ""
431-
"For addresses that appear to be IPv4 mapped addresses (starting with ``::"
432-
"FFFF/96``), this property will report the embedded IPv4 address. For any "
433-
"other address, this property will be ``None``."
431+
"For addresses that appear to be IPv4 mapped addresses in the range ``::"
432+
"FFFF:0:0/96`` as defined by :RFC:`4291`, this property reports the embedded "
433+
"IPv4 address. For any other address, this property will be ``None``."
434434
msgstr ""
435435

436436
#: ../../library/ipaddress.rst:378

library/urllib.robotparser.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-02-05 00:20+0000\n"
11+
"POT-Creation-Date: 2026-05-05 00:32+0000\n"
1212
"PO-Revision-Date: 2022-01-27 13:40+0800\n"
1313
"Last-Translator: Phil Lin <linooohon@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -29,12 +29,12 @@ msgid "**Source code:** :source:`Lib/urllib/robotparser.py`"
2929
msgstr "**原始碼:**\\ :source:`Lib/urllib/robotparser.py`"
3030

3131
#: ../../library/urllib.robotparser.rst:20
32+
#, fuzzy
3233
msgid ""
3334
"This module provides a single class, :class:`RobotFileParser`, which answers "
3435
"questions about whether or not a particular user agent can fetch a URL on "
3536
"the website that published the :file:`robots.txt` file. For more details on "
36-
"the structure of :file:`robots.txt` files, see http://www.robotstxt.org/orig."
37-
"html."
37+
"the structure of :file:`robots.txt` files, see :rfc:`9309`."
3838
msgstr ""
3939
"此模組 (module) 提供了一個單獨的類別 (class) \\ :class:`RobotFileParser`,它"
4040
"可以知道某個特定 user agent(使用者代理)是否能在有發布 :file:`robots.txt` 文"

0 commit comments

Comments
 (0)