@@ -10,7 +10,7 @@ msgstr ""
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2018-06-30 05:56+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13- "Last-Translator : Donghui zhai <trencyclopedia@gmail.com>, 2018\n "
13+ "Last-Translator : eric R <trencyclopedia@gmail.com>, 2018\n "
1414"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1515"MIME-Version : 1.0\n "
1616"Content-Type : text/plain; charset=UTF-8\n "
@@ -422,6 +422,8 @@ msgid ""
422422" authors of multi-module packages like NumPy or Pillow from having to worry "
423423"about each other's module names."
424424msgstr ""
425+ "包是一种通过用“.模块名”来结构化Python模块的方式。 例如,模块名:mod:`A.B` "
426+ "指代“A”包中名为“B”的子模块。正如模块的使用可以免除不同模块开发者担忧各自的宏变量名,使用加点的模块名,可以免除多模块的包如Numpy或Pillowd开发者,担忧各自的模块名。"
425427
426428#: ../../tutorial/modules.rst:388
427429msgid ""
@@ -437,6 +439,10 @@ msgid ""
437439"operations. Here's a possible structure for your package (expressed in "
438440"terms of a hierarchical filesystem):"
439441msgstr ""
442+ "假设你想为声音文件和声音数据的统一处理,设计一个模块集合(一个“包”)。由于存在很多不同的声音文件格式(通常由它们的扩展名来识别,例如::file:`.wav`,"
443+ " :file:`.aiff`, :file:`.au`),因此为了不同文件格式间的转换,你或许需要创建和维护一个不断增长的模块集合。 "
444+ "你或许想对声音数据还做很多不同的处理(例如,混声,添加回声,使用平衡函数,创造一个人为的立体声效果), "
445+ "因此为了实现这些处理,你将另外写一个无穷尽的模块流。对这个包(以一个层级的文件系统来表达),下面是一个可能的结构:"
440446
441447#: ../../tutorial/modules.rst:425
442448msgid ""
0 commit comments