-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathindex.po
68 lines (59 loc) · 2.54 KB
/
index.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# 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: Naoki INADA <[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"
#: ../../distutils/index.rst:5
msgid "Distributing Python Modules (Legacy version)"
msgstr "Python モジュールの配布 (レガシーバージョン)"
#: ../../distutils/index.rst:0
msgid "Authors"
msgstr ""
#: ../../distutils/index.rst:7
msgid "Greg Ward, Anthony Baxter"
msgstr "Greg Ward, Anthony Baxter"
#: ../../distutils/index.rst:0
msgid "Email"
msgstr "Email"
#: ../../distutils/index.rst:8
msgid "[email protected]"
msgstr "[email protected]"
#: ../../distutils/index.rst:12
msgid ":ref:`distributing-index`"
msgstr ":ref:`distributing-index`"
#: ../../distutils/index.rst:13
msgid "The up to date module distribution documentations"
msgstr "最新のモジュール配布ドキュメンテーション"
#: ../../distutils/index.rst:15
msgid ""
"This document describes the Python Distribution Utilities (\"Distutils\") "
"from the module developer's point of view, describing how to use the "
"Distutils to make Python modules and extensions easily available to a wider "
"audience with very little overhead for build/release/install mechanics."
msgstr ""
"このドキュメントでは、 Python 配布ユーティリティ (Python Distribution Utilities, \"Distutils\") "
"について、 モジュール開発者の視点に立ち、多くの人々がビルド/リリース/インストール の手間をほとんどかけずに Python "
"モジュールや拡張モジュールを入手できるようにする方法について述べます。"
#: ../../distutils/index.rst:22
msgid ""
"This guide only covers the basic tools for building and distributing "
"extensions that are provided as part of this version of Python. Third party "
"tools offer easier to use and more secure alternatives. Refer to the `quick "
"recommendations section <https://packaging.python.org/guides/tool-"
"recommendations/>`__ in the Python Packaging User Guide for more "
"information."
msgstr ""