Skip to content

Translate library/collections.po #141

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 12 commits into from
Jan 14, 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
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ po 檔皆為首要的翻譯對象。你也可以幫忙校對已經翻譯過的
在 Glossary 中的譯文仍保持原文,並加註市面上的翻譯。

例如:``int``、``float``、``str``、``bytes``、``list``、``tuple``、
``dict``、``set``、``iterator``、``generator``、``iterable``
``dict``、``set``、``iterator``、``generator``、``iterable``、
``pickle``


括號的使用
Expand Down
2 changes: 1 addition & 1 deletion c-api/iterator.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgstr ""

#: ../../c-api/iterator.rst:6
msgid "Iterator Objects"
msgstr "迭代器(Iterator)物件"
msgstr "疊代器(Iterator)物件"

#: ../../c-api/iterator.rst:8
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/array.po
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ msgid ""
msgstr ""
"從 *iterable* 中新增元素到陣列的尾端,如果 *iterable* 是另一個陣列,它必須有"
"完全相同的 type code,如果不同會導致 :exc:`TypeError`\\ 。如果 *iterable* 不"
"是一個陣列,它必須可以被迭代 (iterable) 且其中的元素必須是可以被加入陣列中的"
"是一個陣列,它必須可以被疊代 (iterable) 且其中的元素必須是可以被加入陣列中的"
"正確型別。"

#: ../../library/array.rst:151
Expand Down
Loading