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

Skip to content

Commit a705936

Browse files
CTHuaweblate
CTHua
authored andcommitted
Translated using Weblate (regex (generated) (regex))
Currently translated at 95.4% (273 of 286 strings) Translation: python-doc-zhtw/howto Translate-URL: http://weblate.andyjjrt.cc/projects/python-doc-zhtw/howto/regex/
1 parent 13c9ec7 commit a705936

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

howto/regex.po

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2022-10-15 20:43+0000\n"
1313
"PO-Revision-Date: 2023-05-05 12:59+0000\n"
14-
"Last-Translator: evelyn su <jieui2003@gmail.com>\n"
14+
"Last-Translator: CTHua <illiew2470+pythonTW@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-tw)"
1616
"\n"
1717
"Language: regex\n"
@@ -2179,7 +2179,6 @@ msgid "match() versus search()"
21792179
msgstr "match() 與 search() 的差別"
21802180

21812181
#: ../../howto/regex.rst:1272
2182-
#, fuzzy
21832182
msgid ""
21842183
"The :func:`~re.match` function only checks if the RE matches at the "
21852184
"beginning of the string while :func:`~re.search` will scan forward through "
@@ -2194,7 +2193,6 @@ msgstr ""
21942193
"的掃描結果;否則就不會報告該結果。例如:"
21952194

21962195
#: ../../howto/regex.rst:1283
2197-
#, fuzzy
21982196
msgid ""
21992197
"On the other hand, :func:`~re.search` will scan forward through the string, "
22002198
"reporting the first match it finds. ::"

0 commit comments

Comments
 (0)