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

Skip to content

Commit da5f6d0

Browse files
committed
[po] auto sync bot
1 parent 74ab53c commit da5f6d0

3 files changed

Lines changed: 13 additions & 11 deletions

File tree

reference/compound_stmts.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
77
# Jerry Chen <[email protected]>, 2017
88
# Danny Vi <[email protected]>, 2018
9-
# Freesand Leo <[email protected]>, 2018
9+
# Freesand Leo <[email protected]>, 2019
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.7\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2018-12-25 10:09+0900\n"
16+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1717
"PO-Revision-Date: 2017-02-16 23:38+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -570,7 +570,7 @@ msgstr ""
570570

571571
#: ../../reference/compound_stmts.rst:612
572572
msgid ":pep:`526` - Syntax for Variable Annotations"
573-
msgstr ""
573+
msgstr ":pep:`526` - 变量标注的语法"
574574

575575
#: ../../reference/compound_stmts.rst:611
576576
msgid ""

reference/datamodel.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3303,9 +3303,9 @@ msgid ""
33033303
"using the :keyword:`!with` statement (described in section :ref:`with`), but"
33043304
" can also be used by directly invoking their methods."
33053305
msgstr ""
3306-
"一个 :dfn:`上下文管理器` 是一个对象,它定义了在执行 :keyword:`with` "
3307-
"语句时要建立的运行时上下文。上下文管理器处理进入和退出所需运行时上下文以执行代码块。通常使用 :keyword:`!with` 语句(在 "
3308-
":ref:`with:` 中描述),但是也可以通过直接调用它们的方法来使用。"
3306+
":dfn:`上下文管理器` 是一个对象,它定义了在执行 :keyword:`with` 语句时要建立的运行时上下文。 "
3307+
"上下文管理器处理进入和退出所需运行时上下文以执行代码块。 通常使用 :keyword:`!with` 语句(在 :ref:`with` "
3308+
"中描述),但是也可以通过直接调用它们的方法来使用。"
33093309

33103310
#: ../../reference/datamodel.rst:2434
33113311
msgid ""

reference/simple_stmts.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,21 +404,23 @@ msgid ""
404404
"interpreter evaluates the target except for the last :meth:`__setitem__` or "
405405
":meth:`__setattr__` call."
406406
msgstr ""
407+
"如果存在右手边,带标注的赋值会在对标注求值之前(如果适用)执行实际的赋值。 如果用作表达式目标的右手边不存在,则解释器会对目标求值,但最后的 "
408+
":meth:`__setitem__` 或 :meth:`__setattr__` 调用除外。"
407409

408410
#: ../../reference/simple_stmts.rst:362
409411
msgid ":pep:`526` - Syntax for Variable Annotations"
410-
msgstr ""
412+
msgstr ":pep:`526` - 变量标注的语法"
411413

412414
#: ../../reference/simple_stmts.rst:360
413415
msgid ""
414416
"The proposal that added syntax for annotating the types of variables "
415417
"(including class variables and instance variables), instead of expressing "
416418
"them through comments."
417-
msgstr ""
419+
msgstr "该提议增加了标注变量(也包括类变量和实例变量)类型的语法,而不再是通过注释来进行表达。"
418420

419421
#: ../../reference/simple_stmts.rst:366
420422
msgid ":pep:`484` - Type hints"
421-
msgstr ""
423+
msgstr ":pep:`484` - 类型提示"
422424

423425
#: ../../reference/simple_stmts.rst:365
424426
msgid ""

0 commit comments

Comments
 (0)