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

Commitb70fd3e

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

File tree

8 files changed

+18
-6
lines changed

8 files changed

+18
-6
lines changed

‎library/doctest.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,6 +2167,8 @@ msgid ""
21672167
"``True`` if they match; and :meth:`output_difference`, which returns a "
21682168
"string describing the differences between two outputs."
21692169
msgstr""
2170+
"doctest 実行例を実際に実行したときの出力が期待する出力と一致するかどうかをチェックするために使われるクラスです。\n"
2171+
":class:`OutputChecker` では、与えられた二つの出力を比較して、一致する場合には ``True`` を返す :meth:`check_output` と、二つの出力間の違いを説明する文字列を返す :meth:`output_difference` の、二つのメソッドがあります。"
21702172

21712173
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/doctest.rst:1539
21722174
msgid":class:`OutputChecker` defines the following methods:"

‎library/email.charset.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ msgid ""
3434
"This module is part of the legacy (``Compat32``) email API. In the new API "
3535
"only the aliases table is used."
3636
msgstr""
37+
"このモジュールは、レガシーな (``Compat32``) email API の一部分です。\n"
38+
"新しい API では別名の表のみ使われています。"
3739

3840
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/email.charset.rst:14
3941
msgid""

‎library/keyword.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ msgstr "このモジュールでは、Python プログラムで文字列がキ
3636

3737
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/keyword.rst:16
3838
msgid"Return ``True`` if *s* is a Python keyword."
39-
msgstr""
39+
msgstr"*s* が Python のキーワードであれば ``True`` を返します。"
4040

4141
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/keyword.rst:21
4242
msgid""

‎library/lzma.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ msgstr "その他"
560560
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:316
561561
msgid""
562562
"Return ``True`` if the given integrity check is supported on this system."
563-
msgstr""
563+
msgstr"指定したインテグリティチェックがシステムでサポートされていれば ``True`` を返します。"
564564

565565
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:318
566566
msgid""

‎library/msvcrt.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ msgstr "コンソール I/O 関連"
131131

132132
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/msvcrt.rst:95
133133
msgid"Return ``True`` if a keypress is waiting to be read."
134-
msgstr""
134+
msgstr"読み出し待ちの打鍵イベントが存在する場合に ``True`` を返します。"
135135

136136
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/msvcrt.rst:100
137137
msgid""

‎library/parser.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@ msgid ""
370370
"like this either, and are identical to those created by the built-in "
371371
":func:`compile` function."
372372
msgstr""
373+
"*st* が ``'eval'`` 形式を表している場合に、この関数は ``True`` を返します。そうでなければ、 ``False`` "
374+
"を返します。これは役に立ちます。なぜならば、通常は既存の組み込み関数を使ってもコードオブジェクトに対してこの情報を問い合わせることができないからです。このどちらのようにも"
375+
" :func:`compilest` によって作成されたコードオブジェクトに問い合わせることはできませんし、そのコードオブジェクトは組み込み "
376+
":func:`compile` 関数によって作成されたコードオブジェクトと同じであることに注意してください。"
373377

374378
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/parser.rst:246
375379
msgid""

‎library/sched.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2019
87
# 秘湯 <xwhhsprings@gmail.com>, 2019
8+
# tomo, 2019
99
#
1010
#,fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To:\n"
1515
"POT-Creation-Date:2019-12-16 04:24+0000\n"
1616
"PO-Revision-Date:2019-09-01 03:28+0000\n"
17-
"Last-Translator:秘湯 <xwhhsprings@gmail.com>, 2019\n"
17+
"Last-Translator:tomo, 2019\n"
1818
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=UTF-8\n"
@@ -133,7 +133,7 @@ msgstr ""
133133

134134
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/sched.rst:107
135135
msgid"Return ``True`` if the event queue is empty."
136-
msgstr""
136+
msgstr"もしイベントキューが空ならば、 ``True`` を返します。"
137137

138138
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/sched.rst:112
139139
msgid""

‎library/stringprep.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ msgid ""
7979
"provides the mapping function: given the key, it returns the associated "
8080
"value. Below is a list of all functions available in the module."
8181
msgstr""
82+
"その結果、これらのテーブルはデータ構造体ではなく、関数として公開されています。RFC には 2 種類のテーブル: "
83+
"集合およびマップ、が存在します。集合については、 :mod:`stringprep` は\"特性関数 (characteristic "
84+
"function)\" 、すなわち引数が集合の一部である場合に ``True`` を返す関数を提供します。マッピングについては、マップ関数: "
85+
"キーが与えられると、それに関連付けられた値を返す関数を提供します。以下はこのモジュールで利用可能な全ての関数を列挙したものです。"
8286

8387
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/stringprep.rst:44
8488
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp