|
11 | 11 | # Edward Ji <[email protected]>, 2021 |
12 | 12 | # Jing Li <[email protected]>, 2022 |
13 | 13 | |
14 | | -# Freesand Leo <[email protected]>, 2023 |
15 | 14 | # Bryan不可思议, 2023 |
| 15 | +# Freesand Leo <[email protected]>, 2023 |
16 | 16 | # |
17 | 17 | #, fuzzy |
18 | 18 | msgid "" |
19 | 19 | msgstr "" |
20 | 20 | "Project-Id-Version: Python 3.7\n" |
21 | 21 | "Report-Msgid-Bugs-To: \n" |
22 | | -"POT-Creation-Date: 2023-02-24 14:40+0000\n" |
| 22 | +"POT-Creation-Date: 2023-03-31 18:28+0000\n" |
23 | 23 | "PO-Revision-Date: 2019-09-01 03:42+0000\n" |
24 | | -"Last-Translator: Bryan不可思议, 2023\n" |
25 | | -"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
| 24 | +" Last-Translator: Freesand Leo <[email protected]>, 2023\n" |
| 25 | +"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
26 | 26 | "MIME-Version: 1.0\n" |
27 | 27 | "Content-Type: text/plain; charset=UTF-8\n" |
28 | 28 | "Content-Transfer-Encoding: 8bit\n" |
@@ -214,8 +214,8 @@ msgid "" |
214 | 214 | ":class:`str` or :class:`bytes` with :class:`int`. Issue an error if greater" |
215 | 215 | " or equal to ``2``." |
216 | 216 | msgstr "" |
217 | | -"当比较 :class:`bytes` 或 :class:`bytearray` 与 :class:`str` 或 :class:`bytes` 与 " |
218 | | -":class:`int` 时发出警告。 如果大于或等于 ``2``,则发出错误。" |
| 217 | +"当将 :class:`bytes` 或 :class:`bytearray` 与 :class:`str` 比较或者将 :class:`bytes` 与" |
| 218 | +" :class:`int` 比较时发出警告。 如果大于等于 ``2`` 则报错。" |
219 | 219 |
|
220 | 220 | #: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/init.rst:88 |
221 | 221 | msgid "Set by the :option:`-b` option." |
@@ -249,18 +249,18 @@ msgstr "由 :option:`-B` 选项和 :envvar:`PYTHONDONTWRITEBYTECODE` 环境变 |
249 | 249 | msgid "" |
250 | 250 | "Suppress error messages when calculating the module search path in " |
251 | 251 | ":c:func:`Py_GetPath`." |
252 | | -msgstr "在 :c:func:`Py_GetPath` 中计算模块搜索路径时隐藏错误信息。" |
| 252 | +msgstr "当在 :c:func:`Py_GetPath` 中计算模块搜索路径时屏蔽错误消息。" |
253 | 253 |
|
254 | 254 | #: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/init.rst:111 |
255 | 255 | msgid "" |
256 | 256 | "Private flag used by ``_freeze_importlib`` and ``frozenmain`` programs." |
257 | | -msgstr "``_freeze_importlib`` 和 ``frozenmain`` 宏使用的私有标志" |
| 257 | +msgstr "由 ``_freeze_importlib`` 和 ``frozenmain`` 程序使用的私有旗标。" |
258 | 258 |
|
259 | 259 | #: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/init.rst:115 |
260 | 260 | msgid "" |
261 | 261 | "Set to ``1`` if the :envvar:`PYTHONHASHSEED` environment variable is set to " |
262 | 262 | "a non-empty string." |
263 | | -msgstr "如果 :envvar:`PYTHONHASHSEED` 环境变量被设置为非空字符串将被设置为 ``1``。" |
| 263 | +msgstr "如果 :envvar:`PYTHONHASHSEED` 环境变量被设为非空字符串则设为 ``1``。" |
264 | 264 |
|
265 | 265 | #: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/init.rst:118 |
266 | 266 | msgid "" |
|
0 commit comments