-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathdevelopment.po
43 lines (40 loc) · 1.88 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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 1990-2021, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Python 2.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-01 01:01+0900\n"
"PO-Revision-Date: 2015-11-28 19:12+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/"
"language/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../library/development.rst:6
msgid "Development Tools"
msgstr "開発ツール"
#: ../../library/development.rst:8
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:15
msgid "The list of modules described in this chapter is:"
msgstr "この章で解説されるモジュールのリスト:"