diff --git a/library/string.po b/library/string.po index 8855b9722e..5db0f07c28 100644 --- a/library/string.po +++ b/library/string.po @@ -909,7 +909,7 @@ msgstr "" #: ../../library/string.rst:736 msgid "Template strings" -msgstr "" +msgstr "樣板字串" #: ../../library/string.rst:738 msgid "" @@ -920,6 +920,12 @@ msgid "" "Python. As an example of a library built on template strings for i18n, see " "the `flufl.i18n `_ package." msgstr "" +"樣板字串提供如 :pep:`292` 所述更簡單的字串替換。" +"樣板字串的主要用例是國際化 (i18n)," +"因為在這種情況下,更簡單的語法和功能使得它" +"比其他 Python 內建字串格式化工具更容易翻譯。" +"基於樣板字串建構的 i18n 函式庫範例,請參閱 " +"`flufl.i18n `_ 套件。" #: ../../library/string.rst:748 msgid ""