File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -480,10 +480,13 @@ msgid ""
480480" operating system, you should specify another character to use instead. The "
481481"exclamation point (``'!'``) is a popular choice. For example::"
482482msgstr ""
483+ "Maildir 规范要求使用在特定消息文件名中使用冒号 (``':'``)。 "
484+ "但是,某些操作系统不允许将此字符用于文件名,如果你希望在这些操作系统上使用类似 Maildir 的格式,你应当指定改用另一个字符。 叹号 "
485+ "(``'!'``) 是一个受欢迎的选择。 例如::"
483486
484487#: ../../library/mailbox.rst:349
485488msgid "The :attr:`colon` attribute may also be set on a per-instance basis."
486- msgstr ""
489+ msgstr ":attr:`colon` 属性也可以在每个实例上分别设置。 "
487490
488491#: ../../library/mailbox.rst:351
489492msgid ""
Original file line number Diff line number Diff line change @@ -196,15 +196,13 @@ msgid ""
196196"would be nice if you could reference the variables to be formatted by name "
197197"instead of by position. This can be done by simply passing the dict and "
198198"using square brackets ``'[]'`` to access the keys. ::"
199- msgstr ""
200- "如果你有一个非常长的格式字符串,你不想把它拆开,那么你最好是按名称而不是按位置引用变量来进行格式化。 这可以通过简单地传递字典并使用方括号 "
201- "``'[]'`` 访问键来完成。 ::"
199+ msgstr "如果不想分拆长格式字符串,最好按名称,不要按位置引用变量进行格式化。这项操作可以通过传递字典,并用方括号 ``'[]'`` 访问键来完成。"
202200
203201#: ../../tutorial/inputoutput.rst:182
204202msgid ""
205203"This could also be done by passing the table as keyword arguments with the "
206204"'**' notation. ::"
207- msgstr "这也可以通过使用 '**' 符号将 table 作为关键字参数传递 。"
205+ msgstr "也可以用 '**' 符号,把 table 当作传递的关键字参数 。"
208206
209207#: ../../tutorial/inputoutput.rst:189
210208msgid ""
You can’t perform that action at this time.
0 commit comments