Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Translatelibrary/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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
josix merged 12 commits intopython:3.10frommattwang44:feat/trans-collections
Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
12 commits
Select commitHold shift + click to select a range
93d21a9
feat: translate `library/collections.po`
mattwang44Sep 27, 2021
7c43d80
fix: update based on review comment
mattwang44Nov 15, 2021
cfa49ce
Apply suggestions from code review
mattwang44Jan 4, 2022
acb1a00
fix(library/collections): update translation of the term `mapping`
mattwang44Jan 4, 2022
2261735
fix: correct `迭代` as `疊代`
mattwang44Jan 5, 2022
d2d6e83
Apply suggestions from code review
mattwang44Jan 9, 2022
b889b7e
doc: add `pickle` to terms that doesn't have to be translated
mattwang44Jan 9, 2022
6dc3a89
Apply suggestions from code review
mattwang44Jan 12, 2022
54c2dc5
Apply suggestions from code review
mattwang44Jan 12, 2022
36e1034
fix: correct some mistranslated strings
mattwang44Jan 12, 2022
cbc526f
Apply suggestions from code review
mattwang44Jan 14, 2022
e2a9d2c
chore: sync with cpython and fix fuzzy entry
mattwang44Jan 14, 2022
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 deletionREADME.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionc-api/iterator.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionlibrary/array.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp