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

Commit7706887

Browse files
sync with cpython b201a6a1
1 parent9fc9ad4 commit7706887

File tree

5 files changed

+417
-341
lines changed

5 files changed

+417
-341
lines changed

‎library/fnmatch.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2023-05-09 00:15+0000\n"
10+
"POT-Creation-Date:2024-01-17 00:03+0000\n"
1111
"PO-Revision-Date:2018-05-23 16:02+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -97,8 +97,8 @@ msgstr ""
9797

9898
#:../../library/fnmatch.rst:55
9999
msgid""
100-
"Test whether the*filename* string matches the*pattern* string, returning :"
101-
"const:`True` or:const:`False`. Both parameters are case-normalized using :"
100+
"Test whether the filename string*name*matches the pattern string *pat*,"
101+
"returning ``True`` or``False``. Both parameters are case-normalized using :"
102102
"func:`os.path.normcase`. :func:`fnmatchcase` can be used to perform a case-"
103103
"sensitive comparison, regardless of whether that's standard for the "
104104
"operating system."
@@ -112,33 +112,33 @@ msgstr ""
112112

113113
#:../../library/fnmatch.rst:74
114114
msgid""
115-
"Test whether*filename* matches *pattern*, returning :const:`True` or :const:"
116-
"`False`; the comparison is case-sensitive and doesnot apply :func:`os.path."
117-
"normcase`."
115+
"Test whetherthefilename string *name* matches the pattern string *pat*,"
116+
"returning ``True`` or ``False``; the comparison is case-sensitive and does "
117+
"not apply :func:`os.path.normcase`."
118118
msgstr""
119119

120120
#:../../library/fnmatch.rst:81
121121
msgid""
122-
"Construct a list from those elements of the iterable *names* that match "
123-
"*pattern*. It is the same as ``[n for n in names if fnmatch(n, pattern)]``, "
124-
"but implemented more efficiently."
122+
"Construct a list from those elements of the:term:`iterable` *names* that "
123+
"matchpattern *pat*. It is the same as ``[n for n in names if fnmatch(n, "
124+
"pat)]``,but implemented more efficiently."
125125
msgstr""
126126

127-
#:../../library/fnmatch.rst:87
127+
#:../../library/fnmatch.rst:89
128128
msgid""
129-
"Return the shell-style*pattern* converted to a regular expression for using "
130-
"with :func:`re.match`."
129+
"Return the shell-style pattern *pat* converted to a regular expression for "
130+
"usingwith :func:`re.match`."
131131
msgstr""
132132

133-
#:../../library/fnmatch.rst:90
133+
#:../../library/fnmatch.rst:92
134134
msgid"Example:"
135135
msgstr"範例:"
136136

137-
#:../../library/fnmatch.rst:104
137+
#:../../library/fnmatch.rst:106
138138
msgid"Module :mod:`glob`"
139139
msgstr":mod:`glob` 模組"
140140

141-
#:../../library/fnmatch.rst:105
141+
#:../../library/fnmatch.rst:107
142142
msgid"Unix shell-style path expansion."
143143
msgstr""
144144

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp