File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
msgstr ""
10
10
"Project-Id-Version : Python 3.13\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
- "POT-Creation-Date : 2025-06-27 07:36 +0000\n "
12
+ "POT-Creation-Date : 2025-07-14 07:39 +0000\n "
13
13
"PO-Revision-Date : 2022-10-16 03:20+0800\n "
14
14
"Last-Translator : Steven Hsu <hsuhaochun@gmail.com>\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -45,8 +45,9 @@ msgid ""
45
45
"hovering over or tapping a code example), which strips prompts and omits "
46
46
"output, to copy and paste the input lines into your interpreter."
47
47
msgstr ""
48
- "你可以使用 \" Copy\" 按鈕(當游標移至程式碼範例上方或點選程式碼範例時,它會出現在右上角),"
49
- "這會去除提示字元並略過輸出,讓你可以複製貼上輸入行到你的直譯器。"
48
+ "你可以使用 \" Copy\" 按鈕(當游標移至程式碼範例上方或點選程式碼範例時,它會出"
49
+ "現在右上角),這會去除提示字元並略過輸出,讓你可以複製貼上輸入行到你的直譯"
50
+ "器。"
50
51
51
52
#: ../../tutorial/introduction.rst:22
52
53
msgid ""
@@ -335,8 +336,9 @@ msgstr ""
335
336
"種類的引號: ::"
336
337
337
338
#: ../../tutorial/introduction.rst:161
339
+ #, fuzzy
338
340
msgid ""
339
- ">>> 'doesn\\ 't' # 用 \\ ' 來跳脫單引號 ...\n"
341
+ ">>> 'doesn\\ 't' # use \\ ' to escape the single quote ...\n"
340
342
"\" doesn't\" \n"
341
343
">>> \" doesn't\" # ...or use double quotes instead\n"
342
344
"\" doesn't\" \n"
You can’t perform that action at this time.
0 commit comments