Navigation Menu

Skip to content

Commit

Permalink
Complete translation of the basic tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 1, 2014
1 parent e6ebfc0 commit 1fcbc45
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
17 changes: 7 additions & 10 deletions _po/ja/tutorial/basic/index.po
Expand Up @@ -357,25 +357,22 @@ msgid ""
"licas\".\n"
" * At the next lower level, one replica volume is based on three sub volumes, "
"called \"slices\".\n"
" They are atomic elements of the dataset."
" They are minimum elements constructing a Droonga's dataset."
msgstr ""
" * 最上位には1つのボリュームがあり、このボリュームには「レプリカ」と名付けられた2つのサブボリュームが含まれる。\n"
" * 1段階下がった次のレベルには、1つのレプリカ・ボリュームごとに「スライス」と名付けられた3つのサブボリュームが含まれる。\n"
" これらはデータセットの最小の構成要素である。"
" これらはDroongaのデータセットの最小の構成要素である。"

msgid ""
"These six atomic volumes having `\"address\"` information are internally called "
"as *single volume*s.\n"
"They are minimum elements constructing a Droonga's dataset.\n"
"It indicates the location of the corresponding physical storage which is a dat"
"abase for Groonga, they are managed by `fluent-plugin-droonga` instances autom"
"atically."
"The `\"address\"` indicates the location of the corresponding physical storage w"
"hich is a database for Groonga, they are managed by `fluent-plugin-droonga` in"
"stances automatically."
msgstr ""
"これらの6つの、`\"address\"`の情報を持つ最小単位のボリュームは、内部的に*シングル・ボリューム*と呼ばれます。\n"
"これらはDroongaのデータセットを構成する最小の要素です。\n"
"It indicates the location of the corresponding physical storage which is a dat"
"abase for Groonga, they are managed by `fluent-plugin-droonga` instances autom"
"atically."
"`\"address\"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`fluent-plu"
"gin-droonga`によって自動的に作成されます。"

msgid ""
"For more details of the configuration file `catalog.json`, see [the reference "
Expand Down
9 changes: 8 additions & 1 deletion ja/tutorial/basic/index.md
Expand Up @@ -217,7 +217,14 @@ catalog.json:
}
}

この `catalog.json` では、 `Starbucks` データセットを定義し、2組のレプリカと、そのレプリカ毎に3つのパーティションを持つようにしています。全てのレプリカとパーティションは、ローカルに保存されます(つまり、単一の`fluent-plugin-droonga`インスタンスによって管理されます)
この`catalog.json`では、データセット`Starbucks`を以下のように定義しています:

* 最上位には1つのボリュームがあり、このボリュームには「レプリカ」と名付けられた2つのサブボリュームが含まれる。
* 1段階下がった次のレベルには、1つのレプリカ・ボリュームごとに「スライス」と名付けられた3つのサブボリュームが含まれる。
これらはDroongaのデータセットの最小の構成要素である。

これらの6つの、`"address"`の情報を持つ最小単位のボリュームは、内部的に*シングル・ボリューム*と呼ばれます。
`"address"`の情報は、対応する物理的なストレージであるGroongaのデータベースの位置を示していて、それらのデータベースは`fluent-plugin-droonga`によって自動的に作成されます。

`catalog.json` の詳細については [catalog.json](/ja/reference/catalog) を参照してください。

Expand Down

0 comments on commit 1fcbc45

Please sign in to comment.