8000 [skip ci] Update .po files · python/python-docs-ja@1439638 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1439638

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent a0f1108 commit 1439638

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

glossary.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,10 @@ msgid ""
18181818
":class:`str` or :class:`bytes` result instead, respectively. Introduced by "
18191819
":pep:`519`."
18201820
msgstr ""
1821+
"(path-like オブジェクト) ファイルシステムパスを表します。\n"
1822+
"path-like オブジェクトは、パスを表す :class:`str` オブジェクトや :class:`bytes` オブジェクト、または :class:`os.PathLike` プロトコルを実装したオブジェクトのどれかです。\n"
1823+
":class:`os.PathLike` プロトコルをサポートしているオブジェクトは :func:`os.fspath` を呼び出すことで :class:`str` または :class:`bytes` のファイルシステムパスに変換できます。 :func:`os.fsdecode` と :func:`os.fsencode` はそれぞれ :class:`str` あるいは :class:`bytes` になるのを保証するのに使えます。\n"
1824+
":pep:`519` で導入されました。"
18211825

18221826
#: ../../glossary.rst:856
18231827
msgid "PEP"
@@ -2132,12 +2136,17 @@ msgid ""
21322136
" in text mode (``'r'`` or ``'w'``), :data:`sys.stdin`, :data:`sys.stdout`, "
21332137
"and instances of :class:`io.StringIO`."
21342138
msgstr ""
2139+
"(テキストファイル) :class:`str` オブジェクトを読み書きできる :term:`file object` です。\n"
2140+
"しばしば、テキストファイルは実際にバイト指向のデータストリームにアクセスし、 :term:`テキストエンコーディング <text encoding>` を自動的に行います。\n"
2141+
"テキストファイルの例は、 :data:`sys.stdin`, :data:`sys.stdout`, :class:`io.StringIO` インスタンスなどをテキストモード (``'r'`` or ``'w'``) で開いたファイルです。"
21352142

21362143
#: ../../glossary.rst:1026
21372144
msgid ""
21382145
"See also :term:`binary file` for a file object able to read and write :term"
21392146
":`bytes-like objects <bytes-like object>`."
21402147
msgstr ""
2148+
":term:`bytes-like オブジェクト <bytes-like object>` を読み書きできるファイルオブジェクトについては、 "
2149+
":term:`バイナリファイル <binary file>` も参照してください。"
21412150

21422151
#: ../../glossary.rst:1028
21432152
msgid "triple-quoted string"

0 commit comments

Comments
 (0)
0