We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24c138 commit 9206825Copy full SHA for 9206825
library/string.po
@@ -354,7 +354,7 @@ msgstr "範例請見 :ref:`formatexamples`\\ 。"
354
355
#: ../../library/string.rst:296
356
msgid "Format Specification Mini-Language"
357
-msgstr ""
+msgstr "格式規格 (Format Specification) 迷你語言"
358
359
#: ../../library/string.rst:298
360
msgid ""
@@ -364,6 +364,10 @@ msgid ""
364
"to the built-in :func:`format` function. Each formattable type may define "
365
"how the format specification is to be interpreted."
366
msgstr ""
367
+"“格式規格” 在格式字串 (format string) 中包含的替換欄位中使用,以定義各個值如"
368
+"何被呈現(請參考 :ref:`formatstrings` and :ref:`f-strings` )。它們也能夠直接"
369
+"傳遞給內建的 :fun:`format` 函式。每個可格式化型別 (formattable type) 可以定義"
370
+"格式規格如何被直譯。"
371
372
#: ../../library/string.rst:305
373
0 commit comments