Skip to content

Commit 34aabdc

Browse files
committed
merge in japanese translation of documentation, with a few markup fixes; disable spelling extension until there is a python 2.7 installer for it
2 parents ad8176e + ae71461 commit 34aabdc

File tree

14 files changed

+2917
-3
lines changed

14 files changed

+2917
-3
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ sdist: html
2626
html:
2727
(cd docs && $(MAKE) html LANGUAGE="en")
2828
(cd docs && $(MAKE) html LANGUAGE="es")
29+
(cd docs && $(MAKE) html LANGUAGE="ja")
2930

3031
.PHONY: docclean
3132
docclean:
@@ -38,10 +39,12 @@ website:
3839
rm -rf docs/website
3940
(cd docs && $(MAKE) html BUILDING_WEB=1 BUILDDIR="website/en" LANGUAGE="en")
4041
(cd docs && $(MAKE) html BUILDING_WEB=1 BUILDDIR="website/es" LANGUAGE="es")
42+
(cd docs && $(MAKE) html BUILDING_WEB=1 BUILDDIR="website/ja" LANGUAGE="ja")
4143

4244
installwebsite: website
4345
(cd docs/website/en && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
4446
(cd docs/website/es && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/es/)
47+
(cd docs/website/ja && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/ja/)
4548

4649
# Register the new version on pypi
4750
.PHONY: register

README.ja.txt

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
.. -*- mode: rst -*-
2+
3+
#################
4+
virtualenvwrapper
5+
#################
6+
7+
virtualenvwrapper は Ian Bicking の
8+
`virtualenv <http://pypi.python.org/pypi/virtualenv>`_ ツールの
9+
拡張機能です。この拡張機能は仮想環境の作成・削除を行ったり、
10+
開発ワークフローを管理するラッパーを提供します。このラッパーを
11+
使用することで、開発環境の依存による競合を発生させず、1つ以上の
12+
プロジェクトで同時に作業し易くなります。
13+
14+
====
15+
機能
16+
====
17+
18+
1. 1つの開発環境で全ての仮想環境を構成する
19+
20+
2. 仮想環境を管理(作成、削除、コピー)するラッパー
21+
22+
3. たった1つのコマンドで仮想環境を切り替える
23+
24+
4. コマンドの引数として仮想環境がタブ補完できる
25+
26+
5. 全ての操作に対してユーザ設定でフックできる(:ref:`scripts` を参照)
27+
28+
6. さらに共有可能な拡張機能を作成できるプラグインシステム(:ref:`plugins` を参照)
29+
30+
Rich Leland は virtualenvwrapper の機能を誇示するために短い
31+
`スクリーンキャスト <http://mathematism.com/2009/jul/30/presentation-pip-and-virtualenv/>`__
32+
を作成しました。
33+
34+
============
35+
インストール
36+
============
37+
38+
インストールとインフラを設定するには
39+
`プロジェクトのドキュメント <http://www.doughellmann.com/docs/virtualenvwrapper/ja/>`__
40+
を参照してください。
41+
42+
サポートシェル
43+
==============
44+
45+
virtualenvwrapper は Bourne シェル互換の構文で定義された
46+
シェル *関数* のセットです。それは `bash`, `ksh` と `zsh` で
47+
テストされています。その他のシェルでも動作するかもしれませんが、
48+
ここに記載されていないシェルで動作することを発見したら私に
49+
教えてください。もしあなたがその他のシェルで動作させるために
50+
virtualenvwrapper を完全に書き直すことなく修正できるなら、
51+
bitbucket のプロジェクトページを通じて pull リクエストを
52+
送ってください。あなたが非互換なシェル上で動作させるクローンを
53+
作成するなら、このページでリンクを張るので私に連絡してください。
54+
55+
Python バージョン
56+
=================
57+
58+
virtualenvwrapper は Python 2.4 - 2.7 でテストされています。
59+
60+
1.x からのアップグレード
61+
========================
62+
63+
ラッパー関数を含むシェルスクリプトは 2.x バージョンで bash
64+
以外のシェルをサポートするためにその名前が変更されました。
65+
あなたの起動ファイルの ``source /usr/local/bin/virtualenvwrapper_bashrc`` を
66+
``source /usr/local/bin/virtualenvwrapper.sh`` へ変更してください。
67+
68+
====
69+
貢献
70+
====
71+
72+
virtualenvwrapper のコアへ新しい機能を追加する前に、
73+
その代わりに機能拡張として実装すべきかどうかをよく考えてください。
74+
75+
パッチを提供するための tips は
76+
`開発者ドキュメント <http://www.doughellmann.com/docs/virtualenvwrapper/developers.html>`__
77+
を参照してください。
78+
79+
========
80+
サポート
81+
========
82+
83+
問題や機能を議論するには
84+
`virtualenvwrapper Google Group <http://groups.google.com/group/virtualenvwrapper/>`__
85+
に参加してください。
86+
87+
`BitBucket のバグトラッカー <http://bitbucket.org/dhellmann/virtualenvwrapper/>`__
88+
でバグを報告してください。
89+
90+
シェルエイリアス
91+
================
92+
93+
virtualenvwrapper は大きなシェルスクリプトなので、
94+
多くのアクションはシェルコマンドを使用します。
95+
あなたの環境が多くのシェルエイリアスやその他の
96+
カスタマイズを行っているなら、何かしら問題に
97+
遭遇する可能性があります。バグトラッカーにバグを
98+
報告する前に、そういったエイリアスを無効な *状態* で
99+
テストしてください。あなたがその問題を引き起こす
100+
エイリアスを判別できるなら virtualenvwrapper を
101+
もっと堅牢なものにすることに役立つでしょう。
102+
103+
==========
104+
ライセンス
105+
==========
106+
107+
Copyright Doug Hellmann, All Rights Reserved
108+
109+
Permission to use, copy, modify, and distribute this software and its
110+
documentation for any purpose and without fee is hereby granted,
111+
provided that the above copyright notice appear in all copies and that
112+
both that copyright notice and this permission notice appear in
113+
supporting documentation, and that the name of Doug Hellmann not be used
114+
in advertising or publicity pertaining to distribution of the software
115+
without specific, written prior permission.
116+
117+
DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
118+
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
119+
EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR
120+
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
121+
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
122+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
123+
PERFORMANCE OF THIS SOFTWARE.

docs/en/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ showing off the features of virtualenvwrapper.
201201
Manuel Kaufmann has `translated this documentation into Spanish
202202
<http://www.doughellmann.com/docs/virtualenvwrapper/es/>`__.
203203

204+
Tetsuya Morimoto has `translated this documentation into Japanese
205+
<http://www.doughellmann.com/docs/virtualenvwrapper/ja/>`__.
206+
204207
=======
205208
Support
206209
=======

0 commit comments

Comments
 (0)