@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.12\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2024-03-22 14:14+0000\n "
18+ "POT-Creation-Date : 2024-04-12 14:14+0000\n "
1919"PO-Revision-Date : 2021-06-28 01:06+0000\n "
2020"Last-Translator : Takeshi Nakazato, 2023\n "
2121"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -136,15 +136,15 @@ msgstr ""
136136"*include_hidden* が真の場合、パターン \" ``**``\" は隠しディレクトリにマッチし"
137137"ます。"
138138
139- #: ../../library/glob.rst:73 ../../library/glob.rst:96
139+ #: ../../library/glob.rst:73 ../../library/glob.rst:100
140140msgid ""
141141"Raises an :ref:`auditing event <auditing>` ``glob.glob`` with arguments "
142142"``pathname``, ``recursive``."
143143msgstr ""
144144"引数 ``pathname``, ``recursive`` を指定して :ref:`監査イベント <auditing>` "
145145"``glob.glob`` を送出します。 "
146146
147- #: ../../library/glob.rst:74 ../../library/glob.rst:97
147+ #: ../../library/glob.rst:74 ../../library/glob.rst:101
148148msgid ""
149149"Raises an :ref:`auditing event <auditing>` ``glob.glob/2`` with arguments "
150150"``pathname``, ``recursive``, ``root_dir``, ``dir_fd``."
@@ -160,27 +160,33 @@ msgstr ""
160160"パターン \" ``**``\" を大きなディレクトリツリーで使用するととてつもなく時間が"
161161"かかるかもしれません。"
162162
163- #: ../../library/glob.rst:80 ../../library/glob.rst:99
163+ #: ../../library/glob.rst:81 ../../library/glob.rst:104
164+ msgid ""
165+ "This function may return duplicate path names if *pathname* contains "
166+ "multiple \" ``**``\" patterns and *recursive* is true."
167+ msgstr ""
168+
169+ #: ../../library/glob.rst:84 ../../library/glob.rst:107
164170msgid "Support for recursive globs using \" ``**``\" ."
165171msgstr "\" ``**``\" を使った再帰的な glob がサポートされました。"
166172
167- #: ../../library/glob.rst:83 ../../library/glob.rst:102
173+ #: ../../library/glob.rst:87 ../../library/glob.rst:110
168174msgid "Added the *root_dir* and *dir_fd* parameters."
169175msgstr "*root_dir* と *dir_fd* 引数が追加されました。"
170176
171- #: ../../library/glob.rst:86 ../../library/glob.rst:105
177+ #: ../../library/glob.rst:90 ../../library/glob.rst:113
172178msgid "Added the *include_hidden* parameter."
173179msgstr "*include_hidden* パラメータが追加されました。"
174180
175- #: ../../library/glob.rst:93
181+ #: ../../library/glob.rst:97
176182msgid ""
177183"Return an :term:`iterator` which yields the same values as :func:`glob` "
178184"without actually storing them all simultaneously."
179185msgstr ""
180186"実際には一度にすべてを格納せずに、:func:`glob` と同じ値を順に生成する :term:`"
181187"イテレーター <iterator>` を返します。"
182188
183- #: ../../library/glob.rst:111
189+ #: ../../library/glob.rst:119
184190msgid ""
185191"Escape all special characters (``'?'``, ``'*'`` and ``'['``). This is useful "
186192"if you want to match an arbitrary literal string that may have special "
@@ -194,7 +200,7 @@ msgstr ""
194200"は ``escape('//?/c:/Quo vadis?.txt')`` は ``'//?/c:/Quo vadis[?].txt'`` を返"
195201"します。"
196202
197- #: ../../library/glob.rst:120
203+ #: ../../library/glob.rst:128
198204msgid ""
199205"For example, consider a directory containing the following files: :file:`1."
200206"gif`, :file:`2.txt`, :file:`card.gif` and a subdirectory :file:`sub` which "
@@ -207,7 +213,7 @@ msgstr ""
207213"場合、:func:`glob` は以下の結果を返します。パスに接頭する要素がどう維持される"
208214"かに注意してください。::"
209215
210- #: ../../library/glob.rst:138
216+ #: ../../library/glob.rst:146
211217msgid ""
212218"If the directory contains files starting with ``.`` they won't be matched by "
213219"default. For example, consider a directory containing :file:`card.gif` and :"
@@ -217,11 +223,11 @@ msgstr ""
217223"マッチしません。例えば、 :file:`card.gif` と :file:`.card.gif` を含むディレク"
218224"トリを考えてください::"
219225
220- #: ../../library/glob.rst:150
226+ #: ../../library/glob.rst:158
221227msgid "Module :mod:`fnmatch`"
222228msgstr ":mod:`fnmatch` モジュール"
223229
224- #: ../../library/glob.rst:151
230+ #: ../../library/glob.rst:159
225231msgid "Shell-style filename (not path) expansion"
226232msgstr "シェル形式の (パスではない) ファイル名展開"
227233
0 commit comments