44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # tomo, 2018
7+ # tomo, 2019
88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2019-01-01 15:22+0900\n "
1515"PO-Revision-Date : 2018-06-29 17:33+0000\n "
16- "Last-Translator : tomo, 2018 \n "
16+ "Last-Translator : tomo, 2019 \n "
1717"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -41,6 +41,14 @@ msgid ""
4141"(``.``) as special cases. (For tilde and shell variable expansion, use "
4242":func:`os.path.expanduser` and :func:`os.path.expandvars`.)"
4343msgstr ""
44+ ":mod:`glob` モジュールは Unix "
45+ "シェルで使われているルールに従い指定されたパターンに一致するすべてのパス名を見つけ出します。返される結果の順序は不定です。チルダ展開は行われませんが、``*``,"
46+ " ``?``, および ``[]`` で表現される文字範囲については正しくマッチされます。これは、関数 :func:`os.scandir` および "
47+ ":func:`fnmatch.fnmatch` "
48+ "を使用して行われており、実際にサブシェルを呼び出しているわけではありません。:func:`fnmatch.fnmatch` "
49+ "と異なり、:mod:`glob` はドット (``.``) "
50+ "で始まるファイル名は特別扱いする点に注意してください。(チルダおよびシェル変数の展開を利用したい場合は "
51+ ":func:`os.path.expanduser` および :func:`os.path.expandvars` を使用してください。)"
4452
4553#: ../../library/glob.rst:31
4654msgid ""
0 commit comments