File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ msgid ""
53
53
"Path.glob`. (For tilde and shell variable expansion, use :func:`os.path."
54
54
"expanduser` and :func:`os.path.expandvars`.)"
55
55
msgstr ""
56
+ "ドット (``.``) で始まるファイルは、同じくドットで始まるパターンにのみマッチし"
57
+ "ます。この動作は :func:`fnmatch.fnmatch` や :func:`pathlib.Path.glob` とは異"
58
+ "なります。 (チルダやシェル変数の展開には、 :func:`os.path.expanduser` と :"
59
+ "func:`os.path.expandvars` を使ってください。)"
56
60
57
61
#: ../../library/glob.rst:34
58
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
msgstr ""
100
+ "*root_dir* が ``None`` でない場合、その値は検索のルートディレクトリを指定す"
101
+ "る :term:`path-like オブジェクト` でなければなりません。これは :func:`glob` "
102
+ "を呼び出す前にカレントディレクトリを変更したのと同じ効果を持ちます。 "
103
+ "*pathname* が相対パスの場合、戻り値のリストは *root_dir* からの相対パスを含む"
104
+ "ことになります。"
96
105
97
106
#: ../../library/glob.rst:59
98
107
msgid ""
You can’t perform that action at this time.
0 commit comments