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

Skip to content

Commit 9d44017

Browse files
committed
[po] auto sync bot
1 parent 424c7c3 commit 9d44017

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

faq/design.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# Translators:
77
# Yinuo Huang <[email protected]>, 2018
88
# ww song <[email protected]>, 2018
9-
# Freesand Leo <[email protected]>, 2019
109
# Shengjing Zhu <[email protected]>, 2019
1110
# Meng Du <[email protected]>, 2019
1211
# tom smith, 2019
12+
# Freesand Leo <[email protected]>, 2019
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
2020
"PO-Revision-Date: 2017-02-16 17:42+0000\n"
21-
"Last-Translator: tom smith, 2019\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -563,9 +563,9 @@ msgid ""
563563
"provides functions to perform a garbage collection, obtain debugging "
564564
"statistics, and tune the collector's parameters."
565565
msgstr ""
566-
"Python内存管理的细节取决于实现。Python的标准实现 :term:`CPython` "
566+
"Python 内存管理的细节取决于实现。 Python 的标准实现 :term:`CPython` "
567567
"使用引用计数来检测不可访问的对象,并使用另一种机制来收集引用循环,定期执行循环检测算法来查找不可访问的循环并删除所涉及的对象。 :mod:`gc` "
568-
"模模块块提供了执行垃圾收集、获取调试统计信息和优化收集器参数的函数"
568+
"模块提供了执行垃圾收集、获取调试统计信息和优化收集器参数的函数"
569569

570570
#: ../../faq/design.rst:393
571571
msgid ""
@@ -650,7 +650,7 @@ msgstr ""
650650
msgid ""
651651
"If you want to force Python to delete certain things on deallocation use the"
652652
" :mod:`atexit` module to run a function that will force those deletions."
653-
msgstr "如果要强制python在释放时删除某些内容,请使用:mod: ' atexit '模块运行一个函数,强制删除这些内容。"
653+
msgstr "如果要强制 Python 在释放时删除某些内容,请使用 :mod:`atexit` 模块运行一个函数,强制删除这些内容。"
654654

655655
#: ../../faq/design.rst:452
656656
msgid "Why are there separate tuple and list data types?"
@@ -676,8 +676,8 @@ msgid ""
676676
"Functions which operate on this output would generally not break if you "
677677
"added another file or two to the directory."
678678
msgstr ""
679-
"另一方面,列表更像其他语言中的数组。它们倾向于持有不同数量的对象,所有对象都具有相同的类型,并且逐个操作。例如,``os.listdir('.')`` "
680-
"返回表示当前目录中的文件的字符串列表。如果向目录中添加了一两个文件,对此输出进行操作的函数通常不会中断。"
679+
"另一方面,列表更像其他语言中的数组。它们倾向于持有不同数量的对象,所有对象都具有相同的类型,并且逐个操作。例如, ``os.listdir('.')``"
680+
" 返回表示当前目录中的文件的字符串列表。如果向目录中添加了一两个文件,对此输出进行操作的函数通常不会中断。"
681681

682682
#: ../../faq/design.rst:468
683683
msgid ""
@@ -706,7 +706,7 @@ msgstr ""
706706
msgid ""
707707
"This makes indexing a list ``a[i]`` an operation whose cost is independent "
708708
"of the size of the list or the value of the index."
709-
msgstr "这使得索引列表``a[i]``的操作成本与列表的大小或索引的值无关。"
709+
msgstr "这使得索引列表 ``a[i]`` 的操作成本与列表的大小或索引的值无关。"
710710

711711
#: ../../faq/design.rst:484
712712
msgid ""

0 commit comments

Comments
 (0)