@@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.12\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
- "POT-Creation-Date : 2023-11-20 00:03+0000\n "
13
+ "POT-Creation-Date : 2024-03-12 00:03+0000\n "
14
14
"PO-Revision-Date : 2022-10-24 14:54+0800\n "
15
15
"
Last-Translator :
Steven Hsu <[email protected] >\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -49,13 +49,14 @@ msgstr ""
49
49
"怨: ::"
50
50
51
51
#: ../../tutorial/errors.rst:26
52
- msgid ""
53
- "The parser repeats the offending line and displays a little 'arrow' pointing "
54
- "at the earliest point in the line where the error was detected. The error "
55
- "is caused by (or at least detected at) the token *preceding* the arrow: in "
56
- "the example, the error is detected at the function :func:`print`, since a "
57
- "colon (``':'``) is missing before it. File name and line number are printed "
58
- "so you know where to look in case the input came from a script."
52
+ #, fuzzy
53
+ msgid ""
54
+ "The parser repeats the offending line and displays little 'arrow's pointing "
55
+ "at the token in the line where the error was detected. The error may be "
56
+ "caused by the absence of a token *before* the indicated token. In the "
57
+ "example, the error is detected at the function :func:`print`, since a colon "
58
+ "(``':'``) is missing before it. File name and line number are printed so "
59
+ "you know where to look in case the input came from a script."
59
60
msgstr ""
60
61
"剖析器 (parser) 會重複犯錯的那一行,並用一個小「箭頭」指向該行檢測到的第一個"
61
62
"錯誤點。錯誤是由箭頭\\ *之前*\\ 的標記 (token) 導致的(或至少是在這裡檢測到"
0 commit comments