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

Skip to content

Commit 8cb488a

Browse files
[po] auto sync
1 parent 0c14cf6 commit 8cb488a

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.54%", "updated_at": "2023-10-20T23:56:39Z"}
1+
{"translation": "91.55%", "updated_at": "2023-10-21T05:57:04Z"}

library/time.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ msgstr "6"
10101010

10111011
#: ../../library/time.rst:605
10121012
msgid "range [0, 6]; Monday is 0"
1013-
msgstr ""
1013+
msgstr "取值范围 [0, 6];周一为 0"
10141014

10151015
#: ../../library/time.rst:607
10161016
msgid "7"

reference/compound_stmts.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,22 +493,22 @@ msgstr "对上下文表达式(在 :token:`~python-grammar:with_item` 中给出
493493
#: ../../reference/compound_stmts.rst:492
494494
msgid ""
495495
"The context manager's :meth:`~object.__enter__` is loaded for later use."
496-
msgstr ""
496+
msgstr "载入上下文管理器的 :meth:`~object.__enter__` 以便后续使用。"
497497

498498
#: ../../reference/compound_stmts.rst:494
499499
msgid ""
500500
"The context manager's :meth:`~object.__exit__` is loaded for later use."
501-
msgstr ""
501+
msgstr "载入上下文管理器的 :meth:`~object.__exit__` 以便后续使用。"
502502

503503
#: ../../reference/compound_stmts.rst:496
504504
msgid "The context manager's :meth:`~object.__enter__` method is invoked."
505-
msgstr ""
505+
msgstr "发起调用上下文管理器的 :meth:`~object.__enter__` 方法。"
506506

507507
#: ../../reference/compound_stmts.rst:498
508508
msgid ""
509509
"If a target was included in the :keyword:`with` statement, the return value "
510510
"from :meth:`~object.__enter__` is assigned to it."
511-
msgstr ""
511+
msgstr "如果一个目标被包括在 :keyword:`with` 语句中,则把它赋值为 :meth:`~object.__enter__` 的返回值。"
512512

513513
#: ../../reference/compound_stmts.rst:503
514514
msgid ""

using/cmdline.po

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ msgid ""
419419
"Ignore all ``PYTHON*`` environment variables, e.g. :envvar:`PYTHONPATH` and "
420420
":envvar:`PYTHONHOME`, that might be set."
421421
msgstr ""
422+
"忽略所有 ``PYTHON*`` 环境变量,例如可能已设置的 :envvar:`PYTHONPATH` 和 :envvar:`PYTHONHOME`。"
422423

423424
#: ../../using/cmdline.rst:286
424425
msgid "See also the :option:`-P` and :option:`-I` (isolated) options."

0 commit comments

Comments
 (0)