Skip to content

Commit 8063c5b

Browse files
sync with cpython 0aeb0409
1 parent d84e9f3 commit 8063c5b

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

library/json.po

Lines changed: 2 additions & 2 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-12 00:19+0000\n"
11+
"POT-Creation-Date: 2026-05-12 00:32+0000\n"
1212
"PO-Revision-Date: 2023-08-05 15:25+0800\n"
1313
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -384,7 +384,7 @@ msgid ""
384384
"be pretty-printed with that indent level. A positive integer indents that "
385385
"many spaces per level; a string (such as ``\"\\t\"``) is used to indent each "
386386
"level. If zero, negative, or ``\"\"`` (the empty string), only newlines are "
387-
"inserted. If ``None`` (the default), the most compact representation is used."
387+
"inserted. If ``None`` (the default), no newlines are inserted."
388388
msgstr ""
389389

390390
#: ../../library/json.rst:220

library/unittest.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.14\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2026-04-15 00:29+0000\n"
12+
"POT-Creation-Date: 2026-05-12 00:32+0000\n"
1313
"PO-Revision-Date: 2022-10-16 06:03+0800\n"
1414
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2077,15 +2077,17 @@ msgid ":meth:`assertHasAttr(a, b) <TestCase.assertHasAttr>`"
20772077
msgstr ":meth:`assertHasAttr(a, b) <TestCase.assertHasAttr>`"
20782078

20792079
#: ../../library/unittest.rst:1240
2080-
msgid "``hastattr(a, b)``"
2080+
#, fuzzy
2081+
msgid "``hasattr(a, b)``"
20812082
msgstr "``hastattr(a, b)``"
20822083

20832084
#: ../../library/unittest.rst:1243
20842085
msgid ":meth:`assertNotHasAttr(a, b) <TestCase.assertNotHasAttr>`"
20852086
msgstr ":meth:`assertNotHasAttr(a, b) <TestCase.assertNotHasAttr>`"
20862087

20872088
#: ../../library/unittest.rst:1243
2088-
msgid "``not hastattr(a, b)``"
2089+
#, fuzzy
2090+
msgid "``not hasattr(a, b)``"
20892091
msgstr "``not hastattr(a, b)``"
20902092

20912093
#: ../../library/unittest.rst:1251

0 commit comments

Comments
 (0)