Skip to content

Small format issue fixed by powrap #745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions library/wsgiref.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 08:18+0000\n"
"PO-Revision-Date: 2016-11-19 00:36+0000\n"
"PO-Revision-Date: 2023-12-09 21:29+0800\n"
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
Expand All @@ -17,6 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 3.4.1\n"

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

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

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

#: ../../library/wsgiref.rst:627
msgid ""
Expand Down Expand Up @@ -1116,7 +1117,7 @@ msgstr ""

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

#: ../../library/wsgiref.rst:775
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions whatsnew/3.10.po
Original file line number Diff line number Diff line change
Expand Up @@ -2575,8 +2575,8 @@ msgid ""
"respectively. You can use :func:`importlib.util.spec_from_loader` to help in "
"porting. (Contributed by Brett Cannon in :issue:`42134`.)"
msgstr ""
"引入系統使用 :meth:`!importlib.abc.MetaPathFinder.find_module` 和 :meth:"
"`!importlib.abc.PathEntryFinder.find_module` 現在會觸發 :exc:`ImportWarning`,"
"引入系統使用 :meth:`!importlib.abc.MetaPathFinder.find_module` 和 :meth:`!"
"importlib.abc.PathEntryFinder.find_module` 現在會觸發 :exc:`ImportWarning`,"
"因為 :meth:`importlib.abc.MetaPathFinder.find_spec` 和 :meth:`importlib.abc."
"PathEntryFinder.find_spec` 分別是替代方案的首選。你可以使用 :func:`importlib."
"util.spec_from_loader` 來幫助移植。(由 Brett Cannon 在 :issue:`42134` 中貢"
Expand Down
4 changes: 2 additions & 2 deletions whatsnew/3.2.po
Original file line number Diff line number Diff line change
Expand Up @@ -1540,8 +1540,8 @@ msgid ""
"and :issue:`2846`.)"
msgstr ""
"(由 Anand B. Pillai 在 :issue:`3488` 中貢獻;由 Antoine Pitrou、Nir Aides "
"和 Brian Curtin 在 :issue:`9962`、:issue:`1675951`、:issue:`7471` 和 "
":issue:`2846` 中貢獻。)"
"和 Brian Curtin 在 :issue:`9962`、:issue:`1675951`、:issue:`7471` 和 :issue:"
"`2846` 中貢獻。)"

#: ../../whatsnew/3.2.rst:1430
msgid ""
Expand Down