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

Skip to content

Commit 700d470

Browse files
[po] auto sync
1 parent 5ef8254 commit 700d470

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

tutorial/introduction.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# QR Wang <[email protected]>, 2018
1111
# Fred <[email protected]>, 2018
1212
# jaystone776 <[email protected]>, 2021
13+
# Freesand Leo <[email protected]>, 2022
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2021-08-18 07:17+0000\n"
2021
"PO-Revision-Date: 2017-02-16 23:41+0000\n"
21-
"Last-Translator: jaystone776 <1732865113@qq.com>, 2021\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
2223
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -195,14 +196,14 @@ msgid ""
195196
"included in the string, but it's possible to prevent this by adding a ``\\``"
196197
" at the end of the line. The following example::"
197198
msgstr ""
198-
"字符串字面值可以实现跨行连续输入。实现方式是用三引号:``\"\"\"...\"\"\"`` 或 "
199-
"``'''...'''``,字符串行尾会自动加上回车换行,如果不需要回车换行,在行尾添加 ``\\`` 即可。示例如下:"
199+
"字符串字面值可以包含多行。 一种实现方式是使用三重引号:``\"\"\"...\"\"\"`` 或 ``'''...'''``。 "
200+
"字符串中将自动包括行结束符,但也可以在换行的地方添加一个 ``\\`` 来避免此情况。 参见以下示例:"
200201

201202
#: ../../tutorial/introduction.rst:196
202203
msgid ""
203204
"produces the following output (note that the initial newline is not "
204205
"included):"
205-
msgstr "输出如下(注意,第一行没有换行):"
206+
msgstr "输出如下(请注意开始的换行符没有被包括在内):"
206207

207208
#: ../../tutorial/introduction.rst:204
208209
msgid ""

0 commit comments

Comments
 (0)