12
12
# E. Kawashima, 2017
13
13
# tomo, 2018
14
14
# Osamu NAKAMURA, 2019
15
+ # samuel300z <samuel300z@gmail.com>, 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-01-23 12:31+0000\n "
22
23
"PO-Revision-Date :2017-02-16 23:20+0000\n "
23
- "Last-Translator :Osamu NAKAMURA, 2019 \n "
24
+ "Last-Translator :samuel300z <samuel300z@gmail.com>, 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 "
@@ -85,7 +86,7 @@ msgstr ""
85
86
86
87
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:35
87
88
msgid "On VxWorks, os.fork, os.execv and os.spawn*p* are not supported."
88
- msgstr ""
89
+ msgstr "VxWorks では、os.fork, os.execv および os.spawn*p* はサポートされていません。 "
89
90
90
91
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:39
91
92
msgid ""
@@ -94,6 +95,8 @@ msgid ""
94
95
"arguments that have the correct type, but are not accepted by the operating "
95
96
"system."
96
97
msgstr ""
98
+ "このモジュール内のすべての関数は、間違った、あるいはアクセス出来ないファイル名やファイルパス、その他型が合っていても OS が受理しない引数に対して、 "
99
+ ":exc:`OSError` (またはそのサブクラス)を送出します。"
97
100
98
101
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:45
99
102
msgid "An alias for the built-in :exc:`OSError` exception."
@@ -379,6 +382,7 @@ msgid ""
379
382
":data:`environb` is only available if :data:`supports_bytes_environ` is "
380
383
"``True``."
381
384
msgstr ""
385
+ ":data:`environb` は :data:`supports_bytes_environ` が ``True`` の場合のみ利用可能です。"
382
386
383
387
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:161
384
388
msgid "These functions are described in :ref:`os-file-dir`."
@@ -390,6 +394,8 @@ msgid ""
390
394
"encoding with ``'surrogateescape'`` error handler, or ``'strict'`` on "
391
395
"Windows; return :class:`bytes` unchanged."
392
396
msgstr ""
397
+ "*filename* をファイルシステムのエンコーディングにエンコードします。エラーハンドラーに ``'surrogateescape'`` "
398
+ "(Windows の場合は ``'strict'``) が指定されます; 未変更の :class:`bytes` オブジェクトを返します。"
393
399
394
400
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:170
395
401
msgid ":func:`fsdecode` is the reverse function."