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

Skip to content

Commit c0b17ea

Browse files
[po] auto sync
1 parent 84a89bf commit c0b17ea

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

library/enum.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ msgstr ""
276276
#: ../../library/enum.rst:278
277277
msgid ""
278278
"The :meth:`_generate_next_value_` method must be defined before any members."
279-
msgstr ""
279+
msgstr ":meth:`_generate_next_value_` 方法定义必须在任何其他成员之前。"
280280

281281
#: ../../library/enum.rst:281
282282
msgid "Iteration"

tutorial/inputoutput.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ msgid ""
199199
"instead of by position. This can be done by simply passing the dict and "
200200
"using square brackets ``'[]'`` to access the keys. ::"
201201
msgstr ""
202+
"如果你有一个非常长的格式字符串,你不想把它拆开,那么你最好是按名称而不是按位置引用变量来进行格式化。 这可以通过简单地传递字典并使用方括号 "
203+
"``'[]'`` 访问键来完成。 ::"
202204

203205
#: ../../tutorial/inputoutput.rst:182
204206
msgid ""
@@ -271,6 +273,8 @@ msgid ""
271273
"zero or more elements of ``values``. This operation is commonly known as "
272274
"string interpolation. For example::"
273275
msgstr ""
276+
"% 运算符(求余)也可用于字符串格式化。 给定 ``'string' % values``,则 ``string`` 中的 ``%`` "
277+
"实例会以零个或多个 ``values`` 元素替换。 此操作通常被称为字符串插值。 例如::"
274278

275279
#: ../../tutorial/inputoutput.rst:269
276280
msgid ""

0 commit comments

Comments
 (0)