Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a72736

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 2f887ed commit 5a72736

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library/glob.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ msgid ""
5353
"Path.glob`. (For tilde and shell variable expansion, use :func:`os.path."
5454
"expanduser` and :func:`os.path.expandvars`.)"
5555
msgstr ""
56+
"ドット (``.``) で始まるファイルは、同じくドットで始まるパターンにのみマッチし"
57+
"ます。この動作は :func:`fnmatch.fnmatch` や :func:`pathlib.Path.glob` とは異"
58+
"なります。 (チルダやシェル変数の展開には、 :func:`os.path.expanduser` と :"
59+
"func:`os.path.expandvars` を使ってください。)"
5660

5761
#: ../../library/glob.rst:34
5862
msgid ""
@@ -93,6 +97,11 @@ msgid ""
9397
"func:`glob` as changing the current directory before calling it. If "
9498
"*pathname* is relative, the result will contain paths relative to *root_dir*."
9599
msgstr ""
100+
"*root_dir* が ``None`` でない場合、その値は検索のルートディレクトリを指定す"
101+
"る :term:`path-like オブジェクト` でなければなりません。これは :func:`glob` "
102+
"を呼び出す前にカレントディレクトリを変更したのと同じ効果を持ちます。 "
103+
"*pathname* が相対パスの場合、戻り値のリストは *root_dir* からの相対パスを含む"
104+
"ことになります。"
96105

97106
#: ../../library/glob.rst:59
98107
msgid ""

0 commit comments

Comments
 (0)