Skip to content

Commit 9bed097

Browse files
committed
revised the Japanese translation in index.rst
1 parent 1114a1d commit 9bed097

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/ja/index.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ virtualenvwrapper |release|
1515
on more than one project at a time without introducing conflicts in
1616
their dependencies.
1717
18-
virtualenvwrapper は Ian Bicking の `virtualenv <http://pypi.python.org/pypi/virtualenv>`_ ツールの拡張機能です。この拡張機能は仮想環境の作成・削除を行ったり、開発ワークフローを管理するラッパーを提供します。このラッパーを使用することで、開発環境の依存による競合を発生させず、1つ以上のプロジェクトで同時に作業し易くなります
18+
virtualenvwrapper は Ian Bicking の `virtualenv <http://pypi.python.org/pypi/virtualenv>`_ ツールの拡張機能です。この拡張機能は仮想環境の作成・削除を行ったり、開発ワークフローを管理するラッパーを提供します。このラッパーを使うことで、開発環境の依存関係による競合を起こさず、同時に複数のプロジェクトで作業しやすくなります
1919

2020
..
2121
========
@@ -37,12 +37,12 @@ virtualenvwrapper は Ian Bicking の `virtualenv <http://pypi.python.org/pypi/v
3737
6. Plugin system for more creating sharable extensions (see
3838
:ref:`plugins`).
3939
40-
1. 1つの開発環境で全ての仮想環境を構成する
40+
1. 1つの場所に全ての仮想環境を構成する
4141
2. 仮想環境を管理(作成、削除、コピー)するラッパー
42-
3. たった1つのコマンドで仮想環境を切り替える
43-
4. コマンドの引数として仮想環境がタブ補完できる
44-
5. 全ての操作に対してユーザ設定でフックできる(:ref:`scripts` を参照)
45-
6. さらに共有可能な拡張機能を作成できるプラグインシステム(:ref:`plugins` を参照)
42+
3. 1つのコマンドで仮想環境を切り替える
43+
4. コマンドの引数から仮想環境をタブ補完できる
44+
5. 全ての操作をユーザ設定でフックできる(:ref:`scripts` を参照)
45+
6. 共有できる拡張機能を作成できるプラグインシステム(:ref:`plugins` を参照)
4646

4747
..
4848
============
@@ -57,7 +57,7 @@ virtualenvwrapper は Ian Bicking の `virtualenv <http://pypi.python.org/pypi/v
5757
The best way to explain the features virtualenvwrapper gives you is to
5858
show it in use.
5959
60-
virtualenvwrapper が提供する機能を説明する最善の方法は実際に使ってみることです
60+
virtualenvwrapper が提供する機能を説明するには、実際に使ってみるのが最も良い方法です
6161

6262
..
6363
First, some initialization steps. Most of this only needs to be done
@@ -66,7 +66,7 @@ virtualenvwrapper が提供する機能を説明する最善の方法は実際
6666
changing the path to virtualenvwrapper.sh depending on where it was
6767
installed by pip.
6868
69-
まず初期化の作業があります。この作業の大半は同時に行う必要があります。pip によりインストールされた場所に依存する virtualenvwrapper.sh のパスを変更して、きっと ``source /usr/local/bin/virtualenvwrapper.sh`` に対するコマンドをシェル起動時に読み込まれるファイルへ追加したくなるでしょう
69+
まず初期化の作業があります。この作業の大半は一度だけ行う必要があります。pip でインストールした場所に依存する virtualenvwrapper.sh のパスを変更したり、 ``source /usr/local/bin/virtualenvwrapper.sh`` のコマンドをシェル起動時に読み込まれるファイルへ追加したりするでしょう
7070

7171
::
7272

@@ -91,7 +91,7 @@ virtualenvwrapper が提供する機能を説明する最善の方法は実際
9191
..
9292
Now we can install some software into the environment.
9393
94-
いま、作成した仮想環境内にソフトウェアをインストールできます
94+
これで作成した仮想環境へソフトウェアをインストールできます
9595

9696
::
9797

@@ -108,7 +108,7 @@ virtualenvwrapper が提供する機能を説明する最善の方法は実際
108108
..
109109
We can see the new package with ``lssitepackages``
110110
111-
``lssitepackages`` で新たにインストールしたパッケージを調べることができます
111+
``lssitepackages`` で新たにインストールしたパッケージを調べられます
112112

113113
::
114114

@@ -120,7 +120,7 @@ virtualenvwrapper が提供する機能を説明する最善の方法は実際
120120
..
121121
Of course we are not limited to a single virtualenv
122122
123-
もちろん、たった1つの仮想環境に制限されるものではありません
123+
当然、1つだけの仮想環境に制限されるわけではりません
124124

125125
::
126126

@@ -155,7 +155,7 @@ virtualenvwrapper が提供する機能を説明する最善の方法は実際
155155
environment names, and invokes customization scripts as an environment
156156
is activated or deactivated (see :ref:`scripts`).
157157
158-
さらに ``workon`` コマンドは仮想環境名をタブ補完することもできます。そして、ある仮想環境がアクティブ化または非アクティブ化されるようにカスタムスクリプトを実行します(:ref:`scripts` を参照)。
158+
さらに ``workon`` コマンドは仮想環境名をタブ補完できます。そして、ある仮想環境がアクティブ化または非アクティブ化されるようにカスタムスクリプトを実行します(:ref:`scripts` を参照)。
159159

160160
::
161161

@@ -217,7 +217,7 @@ virtualenvwrapper が提供する機能を説明する最善の方法は実際
217217
virtualenvwrapper gives you a wide variety of opportunities to
218218
automate repetitive operations.
219219
220-
コアパッケージで定義された既存機能(:ref:`command` を参照)、サードパーティのプラグイン(:ref:`plugins` を参照)やユーザ定義スクリプト(:ref:`scripts` を参照)を組み合わせて、virtualenvwrapper は多種多様な繰り返し行うような操作を自動化する機会を提供します
220+
コアパッケージで定義された既存機能(:ref:`command` を参照)、サードパーティのプラグイン(:ref:`plugins` を参照)やユーザ定義スクリプト(:ref:`scripts` を参照)を組み合わせて、virtualenvwrapper は雑多な繰り返し行う操作を自動化する機会を提供します
221221

222222
..
223223
=======

0 commit comments

Comments
 (0)