Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5eb8c7c

Browse files
committed
[po] auto sync bot
1 parent a1b58d6 commit 5eb8c7c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

library/stdtypes.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,33 +2109,41 @@ msgid ""
21092109
"whitespace between them will be implicitly converted to a single string "
21102110
"literal. That is, ``(\"spam \" \"eggs\") == \"spam eggs\"``."
21112111
msgstr ""
2112+
"作为单一表达式组成部分,之间只由空格分隔的多个字符串字面值会被隐式地转换为单个字符串字面值。 也就是说,``(\"spam \" \"eggs\") "
2113+
"== \"spam eggs\"``。"
21122114

21132115
#: ../../library/stdtypes.rst:1407
21142116
msgid ""
21152117
"See :ref:`strings` for more about the various forms of string literal, "
21162118
"including supported escape sequences, and the ``r`` (\"raw\") prefix that "
21172119
"disables most escape sequence processing."
21182120
msgstr ""
2121+
"请参阅 :ref:`strings` 有解有关不同字符串字面值的更多信息,包括所支持的转义序列,以及使用 ``r`` (\"raw\") "
2122+
"前缀来禁用大多数转义序列的处理。"
21192123

21202124
#: ../../library/stdtypes.rst:1411
21212125
msgid ""
21222126
"Strings may also be created from other objects using the :class:`str` "
21232127
"constructor."
2124-
msgstr ""
2128+
msgstr "字符串也可以通过使用 :class:`str` 构造器从其他对象创建。"
21252129

21262130
#: ../../library/stdtypes.rst:1414
21272131
msgid ""
21282132
"Since there is no separate \"character\" type, indexing a string produces "
21292133
"strings of length 1. That is, for a non-empty string *s*, ``s[0] == "
21302134
"s[0:1]``."
21312135
msgstr ""
2136+
"由于不存在单独的“字符”类型,对字符串做索引操作将产生一个长度为 1 的字符串。 也就是说,对于一个非空字符串 *s*, ``s[0] == "
2137+
"s[0:1]``。"
21322138

21332139
#: ../../library/stdtypes.rst:1420
21342140
msgid ""
21352141
"There is also no mutable string type, but :meth:`str.join` or "
21362142
":class:`io.StringIO` can be used to efficiently construct strings from "
21372143
"multiple fragments."
21382144
msgstr ""
2145+
"不存在可变的字符串类型,但是 :meth:`str.join` 或 :class:`io.StringIO` "
2146+
"可以被被用来根据多个片段高效率地构建字符串。"
21392147

21402148
#: ../../library/stdtypes.rst:1424
21412149
msgid ""

0 commit comments

Comments
 (0)