Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf572708

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent3d41318 commitf572708

File tree

3 files changed

+5204
-5185
lines changed

3 files changed

+5204
-5185
lines changed

‎glossary.po

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,6 +1616,10 @@ msgid ""
16161616
":func:`collections.namedtuple`. The latter technique also adds some extra "
16171617
"methods that may not be found in hand-written or built-in named tuples."
16181618
msgstr""
1619+
"(上の例のように) いくつかの名前付きタプルは組み込み型になっています。\n"
1620+
"その他にも名前付きタプルは、通常のクラス定義で :class:`tuple` を継承し、名前のフィールドを定義して作成できます。\n"
1621+
"そのようなクラスは手動で書いたり、 :func:`collections.namedtuple` ファクトリ関数デ作成したりできます。\n"
1622+
"後者の方法は、手動で書いた名前付きタプルや組み込みの名前付きタプルには無い付加的なメソッドを追加できます。"
16191623

16201624
#:../../glossary.rst:764
16211625
msgid"namespace"
@@ -1875,6 +1879,10 @@ msgid ""
18751879
":class:`str` or :class:`bytes` result instead, respectively. Introduced by "
18761880
":pep:`519`."
18771881
msgstr""
1882+
"(path-like オブジェクト) ファイルシステムパスを表します。\n"
1883+
"path-like オブジェクトは、パスを表す :class:`str` オブジェクトや :class:`bytes` オブジェクト、または :class:`os.PathLike` プロトコルを実装したオブジェクトのどれかです。\n"
1884+
":class:`os.PathLike` プロトコルをサポートしているオブジェクトは :func:`os.fspath` を呼び出すことで :class:`str` または :class:`bytes` のファイルシステムパスに変換できます。 :func:`os.fsdecode` と :func:`os.fsencode` はそれぞれ :class:`str` あるいは :class:`bytes` になるのを保証するのに使えます。\n"
1885+
":pep:`519` で導入されました。"
18781886

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

21792190
#:../../glossary.rst:1057
21802191
msgid""
21812192
"See also :term:`binary file` for a file object able to read and write :term"
21822193
":`bytes-like objects <bytes-like object>`."
21832194
msgstr""
2195+
":term:`bytes-like オブジェクト <bytes-like object>` を読み書きできるファイルオブジェクトについては、 "
2196+
":term:`バイナリファイル <binary file>` も参照してください。"
21842197

21852198
#:../../glossary.rst:1059
21862199
msgid"triple-quoted string"

‎whatsnew/3.8.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version:Python 3.8\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2019-09-27 11:33+0000\n"
15+
"POT-Creation-Date:2019-10-12 11:39+0000\n"
1616
"PO-Revision-Date:2019-09-01 14:44+0000\n"
1717
"Last-Translator:tomo, 2019\n"
1818
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -2105,8 +2105,8 @@ msgid ""
21052105
":class:`int`, :class:`float`, :class:`complex` and few classes from the "
21062106
"standard library. They now inherit ``__str__()`` from :class:`object`. As "
21072107
"result, defining the ``__repr__()`` method in the subclass of these classes "
2108-
"will affectthey string representation. (Contributed by Serhiy Storchaka in"
2109-
":issue:`36793`.)"
2108+
"will affecttheir string representation. (Contributed by Serhiy Storchaka in"
2109+
":issue:`36793`.)"
21102110
msgstr""
21112111

21122112
#:../../whatsnew/3.8.rst:1537

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp