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

Commitc8e33a3

Browse files
committed
fix inappropriate translations
1 parent88c14b7 commitc8e33a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎library/string.po

Lines changed: 8 additions & 8 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-11-25 16:15+0800\n"
11+
"PO-Revision-Date:2023-11-25 16:42+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"
@@ -1097,30 +1097,30 @@ msgstr ""
10971097
msgid""
10981098
"*escaped* -- This group matches the escape sequence, e.g. ``$$``, in the "
10991099
"default pattern."
1100-
msgstr"*escaped* --此群組在預設模式下與跳脫序列匹配,例如 ``$$``。"
1100+
msgstr"*escaped* --此群組在預設模式下與溢出序列匹配,例如 ``$$``。"
11011101

11021102
#:../../library/string.rst:892
11031103
msgid""
11041104
"*named* -- This group matches the unbraced placeholder name; it should not "
11051105
"include the delimiter in capturing group."
11061106
msgstr""
1107-
"*named* --此群組與不帶大括號的占位名稱匹配;它不應包含捕獲組中的分隔符號。"
1107+
"*named* --此群組與不帶大括號的佔位符號匹配;它不應包含擷取群組中的分隔符號。"
11081108

11091109
#:../../library/string.rst:895
11101110
msgid""
11111111
"*braced* -- This group matches the brace enclosed placeholder name; it "
11121112
"should not include either the delimiter or braces in the capturing group."
11131113
msgstr""
1114-
"*braced* --此群組與大括號括起來的占位名稱匹配;它不應在捕獲組中包含分隔符號"
1115-
"或大括號。"
1114+
"*braced* --此群組與大括號括起來的佔位符號匹配;它不應在擷取群組中包含分隔符"
1115+
"號或大括號。"
11161116

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

11251125
#:../../library/string.rst:901
11261126
msgid""
@@ -1144,7 +1144,7 @@ msgid ""
11441144
"the words."
11451145
msgstr""
11461146
"使用 :meth:`str.split` 將引數分割為字詞,使用 :meth:`str.capitalize` 將每個單"
1147-
"字大寫,並使用 :meth:`str.join` 將大寫字詞連接起來。如果任選的第二引數 *sep* "
1147+
"字大寫,並使用 :meth:`str.join` 將大寫字詞連接起來。如果可選的第二引數 *sep* "
11481148
"不存在或為 “None”,則連續的空白字元將替換為單一空格,並且刪除前導和尾隨空白;"
11491149
"在其他情況下則使用 *sep* 來分割和連接單字。"
11501150

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp