|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001-2019, Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +# Translators: |
| 7 | +# tomo, 2019 |
| 8 | +# |
| 9 | +#, fuzzy |
| 10 | +msgid "" |
| 11 | +msgstr "" |
| 12 | +"Project-Id-Version: Python 3.7\n" |
| 13 | +"Report-Msgid-Bugs-To: \n" |
| 14 | +"POT-Creation-Date: 2019-07-19 02:58+0000\n" |
| 15 | +"PO-Revision-Date: 2019-07-19 03:03+0000\n" |
| 16 | +"Last-Translator: tomo, 2019\n" |
| 17 | +"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n" |
| 18 | +"MIME-Version: 1.0\n" |
| 19 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 20 | +"Content-Transfer-Encoding: 8bit\n" |
| 21 | +"Language: ja\n" |
| 22 | +"Plural-Forms: nplurals=1; plural=0;\n" |
| 23 | + |
| 24 | +#: ../../using/editors.rst:7 |
| 25 | +msgid "Editors and IDEs" |
| 26 | +msgstr "エディタと IDE" |
| 27 | + |
| 28 | +#: ../../using/editors.rst:9 |
| 29 | +msgid "" |
| 30 | +"There are a number of IDEs that support Python programming language. Many " |
| 31 | +"editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` " |
| 32 | +"checks." |
| 33 | +msgstr "" |
| 34 | +"Python プログラミング言語をサポートする IDE はたくさんあります。\n" |
| 35 | +"多くのエディタや IDE にはシンタックスハイライト機能、デバッグツール、 :pep:`8` チェック機能があります。" |
| 36 | + |
| 37 | +#: ../../using/editors.rst:12 |
| 38 | +msgid "" |
| 39 | +"Please go to `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ " |
| 40 | +"and `Integrated Development Environments " |
| 41 | +"<https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_ for a " |
| 42 | +"comprehensive list." |
| 43 | +msgstr "" |
| 44 | +"包括的な一覧を見るには、 `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ " |
| 45 | +"や `Integrated Development Environments " |
| 46 | +"<https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_ を訪れてください。" |
0 commit comments