@@ -12,7 +12,7 @@ msgstr ""
12
12
"Project-Id-Version : Python 2.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2018-03-27 12:52+0900\n "
15
- "PO-Revision-Date : 2018-03-29 01:26 +0000\n "
15
+ "PO-Revision-Date : 2018-05-20 05:49 +0000\n "
16
16
"Last-Translator : cocoatomo\n "
17
17
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
18
18
"MIME-Version : 1.0\n "
@@ -2918,7 +2918,7 @@ msgstr ""
2918
2918
msgid ""
2919
2919
"The ability to set new shapes for the turtle, and to define a new coordinate"
2920
2920
" system."
2921
- msgstr ""
2921
+ msgstr "亀に新しい姿を設定できたり、新しい座標系を定義できるようになりました。 "
2922
2922
2923
2923
#: ../../whatsnew/2.6.rst:2570
2924
2924
msgid "Turtles now have an :meth:`undo()` method that can roll back actions."
@@ -2928,19 +2928,19 @@ msgstr "亀に、動作を巻き戻せる :meth:`undo()` メソッドが増え
2928
2928
msgid ""
2929
2929
"Simple support for reacting to input events such as mouse and keyboard "
2930
2930
"activity, making it possible to write simple games."
2931
- msgstr ""
2931
+ msgstr "マウスやキーボードからの入力イベントに反応するための簡易なサポートが入り、簡単なゲームを書くことができるようになりました。 "
2932
2932
2933
2933
#: ../../whatsnew/2.6.rst:2573
2934
2934
msgid ""
2935
2935
"A :file:`turtle.cfg` file can be used to customize the starting appearance "
2936
2936
"of the turtle's screen."
2937
- msgstr ""
2937
+ msgstr ":file:`turtle.cfg` を使って、turtle の画面の起動時の見た目をカスタマイズできるようになりました。 "
2938
2938
2939
2939
#: ../../whatsnew/2.6.rst:2575
2940
2940
msgid ""
2941
2941
"The module's docstrings can be replaced by new docstrings that have been "
2942
2942
"translated into another language."
2943
- msgstr ""
2943
+ msgstr "モジュールの docstring が、他の言語に翻訳された docstring に置き換えられるようになりました。 "
2944
2944
2945
2945
#: ../../whatsnew/2.6.rst:2578
2946
2946
msgid "(:issue:`1513695`)"
0 commit comments