Thanks to visit codestin.com Credit goes to github.com
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 c8977f3 commit a3f55f1Copy full SHA for a3f55f1
1 file changed
library/string.po
@@ -291,10 +291,12 @@ msgid ""
291
"character in the literal text, it can be escaped by doubling: ``{{`` and "
292
"``}}``."
293
msgstr ""
294
+"格式字符串包含有以花括号 ``{}`` 括起来的“替换字段”。 不在花括号之内的内容被视为字面文本,会不加修改地复制到输出中。 "
295
+"如果你需要在字面文本中包含花括号字符,可以通过重复来转义: ``{{`` and ``}}``。"
296
297
#: ../../library/string.rst:207
298
msgid "The grammar for a replacement field is as follows:"
-msgstr ""
299
+msgstr "替换字段的语法如下:"
300
301
#: ../../library/string.rst:219
302
msgid ""
0 commit comments