We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2f887ed commit5a72736Copy full SHA for 5a72736
library/glob.po
@@ -53,6 +53,10 @@ msgid ""
53
"Path.glob`. (For tilde and shell variable expansion, use :func:`os.path."
54
"expanduser` and :func:`os.path.expandvars`.)"
55
msgstr""
56
+"ドット (``.``) で始まるファイルは、同じくドットで始まるパターンにのみマッチし"
57
+"ます。この動作は :func:`fnmatch.fnmatch` や :func:`pathlib.Path.glob` とは異"
58
+"なります。 (チルダやシェル変数の展開には、 :func:`os.path.expanduser` と :"
59
+"func:`os.path.expandvars` を使ってください。)"
60
61
#:../../library/glob.rst:34
62
msgid""
@@ -93,6 +97,11 @@ msgid ""
93
97
"func:`glob` as changing the current directory before calling it. If "
94
98
"*pathname* is relative, the result will contain paths relative to *root_dir*."
95
99
100
+"*root_dir* が ``None`` でない場合、その値は検索のルートディレクトリを指定す"
101
+"る :term:`path-like オブジェクト` でなければなりません。これは :func:`glob` "
102
+"を呼び出す前にカレントディレクトリを変更したのと同じ効果を持ちます。 "
103
+"*pathname* が相対パスの場合、戻り値のリストは *root_dir* からの相対パスを含む"
104
+"ことになります。"
96
105
106
#:../../library/glob.rst:59
107