Skip to content

Commit 9d90bf8

Browse files
authored
Merge pull request python#37 from ttnppedr/fix-one-fuzzy-string-in-tutorial/stdlib.po-#23
fix python#23
2 parents c340b24 + cbc1c46 commit 9d90bf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/stdlib.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgstr ""
1313
"Project-Id-Version: Python 3.7\n"
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
16-
"PO-Revision-Date: 2018-06-03 01:30+0000\n"
16+
"PO-Revision-Date: 2018-10-13 15:32+0800\n"
1717
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1818
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1919
"tw)\n"
@@ -22,6 +22,7 @@ msgstr ""
2222
"Content-Type: text/plain; charset=UTF-8\n"
2323
"Content-Transfer-Encoding: 8bit\n"
2424
"Plural-Forms: nplurals=1; plural=0;\n"
25+
"X-Generator: Poedit 2.2\n"
2526

2627
#: ../../tutorial/stdlib.rst:5
2728
msgid "Brief Tour of the Standard Library"
@@ -307,7 +308,6 @@ msgstr ""
307308
"組。 "
308309

309310
#: ../../tutorial/stdlib.rst:319
310-
#, fuzzy
311311
msgid ""
312312
"The :mod:`email` package is a library for managing email messages, including "
313313
"MIME and other :rfc:`2822`-based message documents. Unlike :mod:`smtplib` "
@@ -316,7 +316,7 @@ msgid ""
316316
"structures (including attachments) and for implementing internet encoding "
317317
"and header protocols."
318318
msgstr ""
319-
"函式庫 :mod:`email` 套件用來管理 MIME 和其他 RFC 2822 相關電子郵件訊息的文"
319+
"函式庫 :mod:`email` 套件用來管理 MIME 和其他 :rfc:`2822` 相關電子郵件訊息的文"
320320
"件。 相異於其他電子郵件套件 :mod:`smtplib` 和 :mod:`poplib` 這些實際用來發送"
321321
"與接收訊息, 擁有更完整的工具設置提供建置與解析複雜訊息的結構(包含附件檔案)"
322322
"和實現網路傳送之間的解碼與標頭協定。 "

0 commit comments

Comments
 (0)