Skip to content

Commit c5c4108

Browse files
authored
Small format issue fixed by powrap (#745)
* Small format issue fixed by powrap
1 parent 0c41284 commit c5c4108

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

library/wsgiref.po

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-11-06 08:18+0000\n"
11-
"PO-Revision-Date: 2016-11-19 00:36+0000\n"
11+
"PO-Revision-Date: 2023-12-09 21:29+0800\n"
1212
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -17,6 +17,7 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"X-Generator: Poedit 3.4.1\n"
2021

2122
#: ../../library/wsgiref.rst:2
2223
msgid ":mod:`wsgiref` --- WSGI Utilities and Reference Implementation"
@@ -260,7 +261,7 @@ msgstr "已移除對 :meth:`~object.__getitem__` 方法的支援。"
260261

261262
#: ../../library/wsgiref.rst:187
262263
msgid ":mod:`wsgiref.headers` -- WSGI response header tools"
263-
msgstr ":mod:`wsgiref.headers` -- WSGI 回應標頭工具"
264+
msgstr ":mod:`wsgiref.headers` -- WSGI 回應標頭工具"
264265

265266
#: ../../library/wsgiref.rst:193
266267
msgid ""
@@ -886,8 +887,8 @@ msgid ""
886887
"classes and instances."
887888
msgstr ""
888889
"預設環境變數包含在每一個請求的 WSGI 環境中。預設情況下,這是在載入 :mod:"
889-
"`wsgiref.handlers` 時的 ``os.environ`` 副本,但子類別可以在類別或實例層級建立自"
890-
"己的副本。注意字典應該被視為唯讀,因為預設值在多個類別與實例中共享。"
890+
"`wsgiref.handlers` 時的 ``os.environ`` 副本,但子類別可以在類別或實例層級建立"
891+
"自己的副本。注意字典應該被視為唯讀,因為預設值在多個類別與實例中共享。"
891892

892893
#: ../../library/wsgiref.rst:627
893894
msgid ""
@@ -1116,7 +1117,7 @@ msgstr ""
11161117

11171118
#: ../../library/wsgiref.rst:769
11181119
msgid ":mod:`wsgiref.types` -- WSGI types for static type checking"
1119-
msgstr ":mod:`wsgiref.types` -- 用於靜態型別檢查的 WSGI 型別"
1120+
msgstr ":mod:`wsgiref.types` -- 用於靜態型別檢查的 WSGI 型別"
11201121

11211122
#: ../../library/wsgiref.rst:775
11221123
msgid ""

whatsnew/3.10.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -2575,8 +2575,8 @@ msgid ""
25752575
"respectively. You can use :func:`importlib.util.spec_from_loader` to help in "
25762576
"porting. (Contributed by Brett Cannon in :issue:`42134`.)"
25772577
msgstr ""
2578-
"引入系統使用 :meth:`!importlib.abc.MetaPathFinder.find_module` 和 :meth:"
2579-
"`!importlib.abc.PathEntryFinder.find_module` 現在會觸發 :exc:`ImportWarning`,"
2578+
"引入系統使用 :meth:`!importlib.abc.MetaPathFinder.find_module` 和 :meth:`!"
2579+
"importlib.abc.PathEntryFinder.find_module` 現在會觸發 :exc:`ImportWarning`,"
25802580
"因為 :meth:`importlib.abc.MetaPathFinder.find_spec` 和 :meth:`importlib.abc."
25812581
"PathEntryFinder.find_spec` 分別是替代方案的首選。你可以使用 :func:`importlib."
25822582
"util.spec_from_loader` 來幫助移植。(由 Brett Cannon 在 :issue:`42134` 中貢"

whatsnew/3.2.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -1540,8 +1540,8 @@ msgid ""
15401540
"and :issue:`2846`.)"
15411541
msgstr ""
15421542
"(由 Anand B. Pillai 在 :issue:`3488` 中貢獻;由 Antoine Pitrou、Nir Aides "
1543-
"和 Brian Curtin 在 :issue:`9962`、:issue:`1675951`、:issue:`7471` 和 "
1544-
":issue:`2846` 中貢獻。)"
1543+
"和 Brian Curtin 在 :issue:`9962`、:issue:`1675951`、:issue:`7471` 和 :issue:"
1544+
"`2846` 中貢獻。)"
15451545

15461546
#: ../../whatsnew/3.2.rst:1430
15471547
msgid ""

0 commit comments

Comments
 (0)