@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version :Python 2.7\n "
10
10
"Report-Msgid-Bugs-To :\n "
11
11
"POT-Creation-Date :2018-09-02 14:16+0900\n "
12
- "PO-Revision-Date :2018-09-02 05:18 +0000\n "
12
+ "PO-Revision-Date :2018-11-15 15:25 +0000\n "
13
13
"Last-Translator :tomo🐧\n "
14
14
"Language-Team :Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version :1.0\n "
@@ -42,7 +42,7 @@ msgid ""
42
42
" indented code block, when within a pair of matching left and right "
43
43
"delimiters (parentheses, square brackets, curly braces or triple quotes), or"
44
44
" after specifying a decorator."
45
- msgstr ""
45
+ msgstr "インタラクティブシェルにおいて、インデントされたコードブロック、対応する左右の区切り文字の組 (丸括弧()、角括弧[]、波括弧{}、三重引用符) の内側、デコレーターの後に、コードを入力する際に表示されるデフォルトの Python プロンプトです。 "
46
46
47
47
#: ../../glossary.rst:20
48
48
msgid "2to3"
@@ -771,7 +771,7 @@ msgid ""
771
771
"An anonymous inline function consisting of a single :term:`expression` which"
772
772
" is evaluated when the function is called. The syntax to create a lambda "
773
773
"function is ``lambda [parameters]: expression``"
774
- msgstr ""
774
+ msgstr "(ラムダ) 無名のインライン関数で、関数が呼び出されたときに評価される 1 つの式 (:term:`expression`) を含みます。ラムダ関数を作る構文は ``lambda [parameters]: expression`` です。 "
775
775
776
776
#: ../../glossary.rst:462
777
777
msgid "LBYL"
@@ -803,7 +803,7 @@ msgid ""
803
803
"A built-in Python :term:`sequence`. Despite its name it is more akin to an "
804
804
"array in other languages than to a linked list since access to elements is "
805
805
"O(1)."
806
- msgstr ""
806
+ msgstr "(リスト) Python の組み込みのシーケンス (:term:`sequence`) です。リストという名前ですが、リンクリストではなく、他の言語で言う配列 (array) と同種のもので、要素へのアクセスは O(1) です。 "
807
807
808
808
#: ../../glossary.rst:479
809
809
msgid "list comprehension"
@@ -1071,7 +1071,7 @@ msgstr ":term:`argument` 、FAQ の :ref:`実引数と仮引数の違いは何
1071
1071
1072
1072
#: ../../glossary.rst:628
1073
1073
msgid "PEP"
1074
- msgstr ""
1074
+ msgstr "PEP "
1075
1075
1076
1076
#: ../../glossary.rst:630
1077
1077
msgid ""