8000
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 7355970 commit eaccd60Copy full SHA for eaccd60
library/string.po
@@ -915,7 +915,7 @@ msgstr ""
915
916
#: ../../library/string.rst:736
917
msgid "Template strings"
918
-msgstr ""
+msgstr "樣板字串"
919
920
#: ../../library/string.rst:738
921
msgid ""
@@ -926,6 +926,12 @@ msgid ""
926
"Python. As an example of a library built on template strings for i18n, see "
927
"the `flufl.i18n <https://flufli18n.readthedocs.io/en/latest/>`_ package."
928
msgstr ""
929
+"樣板字串提供如 :pep:`292` 所述更簡單的字串替換。"
930
+"樣板字串的主要用例是國際化 (i18n),"
931
+"因為在這種情況下,更簡單的語法和功能使得它"
932
+"比其他 Python 內建字串格式化工具更容易翻譯。"
933
+"基於樣板字串建構的 i18n 函式庫範例,請參閱 "
934
+"`flufl.i18n <https://flufli18n.readthedocs.io/en/latest/>`_ 套件。"
935
936
#: ../../library/string.rst:748
937
0 commit comments