@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.7\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2018-06-26 18:54+0800\n "
14
- "PO-Revision-Date : 2018-07-12 19:57 +0800\n "
14
+ "PO-Revision-Date : 2018-07-30 15:36 +0800\n "
15
15
"Last-Translator : Ching-Hao Liu <chinghao.liu@gmail.com>\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
17
17
"tw)\n "
@@ -20,7 +20,7 @@ msgstr ""
20
20
"Content-Type : text/plain; charset=UTF-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Plural-Forms : nplurals=1; plural=0;\n "
23
- "X-Generator : Poedit 2.0.9 \n "
23
+ "X-Generator : Poedit 2.1.1 \n "
24
24
25
25
#: ../../tutorial/introduction.rst:5
26
26
msgid "An Informal Introduction to Python"
@@ -565,15 +565,15 @@ msgid "First Steps Towards Programming"
565
565
msgstr "初探程式設計的前幾步"
566
566
567
567
#: ../../tutorial/introduction.rst:460
568
- #, fuzzy
569
568
msgid ""
570
569
"Of course, we can use Python for more complicated tasks than adding two and "
571
570
"two together. For instance, we can write an initial sub-sequence of the "
572
571
"`Fibonacci series <https://en.wikipedia.org/wiki/Fibonacci_number>`_ as "
573
572
"follows::"
574
573
msgstr ""
575
- "當然,我們可以用 Python 來處理比 2 加 2 更複雜的工作。例如,我們可以印出費式"
576
- "數列的首幾項序列:\n"
574
+ "當然,我們可以用 Python 來處理比 2 加 2 更複雜的工作。例如,我們可以印出\\ `"
575
+ "費氏數列 <https://zh.wikipedia.org/zh-tw/"
576
+ "%E6%96%90%E6%B3%A2%E9%82%A3%E5%A5%91%E6%95%B0%E5%88%97>`_\\ 的首幾項序列:\n"
577
577
"\n"
578
578
"::"
579
579
0 commit comments