1212# 秘湯 <xwhhsprings@gmail.com>, 2017
1313# Osamu NAKAMURA, 2017
1414# Naoki INADA <songofacandy@gmail.com>, 2017
15- # tomo🐧, 2018
1615# takey <taketakeyyy@gmail.com>, 2018
16+ # tomo🐧, 2018
1717#
1818#, fuzzy
1919msgid ""
@@ -22,7 +22,7 @@ msgstr ""
2222"Report-Msgid-Bugs-To : \n "
2323"POT-Creation-Date : 2018-11-14 09:45+0900\n "
2424"PO-Revision-Date : 2017-02-16 17:46+0000\n "
25- "Last-Translator : takey <taketakeyyy@gmail.com> , 2018\n "
25+ "Last-Translator : tomo🐧 , 2018\n "
2626"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2727"MIME-Version : 1.0\n "
2828"Content-Type : text/plain; charset=UTF-8\n "
@@ -119,10 +119,9 @@ msgid ""
119119"3.4, which either don't provide ``venv`` at all, or aren't able to "
120120"automatically install ``pip`` into created environments."
121121msgstr ""
122- "``virtualenv`` は ``venv`` のサードパーティの代替案 (で predecessor) to. It allows virtual"
123- " environments to be used on versions of Python prior to 3.4, which either "
124- "don't provide ``venv`` at all, or aren't able to automatically install "
125- "``pip`` into created environments."
122+ "``virtualenv`` は ``venv`` のサードパーティの代替案 (で前身) です。\n"
123+ "``virtualenv`` により仮想環境を Python 3.4 より前のバージョンで使うことが出来ます。\n"
124+ "以前のバージョンは ``venv`` を提供していませんし、作成された環境に ``pip`` を自動的にインストールすることも出来ません。"
126125
127126#: ../../installing/index.rst:47
128127msgid ""
@@ -142,6 +141,10 @@ msgid ""
142141"issue trackers on both `GitHub <https://github.com/pypa>`__ and `BitBucket "
143142"<https://bitbucket.org/pypa/>`__."
144143msgstr ""
144+ "`Python Packaging Authority <https://www.pypa.io/>`__ "
145+ "は、標準のパッケージングツール、関連するメタデータとファイルフォーマット標準の保守と発展を担っている、開発者・ドキュメントの著者のグループです。彼らは様々なツールやドキュメント、issue"
146+ " tracker を `GitHub <https://github.com/pypa>`__ と `BitBucket "
147+ "<https://bitbucket.org/pypa/>`__ の両方で管理しています。"
145148
146149#: ../../installing/index.rst:57
147150msgid ""
@@ -163,7 +166,7 @@ msgid ""
163166"Python 3.3 and 3.4, and is `deprecated in Python 3.6 "
164167"<https://docs.python.org/dev/whatsnew/3.6.html#deprecated-features>`_."
165168msgstr ""
166- "Python 3.3 と 3.4 では、仮想環境の作成に推奨していたツールは``pyvenv``でしたが、`Python 3.6では非推奨です "
169+ "Python 3.3 と 3.4 では、仮想環境の作成に推奨していたツールは ``pyvenv`` でしたが、`Python 3.6では非推奨です "
167170"<https://docs.python.org/dev/whatsnew/3.6.html#deprecated-features>`_。"
168171
169172#: ../../installing/index.rst:70
@@ -246,6 +249,8 @@ msgid ""
246249"Installing packages into an active virtual environment uses the commands "
247250"shown above."
248251msgstr ""
252+ "仮想環境の作成は :mod:`venv` モジュールを通して行われます。\n"
253+ "有効な仮想環境にインストールするには 上記のコマンドを使います。 "
249254
250255#: ../../installing/index.rst:122
251256msgid ""
@@ -282,6 +287,9 @@ msgid ""
282287"<https://packaging.python.org/installing/#requirements-for-installing-"
283288"packages>`__"
284289msgstr ""
290+ "`Python Packaging User Guide: Requirements for Installing Packages "
291+ "<https://packaging.python.org/installing/#requirements-for-installing-"
292+ "packages>`__"
285293
286294#: ../../installing/index.rst:147
287295msgid "... install packages just for the current user?"
@@ -307,12 +315,17 @@ msgid ""
307315"means <https://packaging.python.org/science/>`__ rather than attempting to "
308316"install them with ``pip``."
309317msgstr ""
318+ "科学技術計算用の Python パッケージの多くがバイナリモジュールに複雑に依存しており、現在のところ ``pip`` "
319+ "を直接使ってインストールすることは容易ではありません。現時点では ``pip`` を使ってインストールしようとするよりも、 `別の手段 "
320+ "<https://packaging.python.org/science/>`__ を用いてインストールするほうが、多くの場合簡単でしょう。"
310321
311322#: ../../installing/index.rst:164
312323msgid ""
313324"`Python Packaging User Guide: Installing Scientific Packages "
314325"<https://packaging.python.org/science/>`__"
315326msgstr ""
327+ "`Python Packaging User Guide: Installing Scientific Packages "
328+ "<https://packaging.python.org/science/>`__"
316329
317330#: ../../installing/index.rst:169
318331msgid "... work with multiple versions of Python installed in parallel?"
@@ -417,9 +430,14 @@ msgid ""
417430"pre-built ``wheel`` files may also help with obtaining other binary "
418431"extensions without needing to build them locally."
419432msgstr ""
433+ "ビルド済み ``wheel`` ファイルが未だ入手出来ない `scientific software "
434+ "<https://packaging.python.org/science/>`__ "
435+ "インストールにおけるいくつかの解法が、ローカルにビルドすることなく他のバイナリ拡張を得る助けになるかもしれません。"
420436
421437#: ../../installing/index.rst:245
422438msgid ""
423439"`Python Packaging User Guide: Binary Extensions "
424440"<https://packaging.python.org/extensions/>`__"
425441msgstr ""
442+ "`Python Packaging User Guide: Binary Extensions "
443+ "<https://packaging.python.org/extensions/>`__"
0 commit comments