12
12
# Shun Sakurai, 2017
13
13
# Osamu NAKAMURA, 2019
14
14
# tomo, 2019
15
+ # mollinaca, 2020
15
16
#
16
17
#, fuzzy
17
18
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
20
21
"Report-Msgid-Bugs-To : \n "
21
22
"POT-Creation-Date : 2020-05-31 09:25+0000\n "
22
23
"PO-Revision-Date : 2017-02-16 23:20+0000\n "
23
- "Last-Translator : tomo, 2019 \n "
24
+ "Last-Translator : mollinaca, 2020 \n "
24
25
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
25
26
"MIME-Version : 1.0\n "
26
27
"Content-Type : text/plain; charset=UTF-8\n "
@@ -112,6 +113,9 @@ msgid ""
112
113
"an exception for paths that contain characters or bytes unrepresentable at "
113
114
"the OS level."
114
115
msgstr ""
116
+ ":func:`exists`、 :func:`lexists`、 :func:`isdir`、 :func:`isfile`、 "
117
+ ":func:`islink`、および :func:`ismount` は、OS レベルで表現できない文字列を含む可能性がある例外を送出する代わりに "
118
+ "``False`` を返すようになりました。"
115
119
116
120
#: ../../library/os.path.rst:66
117
121
msgid ""
@@ -258,7 +262,7 @@ msgstr "置き換えに失敗したり、引数のパスがチルダで始まっ
258
262
259
263
#: ../../library/os.path.rst:187
260
264
msgid "No longer uses :envvar:`HOME` on Windows."
261
- msgstr ""
265
+ msgstr "Windowsで :envvar:`HOME` が使えなくなりました。 "
262
266
263
267
#: ../../library/os.path.rst:196
264
268
msgid ""
@@ -438,11 +442,11 @@ msgstr ""
438
442
msgid ""
439
443
"When symbolic link cycles occur, the returned path will be one member of the"
440
444
" cycle, but no guarantee is made about which member that will be."
441
- msgstr ""
445
+ msgstr "シンボリックリンクが循環している場合、循環したリンクのうちの一つのパスが返されます。ただし、どのパスが返されるかは保証されません。 "
442
446
443
447
#: ../../library/os.path.rst:361
444
448
msgid "Symbolic links and junctions are now resolved on Windows."
445
- msgstr ""
449
+ msgstr "Windows においてシンボリックリンクとジャンクションが解決されるようになりました。 "
446
450
447
451
#: ../../library/os.path.rst:367
448
452
msgid ""
0 commit comments