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

Skip to content

Commit b440e2c

Browse files
authored
Merge pull request #141 from mattwang44/feat/trans-collections
Translate `library/collections.po`
2 parents 6a1b098 + e2a9d2c commit b440e2c

File tree

5 files changed

+450
-120
lines changed

5 files changed

+450
-120
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ po 檔皆為首要的翻譯對象。你也可以幫忙校對已經翻譯過的
228228
在 Glossary 中的譯文仍保持原文,並加註市面上的翻譯。
229229

230230
例如:``int``、``float``、``str``、``bytes``、``list``、``tuple``、
231-
``dict``、``set``、``iterator``、``generator``、``iterable``
231+
``dict``、``set``、``iterator``、``generator``、``iterable``、
232+
``pickle``
232233

233234

234235
括號的使用

c-api/iterator.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgstr ""
2121

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

2626
#: ../../c-api/iterator.rst:8
2727
msgid ""

library/array.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ msgid ""
349349
msgstr ""
350350
"從 *iterable* 中新增元素到陣列的尾端,如果 *iterable* 是另一個陣列,它必須有"
351351
"完全相同的 type code,如果不同會導致 :exc:`TypeError`\\ 。如果 *iterable* 不"
352-
"是一個陣列,它必須可以被迭代 (iterable) 且其中的元素必須是可以被加入陣列中的"
352+
"是一個陣列,它必須可以被疊代 (iterable) 且其中的元素必須是可以被加入陣列中的"
353353
"正確型別。"
354354

355355
#: ../../library/array.rst:151

0 commit comments

Comments
 (0)