We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent882f18b commit401ab9bCopy full SHA for 401ab9b
library/csv.po
@@ -103,11 +103,11 @@ msgid ""
103
"in the current dialect. For full details about the dialect and formatting "
104
"parameters, see section :ref:`csv-fmt-params`."
105
msgstr""
106
-"回傳一個reader object 並在指定的 *csvfile* 中逐行疊代 (iterate),"
107
-"*csvfile*可以成為任何 object 並支援 :term:`iterator` 協定,每次呼叫 "
+"回傳一個讀取物件 (reader object) 並在指定的 *csvfile* 中逐行疊代 (iterate),"
+"*csvfile*可以成為任何物件並支援 :term:`iterator` 協定,每次呼叫 "
108
":meth:`!__next__` method(方法)時皆會回傳一個字串,"
109
-":term:`fileobjects <file object>`及listobjects 皆適用。"
110
-"如果 *csvfile*是個 file object,則需開啟時使用 ``newline=''``。"
+":term:`檔案物件 (fileobject) <file object>`及列表物件 (listobject)"
+"皆適用。如果 *csvfile*是個檔案物件,則需開啟時使用 ``newline=''``。"
111
" [1]_ *dialect* 為一個可選填的參數,可以用為特定的 CSV dialect(方言)"
112
" 定義一組參數。它可能為 :class:`Dialect` 的一個子類別 (subclass) 的實例"
113
"或是由 :func:`list_dialects` 函式回傳的多個字串中的其中之一。"