55#
66# Translators:
77# ww song <[email protected] >, 20188+ # Freesand Leo <[email protected] >, 201989#
910#, fuzzy
1011msgid ""
@@ -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
2526msgid ":mod:`textwrap` --- Text wrapping and filling"
26- msgstr ""
27+ msgstr ":mod:`textwrap` --- 文本包装与填充 "
2728
2829#: ../../library/textwrap.rst:10
2930msgid "**Source code:** :source:`Lib/textwrap.py`"
30- msgstr ""
31+ msgstr "**源代码:** :source:`Lib/textwrap.py` "
3132
3233#: ../../library/textwrap.rst:14
3334msgid ""
@@ -37,25 +38,27 @@ msgid ""
3738"should be good enough; otherwise, you should use an instance of "
3839":class:`TextWrapper` for efficiency."
3940msgstr ""
41+ ":mod:`textwrap` 模块提供了一些快捷函数,以及可以完成所有工作的类 :class:`TextWrapper`。 "
42+ "如果你只是要包装或填充一两个文本字符串,快捷函数应该就够用了;否则的话,你应该使用 :class:`TextWrapper` 的实例来提高效率。"
4043
4144#: ../../library/textwrap.rst:22
4245msgid ""
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
4952msgid ""
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
5558msgid ""
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
6164msgid ""
0 commit comments