Skip to content

Commit 401ab9b

Browse files
committed
Add more translation for several terms
1 parent 882f18b commit 401ab9b

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:`file objects <file object>` list objects 皆適用。"
110-
"如果 *csvfile* 是個 file object,則需開啟時使用 ``newline=''``。"
109+
":term:`檔案物件 (file object) <file object>` 及列表物件 (list object) "
110+
"皆適用。如果 *csvfile* 是個檔案物件,則需開啟時使用 ``newline=''``。"
111111
" [1]_ *dialect* 為一個可選填的參數,可以用為特定的 CSV dialect(方言)"
112112
" 定義一組參數。它可能為 :class:`Dialect` 的一個子類別 (subclass) 的實例"
113113
"或是由 :func:`list_dialects` 函式回傳的多個字串中的其中之一。"

0 commit comments

Comments
 (0)