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

Commit401ab9b

Browse files
committed
Add more translation for several terms
1 parent882f18b commit401ab9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎library/csv.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ msgid ""
103103
"in the current dialect. For full details about the dialect and formatting "
104104
"parameters, see section :ref:`csv-fmt-params`."
105105
msgstr""
106-
"回傳一個reader object 並在指定的 *csvfile* 中逐行疊代 (iterate),"
107-
"*csvfile*可以成為任何 object 並支援 :term:`iterator` 協定,每次呼叫 "
106+
"回傳一個讀取物件 (reader object) 並在指定的 *csvfile* 中逐行疊代 (iterate),"
107+
"*csvfile*可以成為任何物件並支援 :term:`iterator` 協定,每次呼叫 "
108108
":meth:`!__next__` method(方法)時皆會回傳一個字串,"
109-
":term:`fileobjects <file object>`listobjects 皆適用。"
110-
"如果 *csvfile*是個 file object,則需開啟時使用 ``newline=''``。"
109+
":term:`檔案物件 (fileobject) <file object>`及列表物件 (listobject)"
110+
"皆適用。如果 *csvfile*是個檔案物件,則需開啟時使用 ``newline=''``。"
111111
" [1]_ *dialect* 為一個可選填的參數,可以用為特定的 CSV dialect(方言)"
112112
" 定義一組參數。它可能為 :class:`Dialect` 的一個子類別 (subclass) 的實例"
113113
"或是由 :func:`list_dialects` 函式回傳的多個字串中的其中之一。"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp