-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathdevelopment.po
47 lines (43 loc) · 2.09 KB
/
development.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2018, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Nozomu Kaneko <[email protected]>, 2017\n"
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../library/development.rst:5
msgid "Development Tools"
msgstr "開発ツール"
#: ../../library/development.rst:7
msgid ""
"The modules described in this chapter help you write software. For example,"
" the :mod:`pydoc` module takes a module and generates documentation based on"
" the module's contents. The :mod:`doctest` and :mod:`unittest` modules "
"contains frameworks for writing unit tests that automatically exercise code "
"and verify that the expected output is produced. :program:`2to3` can "
"translate Python 2.x source code into valid Python 3.x code."
msgstr ""
"この章で紹介されるモジュールはソフトウェアを書くことを支援します。たとえば、 :mod:`pydoc` "
"モジュールはモジュールの内容からドキュメントを生成します。 :mod:`doctest` と :mod:`unittest` "
"モジュールでは、自動的に実行して予想通りの出力が生成されるか確認するユニットテストを書くことができます。 :program:`2to3` は "
"Python2.x 用のソースコードを正当な Python 3.x コードに翻訳できます。"
#: ../../library/development.rst:14
msgid "The list of modules described in this chapter is:"
msgstr "この章で解説されるモジュールのリスト:"
#: ../../library/development.rst:28
msgid ""
"See also the Python development mode: the :option:`-X` ``dev`` option and "
":envvar:`PYTHONDEVMODE` environment variable."
msgstr ""