-
-
Notifications
You must be signed in to change notification settings - Fork 216
Translate untranslated entries from PR 1109 (Sync with CPython 3.13) #1110
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
Changes from 9 commits
0f23326
1c28c89
2107dad
e163fb3
79a4514
b5af846
d5da31e
19067eb
8a27e92
4e88397
1fe6281
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,3 +117,6 @@ sequence,序列,512,154,Medium,Common Terms,glossary.po; tutorial/classes.po; re | |
slice,切片,515,155,Medium,Common Terms,glossary.po; tutorial/classes.po; reference/datamodel.po; library/functions.po; howto/descriptor.po | ||
special method,特殊方法,518,156,Medium,Common Terms,glossary.po; tutorial/classes.po; reference/datamodel.po; library/functions.po; howto/descriptor.po | ||
statement,陳述式,521,157,Medium,Common Terms,glossary.po; tutorial/classes.po; reference/datamodel.po; library/functions.po; howto/descriptor.po | ||
token,記號,5,3,High,Parsing Terms,glossary.po; library/token.po; library/tokenize.po | ||
lexical analyzer,詞法分析器,3,2,Medium,Parsing Terms,glossary.po; library/tokenize.po | ||
tokenizer,標記器(tokenizer),4,2,Medium,Parsing Terms,glossary.po; library/tokenize.po | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 所以 tokenizer 看是否也是先原文 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated to keep "token" and "tokenizer" terms in original English as suggested. Both CSV files and glossary.po now use the original English terms instead of Chinese translations. Commit: 2e58ed7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
token 的翻譯應該還沒有定論,可能先放原文?