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

Skip to content

Commit f6842f4

Browse files
committed
[po] auto sync bot
1 parent 70dc39e commit f6842f4

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

library/textwrap.po

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# ww song <[email protected]>, 2018
8+
# Freesand Leo <[email protected]>, 2019
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2019-07-01 11:47+0900\n"
1516
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
16-
"Last-Translator: ww song <sww4718168@gmail.com>, 2018\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,11 +24,11 @@ msgstr ""
2324

2425
#: ../../library/textwrap.rst:2
2526
msgid ":mod:`textwrap` --- Text wrapping and filling"
26-
msgstr ""
27+
msgstr ":mod:`textwrap` --- 文本包装与填充"
2728

2829
#: ../../library/textwrap.rst:10
2930
msgid "**Source code:** :source:`Lib/textwrap.py`"
30-
msgstr ""
31+
msgstr "**源代码:** :source:`Lib/textwrap.py`"
3132

3233
#: ../../library/textwrap.rst:14
3334
msgid ""
@@ -37,25 +38,27 @@ msgid ""
3738
"should be good enough; otherwise, you should use an instance of "
3839
":class:`TextWrapper` for efficiency."
3940
msgstr ""
41+
":mod:`textwrap` 模块提供了一些快捷函数,以及可以完成所有工作的类 :class:`TextWrapper`。 "
42+
"如果你只是要包装或填充一两个文本字符串,快捷函数应该就够用了;否则的话,你应该使用 :class:`TextWrapper` 的实例来提高效率。"
4043

4144
#: ../../library/textwrap.rst:22
4245
msgid ""
4346
"Wraps the single paragraph in *text* (a string) so every line is at most "
4447
"*width* characters long. Returns a list of output lines, without final "
4548
"newlines."
46-
msgstr ""
49+
msgstr "包装 *text* (字符串) 中的单独段落以使每行长度最多为 *width* 个字符。 返回由输出行组成的列表,行尾不带换行符。"
4750

4851
#: ../../library/textwrap.rst:26
4952
msgid ""
5053
"Optional keyword arguments correspond to the instance attributes of "
5154
":class:`TextWrapper`, documented below. *width* defaults to ``70``."
52-
msgstr ""
55+
msgstr "可选的关键字参数对应于 :class:`TextWrapper` 的实例属性,具体文档见下。 *width* 默认为 ``70``。"
5356

5457
#: ../../library/textwrap.rst:29
5558
msgid ""
5659
"See the :meth:`TextWrapper.wrap` method for additional details on how "
5760
":func:`wrap` behaves."
58-
msgstr ""
61+
msgstr "请参阅 :meth:`TextWrapper.wrap` 方法了解有关 :func:`wrap` 行为的详细信息。"
5962

6063
#: ../../library/textwrap.rst:35
6164
msgid ""

tutorial/interpreter.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ msgid ""
6161
":file:`py` command. See :ref:`setting-envvars` for other ways to launch "
6262
"Python."
6363
msgstr ""
64+
"在你的 Windows 机器上通过 :ref:`Microsoft Store <windows-store>` "
65+
"安装后,:file:`python3.7` 命令将可使用。 如果你安装了 :ref:`py.exe 启动器 <launcher>`,你将可使用 "
66+
":file:`py` 命令。 参阅 :ref:`setting-envvars` 了解其他启动 Python 的方式。"
6467

6568
#: ../../tutorial/interpreter.rst:31
6669
msgid ""

0 commit comments

Comments
 (0)