Skip to content

Sync with CPython 3.10 #293

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 7 commits into from
Jul 12, 2022
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
8 changes: 4 additions & 4 deletions library/2to3.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-14 00:10+0000\n"
"POT-Creation-Date: 2022-07-09 00:14+0000\n"
"PO-Revision-Date: 2018-05-23 14:37+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand All @@ -20,8 +20,8 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"

#: ../../library/2to3.rst:4
msgid "2to3 - Automated Python 2 to 3 code translation"
msgstr "2to3 - 自動將 Python 2的程式碼轉成 Python 3"
msgid "2to3 --- Automated Python 2 to 3 code translation"
msgstr "2to3 --- 自動將 Python 2的程式碼轉成 Python 3"

#: ../../library/2to3.rst:8
msgid ""
Expand Down Expand Up @@ -613,7 +613,7 @@ msgid ""
msgstr ""

#: ../../library/2to3.rst:455
msgid ":mod:`lib2to3` - 2to3's library"
msgid ":mod:`lib2to3` --- 2to3's library"
msgstr ""

#: ../../library/2to3.rst:464
Expand Down
Loading