7
7
msgstr ""
8
8
"Project-Id-Version :Python 3.12\n "
9
9
"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 "
11
11
"PO-Revision-Date :2018-05-23 16:02+0000\n "
12
12
"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -97,8 +97,8 @@ msgstr ""
97
97
98
98
#: ../../library/fnmatch.rst:55
99
99
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 :"
102
102
"func:`os.path.normcase`. :func:`fnmatchcase` can be used to perform a case-"
103
103
"sensitive comparison, regardless of whether that's standard for the "
104
104
"operating system."
@@ -112,33 +112,33 @@ msgstr ""
112
112
113
113
#: ../../library/fnmatch.rst:74
114
114
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 whetherthe filename 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`."
118
118
msgstr ""
119
119
120
120
#: ../../library/fnmatch.rst:81
121
121
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
+ "match pattern *pat* . It is the same as ``[n for n in names if fnmatch(n, "
124
+ "pat)]``, but implemented more efficiently."
125
125
msgstr ""
126
126
127
- #: ../../library/fnmatch.rst:87
127
+ #: ../../library/fnmatch.rst:89
128
128
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
+ "using with :func:`re.match`."
131
131
msgstr ""
132
132
133
- #: ../../library/fnmatch.rst:90
133
+ #: ../../library/fnmatch.rst:92
134
134
msgid "Example:"
135
135
msgstr "範例:"
136
136
137
- #: ../../library/fnmatch.rst:104
137
+ #: ../../library/fnmatch.rst:106
138
138
msgid "Module :mod:`glob`"
139
139
msgstr ":mod:`glob` 模組"
140
140
141
- #: ../../library/fnmatch.rst:105
141
+ #: ../../library/fnmatch.rst:107
142
142
msgid "Unix shell-style path expansion."
143
143
msgstr ""
144
144