Skip to content

Commit 6cd8eff

Browse files
authored
Add more translations of library/io (#859)
* Add more translations of library/io * Fix the issues according to reviewer's feedback
1 parent ea13a6f commit 6cd8eff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library/io.po

+6-2
Original file line numberDiff line numberDiff line change
@@ -1084,24 +1084,28 @@ msgstr ""
10841084

10851085
#: ../../library/io.rst:631
10861086
msgid "Raw File I/O"
1087-
msgstr ""
1087+
msgstr "原始檔案 I/O"
10881088

10891089
#: ../../library/io.rst:635
10901090
msgid ""
10911091
"A raw binary stream representing an OS-level file containing bytes data. It "
10921092
"inherits from :class:`RawIOBase`."
10931093
msgstr ""
1094+
"一個代表包含位元組資料的 OS 層級檔案的原始二進制串流。它繼承自 :class:"
1095+
"`RawIOBase`。"
10941096

10951097
#: ../../library/io.rst:638
10961098
msgid "The *name* can be one of two things:"
1097-
msgstr ""
1099+
msgstr "*name* 可以是兩種事物之一:"
10981100

10991101
#: ../../library/io.rst:640
11001102
msgid ""
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."
11041106
msgstr ""
1107+
"代表將要打開的檔案路徑的一個字元串或 :class:`bytes` 物件。在這種情況下,"
1108+
"closefd 必須是 ``True`` (預設值),否則將引發錯誤。"
11051109

11061110
#: ../../library/io.rst:643
11071111
msgid ""

0 commit comments

Comments
 (0)