File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1084,24 +1084,28 @@ msgstr ""
1084
1084
1085
1085
#: ../../library/io.rst:631
1086
1086
msgid "Raw File I/O"
1087
- msgstr ""
1087
+ msgstr "原始檔案 I/O "
1088
1088
1089
1089
#: ../../library/io.rst:635
1090
1090
msgid ""
1091
1091
"A raw binary stream representing an OS-level file containing bytes data. It "
1092
1092
"inherits from :class:`RawIOBase`."
1093
1093
msgstr ""
1094
+ "一個代表包含位元組資料的 OS 層級檔案的原始二進制串流。它繼承自 :class:"
1095
+ "`RawIOBase`。"
1094
1096
1095
1097
#: ../../library/io.rst:638
1096
1098
msgid "The *name* can be one of two things:"
1097
- msgstr ""
1099
+ msgstr "*name* 可以是兩種事物之一: "
1098
1100
1099
1101
#: ../../library/io.rst:640
1100
1102
msgid ""
1101
1103
"a character string or :class:`bytes` object representing the path to the "
1102
1104
"file which will be opened. In this case closefd must be ``True`` (the "
1103
1105
"default) otherwise an error will be raised."
1104
1106
msgstr ""
1107
+ "代表將要打開的檔案路徑的一個字元串或 :class:`bytes` 物件。在這種情況下,"
1108
+ "closefd 必須是 ``True`` (預設值),否則將引發錯誤。"
1105
1109
1106
1110
#: ../../library/io.rst:643
1107
1111
msgid ""
You can’t perform that action at this time.
0 commit comments