Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit94ed702

Browse files
heyimkaijoemattwang44
authored andcommitted
translate string.rst:889-898;910
1 parent0b8aa79 commit94ed702

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

‎library/string.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
1010
"POT-Creation-Date:2023-07-17 17:39+0800\n"
11-
"PO-Revision-Date:2023-10-22 20:52+0800\n"
11+
"PO-Revision-Date:2023-11-25 16:15+0800\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -17,7 +17,7 @@ msgstr ""
1717
"Content-Type:text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding:8bit\n"
1919
"Plural-Forms:nplurals=1; plural=0;\n"
20-
"X-Generator:Poedit 3.4\n"
20+
"X-Generator:Poedit 3.4.1\n"
2121

2222
#:../../library/string.rst:2
2323
msgid":mod:`string` --- Common string operations"
@@ -1122,25 +1122,30 @@ msgstr ""
11221122
msgid""
11231123
"*escaped* -- This group matches the escape sequence, e.g. ``$$``, in the "
11241124
"default pattern."
1125-
msgstr""
1125+
msgstr"*escaped* -- 此群組在預設模式下與跳脫序列匹配,例如 ``$$``。"
11261126

11271127
#:../../library/string.rst:892
11281128
msgid""
11291129
"*named* -- This group matches the unbraced placeholder name; it should not "
11301130
"include the delimiter in capturing group."
11311131
msgstr""
1132+
"*named* -- 此群組與不帶大括號的占位名稱匹配;它不應包含捕獲組中的分隔符號。"
11321133

11331134
#:../../library/string.rst:895
11341135
msgid""
11351136
"*braced* -- This group matches the brace enclosed placeholder name; it "
11361137
"should not include either the delimiter or braces in the capturing group."
11371138
msgstr""
1139+
"*braced* -- 此群組與大括號括起來的占位名稱匹配;它不應在捕獲組中包含分隔符號"
1140+
"或大括號。"
11381141

11391142
#:../../library/string.rst:898
11401143
msgid""
11411144
"*invalid* -- This group matches any other delimiter pattern (usually a "
11421145
"single delimiter), and it should appear last in the regular expression."
11431146
msgstr""
1147+
"*invalid* -- 此群組與任何其他分隔符號型樣(通常是單一分隔符)匹配,且它應該出"
1148+
"現在正規表示式的最後。"
11441149

11451150
#:../../library/string.rst:901
11461151
msgid""
@@ -1163,6 +1168,10 @@ msgid ""
11631168
"trailing whitespace are removed, otherwise *sep* is used to split and join "
11641169
"the words."
11651170
msgstr""
1171+
"使用 :meth:`str.split` 將引數分割為字詞,使用 :meth:`str.capitalize` 將每個單"
1172+
"字大寫,並使用 :meth:`str.join` 將大寫字詞連接起來。如果任選的第二引數 *sep* "
1173+
"不存在或為 “None”,則連續的空白字元將替換為單一空格,並且刪除前導和尾隨空白;"
1174+
"在其他情況下則使用 *sep* 來分割和連接單字。"
11661175

11671176
#:../../library/string.rst:195
11681177
msgid"{} (curly brackets)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp