Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07fc3c7

Browse files
[po] auto sync
1 parent 54ee2ed commit 07fc3c7

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

library/msvcrt.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,14 @@ msgid ""
127127
"Raises an :ref:`auditing event <auditing>` ``msvcrt.open_osfhandle`` with "
128128
"arguments ``handle``, ``flags``."
129129
msgstr ""
130+
"引发一个 :ref:`审计事件 <auditing>` ``msvcrt.open_osfhandle``,附带参数 ``handle``, "
131+
"``flags``。"
130132

131133
#: ../../library/msvcrt.rst:87
132134
msgid ""
133135
"Return the file handle for the file descriptor *fd*. Raises :exc:`OSError` "
134136
"if *fd* is not recognized."
135-
msgstr ""
137+
msgstr "返回文件描述符 *fd* 的文件句柄。 如果 *fd* 不能被识别则会引发 :exc:`OSError`。"
136138

137139
#: ../../library/msvcrt.rst:90
138140
msgid ""
@@ -142,11 +144,11 @@ msgstr ""
142144

143145
#: ../../library/msvcrt.rst:96
144146
msgid "Console I/O"
145-
msgstr ""
147+
msgstr "控制台 I/O"
146148

147149
#: ../../library/msvcrt.rst:101
148150
msgid "Return ``True`` if a keypress is waiting to be read."
149-
msgstr ""
151+
msgstr "如果有某个按键正在等待被读取则返回 ``True``。"
150152

151153
#: ../../library/msvcrt.rst:106
152154
msgid ""

whatsnew/3.9.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,9 @@ msgid ""
15821582
"should be used instead of ``ExtSlice(slices)``. (Contributed by Serhiy "
15831583
"Storchaka in :issue:`34822`.)"
15841584
msgstr ""
1585+
":mod:`ast` 类 ``slice``, ``Index`` 和 ``ExtSlice`` 被视为已弃用并将在未来的 Python 版本中被移除。"
1586+
" 应当使用 ``value`` 本身而不再是 ``Index(value)``。 应当使用 ``Tuple(slices, Load())`` 而不再是"
1587+
" ``ExtSlice(slices)``。 (由 Serhiy Storchaka 在 :issue:`34822` 中贡献。)"
15851588

15861589
#: ../../whatsnew/3.9.rst:896
15871590
msgid ""

0 commit comments

Comments
 (0)