Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc9db1d

Browse files
committed
update tutorial
tutorial/inputoutput.po tutorial/introduction.po
1 parent 383270f commit bc9db1d

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

tutorial/inputoutput.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#
55
# Translators:
66
# jerrychen <[email protected]>, 2016
7-
# Steven Hsu <[email protected]>, 2021
7+
# Steven Hsu <[email protected]>, 2022
88
msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.10\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2022-05-21 17:35+0000\n"
13-
"PO-Revision-Date: 2022-05-22 02:40+0800\n"
14-
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
13+
"PO-Revision-Date: 2022-06-07 17:05+0800\n"
14+
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1616
"tw)\n"
1717
"Language: zh_TW\n"
@@ -670,6 +670,8 @@ msgid ""
670670
"JSON files must be encoded in UTF-8. Use ``encoding=\"utf-8\"`` when opening "
671671
"JSON file as a :term:`text file` for both of reading and writing."
672672
msgstr ""
673+
"JSON 檔案必須以 UTF-8 格式被編碼。在開啟 JSON 檔案作為一個可讀取與寫入的 :"
674+
"term:`text file` 時,要用 ``encoding=\"utf-8\"`` 。"
673675

674676
#: ../../tutorial/inputoutput.rst:506
675677
msgid ""

tutorial/introduction.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6-
# Ching-Hao Liu <[email protected]>, 2018
7-
# Liang-Bo Wang <[email protected]>, 2016
86
# Liang-Bo Wang <[email protected]>, 2016
7+
# Ching-Hao Liu <[email protected]>, 2018
8+
# Steven Hsu <[email protected]>, 2022
99
msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.10\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-21 15:40+0000\n"
14-
"PO-Revision-Date: 2021-06-08 13:21+0800\n"
15-
"Last-Translator: Ching-Hao Liu <chinghao.liu@gmail.com>\n"
14+
"PO-Revision-Date: 2022-06-07 16:52+0800\n"
15+
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1717
"tw)\n"
1818
"Language: zh_TW\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Plural-Forms: nplurals=1; plural=0;\n"
23-
"X-Generator: Poedit 2.4.3\n"
23+
"X-Generator: Poedit 3.0.1\n"
2424

2525
#: ../../tutorial/introduction.rst:5
2626
msgid "An Informal Introduction to Python"
@@ -47,6 +47,9 @@ msgid ""
4747
"output for an example, then you can easily copy and paste the input lines "
4848
"into your interpreter."
4949
msgstr ""
50+
"在範例區域中,你可以點擊右上角的 ``>>>`` 來切換是否要顯示提示符及輸出。若你隱"
51+
"藏了範例中的提示符及輸出,那麼你就能夠輕易地複製輸入的內容,並貼上到你的直譯"
52+
"器中。"
5053

5154
#: ../../tutorial/introduction.rst:23
5255
msgid ""

0 commit comments

Comments
 (0)