[Groonga-commit] droonga/droonga.org at cd31db6 [gh-pages] Translate tutorial/virtual-machines-for-experiments/ into Japanese

Back to archive index

KITAITI Makoto null+****@clear*****
Sun Jan 24 03:16:17 JST 2016


KITAITI Makoto	2016-01-24 03:16:17 +0900 (Sun, 24 Jan 2016)

  New Revision: cd31db65707bbcf73981be1c361125c5c6c37cdf
  https://github.com/droonga/droonga.org/commit/cd31db65707bbcf73981be1c361125c5c6c37cdf

  Merged 41d1816: Merge pull request #27 from KitaitiMakoto/systemd

  Message:
    Translate tutorial/virtual-machines-for-experiments/ into Japanese

  Modified files:
    _po/ja/tutorial/1.1.2/virtual-machines-for-experiments/index.po
    ja/tutorial/1.1.2/virtual-machines-for-experiments/index.md

  Modified: _po/ja/tutorial/1.1.2/virtual-machines-for-experiments/index.po (+8 -8)
===================================================================
--- _po/ja/tutorial/1.1.2/virtual-machines-for-experiments/index.po    2016-01-24 03:06:58 +0900 (562b33c)
+++ _po/ja/tutorial/1.1.2/virtual-machines-for-experiments/index.po    2016-01-24 03:16:17 +0900 (78d43e7)
@@ -153,18 +153,18 @@ msgstr "### boxの種類を決めて、Vagrantfileを用意する"
 
 msgid ""
 "Go to the [Vagrant Cloud][] and find a box for your experiments.\n"
-"For example, if you use a [box for Ubuntu Trusty (x64)](https://vagrantcloud.c"
-"om/ubuntu/boxes/trusty64), you just have to do:"
+"For example, if you use a [box for Ubuntu Wily (x64)](https://vagrantcloud.com"
+"/ubuntu/boxes/wily64), you just have to do:"
 msgstr ""
 "[Vagrant Cloud][]のサイトから、実験に使うためのboxを選びます。\n"
-"例えば[Ubuntu Trusty (x64)のbox](https://vagrantcloud.com/ubuntu/boxes/trusty64)を使"
-"うのであれば、以下のようにします:"
+"例えば[Ubuntu Wily (x64)のbox](https://vagrantcloud.com/ubuntu/boxes/trusty64)を使うの"
+"であれば、以下のようにします:"
 
 msgid ""
 "~~~\n"
-"$ mkdir droonga-ubuntu-trusty\n"
-"$ cd droonga-ubuntu-trusty\n"
-"$ vagrant init ubuntu/trusty64\n"
+"$ mkdir droonga-ubuntu-wily\n"
+"$ cd droonga-ubuntu-wily\n"
+"$ vagrant init ubuntu/wily64\n"
 "~~~"
 msgstr ""
 
@@ -182,7 +182,7 @@ msgstr ""
 msgid ""
 "~~~\n"
 "n_machines = 3\n"
-"box        = \"ubuntu/trusty64\""
+"box        = \"ubuntu/wily64\""
 msgstr ""
 
 msgid ""

  Modified: ja/tutorial/1.1.2/virtual-machines-for-experiments/index.md (+5 -5)
===================================================================
--- ja/tutorial/1.1.2/virtual-machines-for-experiments/index.md    2016-01-24 03:06:58 +0900 (0f9678e)
+++ ja/tutorial/1.1.2/virtual-machines-for-experiments/index.md    2016-01-24 03:16:17 +0900 (cda31f0)
@@ -71,12 +71,12 @@ $ sudo dpkg -i vagrant_1.6.5_x86_64.deb
 ### boxの種類を決めて、Vagrantfileを用意する
 
 [Vagrant Cloud][]のサイトから、実験に使うためのboxを選びます。
-例えば[Ubuntu Trusty (x64)のbox](https://vagrantcloud.com/ubuntu/boxes/trusty64)を使うのであれば、以下のようにします:
+例えば[Ubuntu Wily (x64)のbox](https://vagrantcloud.com/ubuntu/boxes/trusty64)を使うのであれば、以下のようにします:
 
 ~~~
-$ mkdir droonga-ubuntu-trusty
-$ cd droonga-ubuntu-trusty
-$ vagrant init ubuntu/trusty64
+$ mkdir droonga-ubuntu-wily
+$ cd droonga-ubuntu-wily
+$ vagrant init ubuntu/wily64
 ~~~
 
 この操作で、設定ファイルの`Vagrantfile`が自動生成されます。
@@ -86,7 +86,7 @@ $ vagrant init ubuntu/trusty64
 
 ~~~
 n_machines = 3
-box        = "ubuntu/trusty64"
+box        = "ubuntu/wily64"
 
 VAGRANTFILE_API_VERSION = "2"
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index