File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1084,24 +1084,28 @@ msgstr ""
10841084
10851085#: ../../library/io.rst:631
10861086msgid "Raw File I/O"
1087- msgstr ""
1087+ msgstr "原始檔案 I/O "
10881088
10891089#: ../../library/io.rst:635
10901090msgid ""
10911091"A raw binary stream representing an OS-level file containing bytes data. It "
10921092"inherits from :class:`RawIOBase`."
10931093msgstr ""
1094+ "一個代表包含位元組資料的 OS 層級檔案的原始二進制串流。它繼承自 :class:"
1095+ "`RawIOBase`。"
10941096
10951097#: ../../library/io.rst:638
10961098msgid "The *name* can be one of two things:"
1097- msgstr ""
1099+ msgstr "*name* 可以是兩種事物之一: "
10981100
10991101#: ../../library/io.rst:640
11001102msgid ""
11011103"a character string or :class:`bytes` object representing the path to the "
11021104"file which will be opened. In this case closefd must be ``True`` (the "
11031105"default) otherwise an error will be raised."
11041106msgstr ""
1107+ "代表將要打開的檔案路徑的一個字元串或 :class:`bytes` 物件。在這種情況下,"
1108+ "closefd 必須是 ``True`` (預設值),否則將引發錯誤。"
11051109
11061110#: ../../library/io.rst:643
11071111msgid ""
You can’t perform that action at this time.
0 commit comments