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

Skip to content

Commit 7d42155

Browse files
[po] auto sync
1 parent 96b0157 commit 7d42155

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

library/mailbox.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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::"
482482
msgstr ""
483+
"Maildir 规范要求使用在特定消息文件名中使用冒号 (``':'``)。 "
484+
"但是,某些操作系统不允许将此字符用于文件名,如果你希望在这些操作系统上使用类似 Maildir 的格式,你应当指定改用另一个字符。 叹号 "
485+
"(``'!'``) 是一个受欢迎的选择。 例如::"
483486

484487
#: ../../library/mailbox.rst:349
485488
msgid "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
489492
msgid ""

tutorial/inputoutput.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
204202
msgid ""
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
210208
msgid ""

0 commit comments

Comments
 (0)