3
3
# This file is distributed under the same license as the Python package.
4
4
#
5
5
# Translators:
6
+ # Ching-Hao Liu <chinghao.liu@gmail.com>, 2018
6
7
# Liang-Bo Wang <me@liang2.tw>, 2016
7
8
# Liang-Bo Wang <me@liang2.tw>, 2016
8
9
msgid ""
9
10
msgstr ""
10
11
"Project-Id-Version : Python 3.6 TW\n "
11
12
"Report-Msgid-Bugs-To : \n "
12
13
"POT-Creation-Date : 2018-05-23 22:00+0800\n "
13
- "PO-Revision-Date : 2018-05-23 16:18 +0000\n "
14
- "Last-Translator : Adrian Liaw <adrianliaw2000 @gmail.com>\n "
14
+ "PO-Revision-Date : 2018-06-03 06:13 +0000\n "
15
+ "Last-Translator : Ching-Hao Liu <chinghao.liu @gmail.com>\n "
15
16
"Language-Team : Chinese Traditional (http://www.transifex.com/python-tw-doc/python-36-tw/language/zh-Hant/)\n "
16
17
"MIME-Version : 1.0\n "
17
18
"Content-Type : text/plain; charset=UTF-8\n "
@@ -310,11 +311,11 @@ msgstr "字串支援非常多種基本轉換和搜尋的方法。"
310
311
311
312
#: ../../tutorial/introduction.rst:354
312
313
msgid ":ref:`f-strings`"
313
- msgstr ""
314
+ msgstr "ref:`f-strings` \" "
314
315
315
316
#: ../../tutorial/introduction.rst:354
316
317
msgid "String literals that have embedded expressions."
317
- msgstr ""
318
+ msgstr "有嵌入表達式 (embedded expression) 的字串值。 "
318
319
319
320
#: ../../tutorial/introduction.rst:357
320
321
msgid ":ref:`formatstrings`"
@@ -332,7 +333,7 @@ msgstr ":ref:`old-string-formatting`"
332
333
msgid ""
333
334
"The old formatting operations invoked when strings are the left operand of "
334
335
"the ``%`` operator are described in more detail here."
335
- msgstr ""
336
+ msgstr "關於字串是 ``%`` 操作子的左操作元時被執行的舊的格式化操作,詳述於此。 "
336
337
337
338
#: ../../tutorial/introduction.rst:367
338
339
msgid "Lists"
0 commit comments