File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2018-01-05 15:01+0000 \n "
11
+ "POT-Creation-Date : 2018-08-08 14:05+0900 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : tomo🐧, 2018\n "
14
14
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -687,10 +687,10 @@ msgstr "上記 ``generate_ints()`` ジェネレータの使用例はこちらで
687
687
688
688
#: ../../howto/functional.rst:481
689
689
msgid ""
690
- "You could equally write ``for i in generate_ints(5)``, or ``a,b, c = "
690
+ "You could equally write ``for i in generate_ints(5)``, or ``a, b, c = "
691
691
"generate_ints(3)``."
692
692
msgstr ""
693
- "同じく ``for i in generate_ints(5)`` や ``a,b, c = generate_ints(3)`` "
693
+ "同じく ``for i in generate_ints(5)`` や ``a, b, c = generate_ints(3)`` "
694
694
"といった書き方もできます。"
695
695
696
696
#: ../../howto/functional.rst:484
Original file line number Diff line number Diff line change @@ -355,11 +355,13 @@ msgid ""
355
355
"The positional argument specifiers can be omitted for :meth:`str.format`, so"
356
356
" ``'{} {}'.format(a, b)`` is equivalent to ``'{0} {1}'.format(a, b)``."
357
357
msgstr ""
358
+ ":meth:`str.format` を使い、位置引数指定を省略することができます。\n"
359
+ "``'{} {}'.format(a, b)`` は ``'{0} {1}'.format(a, b)`` と同じになります。"
358
360
359
361
#: ../../library/string.rst:237
360
362
msgid ""
361
363
"The positional argument specifiers can be omitted for :class:`Formatter`."
362
- msgstr ""
364
+ msgstr ":class:`Formatter` を使い、位置引数指定を省略することができます。 "
363
365
364
366
#: ../../library/string.rst:240
365
367
msgid "Some simple format string examples::"
@@ -805,7 +807,7 @@ msgstr "``'f'``"
805
807
msgid ""
806
808
"Fixed-point notation. Displays the number as a fixed-point number. The "
807
809
"default precision is ``6``."
808
- msgstr ""
810
+ msgstr "固定小数点数表記です。数値を固定小数点数として表示します。デフォルトの精度は ``6`` です。 "
809
811
810
812
#: ../../library/string.rst:470
811
813
msgid "``'F'``"
@@ -816,6 +818,7 @@ msgid ""
816
818
"Fixed-point notation. Same as ``'f'``, but converts ``nan`` to ``NAN`` and "
817
819
"``inf`` to ``INF``."
818
820
msgstr ""
821
+ "固定小数点数表記です。``nan`` が ``NAN`` に、``inf`` が ``INF`` に変換されることを除き ``'f'`` と同じです。"
819
822
820
823
#: ../../library/string.rst:473
821
824
msgid "``'g'``"
You can’t perform that action at this time.
0 commit comments