Skip to content

Commit e7492d0

Browse files
committed
merged the changes (r369:550) for Japanese translation in extensions.rst
1 parent 49d8c5e commit e7492d0

File tree

2 files changed

+61
-27
lines changed

2 files changed

+61
-27
lines changed

docs/ja/developers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ Python のあるバージョンでテストを実行するには、tox を実行
146146

147147
.. _tox: http://codespeak.net/tox
148148

149-
.. _developer-templates:
150-
151149
..
152150
Creating a New Template
153151
=======================
154152
153+
.. _developer-templates:
154+
155155
新しいテンプレートの作成
156156
========================
157157

docs/ja/extensions.rst

Lines changed: 59 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,6 @@
1313
1414
次に virtualenvwrapper で利用できる拡張機能を紹介します。
1515

16-
.. _extensions-user_scripts:
17-
18-
project
19-
=======
20-
21-
..
22-
The project_ extension adds development directory management with
23-
templates to virtualenvwrapper.
24-
25-
project_ 拡張は virtualenvwrapper にテンプレートで開発ディレクトリ管理機能を追加します。
26-
27-
bitbucket
28-
---------
29-
30-
..
31-
The bitbucket_ project template creates a working directory and
32-
automatically clones the repository from BitBucket. Requires
33-
project_.
34-
35-
bitbucket_ プロジェクトテンプレートはワークディレクトリを作成して Bitbucket から自動的にクローンします。使用するには project_ が必要です。
36-
37-
.. _project: http://www.doughellmann.com/projects/virtualenvwrapper.project/
38-
39-
.. _bitbucket: http://www.doughellmann.com/projects/virtualenvwrapper.bitbucket/
40-
4116
emacs-desktop
4217
=============
4318

@@ -54,6 +29,8 @@ emacs desktop-mode_ はセッション間で emacs の状態(バッファのオ
5429

5530
.. _emacs-desktop: http://www.doughellmann.com/projects/virtualenvwrapper-emacs-desktop/
5631

32+
.. _extensions-user_scripts:
33+
5734
user_scripts
5835
============
5936

@@ -63,3 +40,60 @@ user_scripts
6340
features described in :ref:`scripts`.
6441
6542
``user_scripts`` 拡張は virtualenvwrapper で提供され、デフォルトで有効です。それは :ref:`scripts` で説明したユーザのカスタマイズスクリプト機能を実装します。
43+
44+
vim-virtualenv
45+
==============
46+
47+
..
48+
`vim-virtualenv`_ is Jeremey Cantrell's plugin for controlling
49+
virtualenvs from within vim. When used together with
50+
virtualenvwrapper, vim-virtualenv identifies the virtualenv to
51+
activate based on the name of the file being edited.
52+
53+
`vim-virtualenv`_ は、Jeremey Cantrell によるプラグインで vim から virtualenvs を制御します。virtualenvwrapper と一緒に使う場合は、vim-virtualenv が編集するファイル名に対応してアクティブ化する virtualenv を識別します。
54+
55+
.. _vim-virtualenv: https://github.com/jmcantrell/vim-virtualenv
56+
57+
..
58+
Templates
59+
=========
60+
61+
.. _extensions-templates:
62+
63+
テンプレート
64+
============
65+
66+
..
67+
Below is a list of some of the templates available for use with
68+
:ref:`command-mkproject`.
69+
70+
:ref:`command-mkproject` で利用できるテンプレートの一覧を紹介します。
71+
72+
.. _templates-bitbucket:
73+
74+
bitbucket
75+
---------
76+
77+
..
78+
The bitbucket_ extension automatically clones a mercurial repository
79+
from the specified bitbucket project.
80+
81+
bitbucket_ 拡張は、指定した bitbucket プロジェクトから自動的に mercurial のリポジトリをクローンします。
82+
83+
.. _bitbucket: http://www.doughellmann.com/projects/virtualenvwrapper.bitbucket/
84+
85+
.. _templates-django:
86+
87+
django
88+
------
89+
90+
..
91+
The django_ extension automatically creates a new Django project.
92+
93+
django_ 拡張は、自動的に新しい Django プロジェクトを作成します。
94+
95+
.. _django: http://www.doughellmann.com/projects/virtualenvwrapper.django/
96+
97+
.. seealso::
98+
99+
* :ref:`developer-templates`

0 commit comments

Comments
 (0)