Navigation Menu

Skip to content

Commit

Permalink
Add description to add "status" to the list of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 24, 2014
1 parent 58d914a commit 1e7b71c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 13 deletions.
13 changes: 11 additions & 2 deletions _po/ja/tutorial/1.0.4/add-replica/index.po
Expand Up @@ -42,12 +42,21 @@ msgid ""
" Please complete the [\"getting started\" tutorial](../groonga/) before this.\n"
"* You must know how to duplicate data between multiple clusters.\n"
" Please complete the [\"How to backup and restore the database?\" tutorial](../"
"dump-restore/) before this."
"dump-restore/) before this.\n"
"* Your `catalog.json` must have the plugin `status` in the list of plugins.\n"
" Otherwise, you must add it, like:"
msgstr ""
"* 何らかのデータが格納されている状態の[Droonga][]クラスタがあること。\n"
" このチュートリアルを始める前に、[「使ってみる」のチュートリアル](../groonga/)を完了している事が望ましいです\n"
"* 複数のクラスタの間でのデータの複製方法を把握していること。\n"
" このチュートリアルを始める前に、[バックアップと復元のチュートリアル](../dump-restore/)を完了しておいてください。"
" このチュートリアルを始める前に、[バックアップと復元のチュートリアル](../dump-restore/)を完了しておいてください。\n"
"* `catalog.json`に`status`プラグインが登録済みであること。\n"
" 未登録の場合は、以下のようにして`plugins`の一覧に`status`を追加しておいて下さい:"

msgid ""
" - \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\"],\n"
" + \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\", \"status\"],"
msgstr ""

msgid "## What's \"replica\"?"
msgstr "## 「replica」とは?"
Expand Down
11 changes: 6 additions & 5 deletions _po/ja/tutorial/1.0.4/dump-restore/index.po
Expand Up @@ -51,15 +51,16 @@ msgid ""
msgstr ""

msgid ""
"* Your `catalog.json` must have the plugin `dump` in the list of plugins.\n"
" Otherwise, you must add the plugin to the list of `plugins`, like:"
"* Your `catalog.json` must have `dump` and `status` plugins in the list of plu"
"gins.\n"
" Otherwise, you must add them to the list of `plugins`, like:"
msgstr ""
"* `catalog.json`に`dump`プラグインが登録済みであること。\n"
" 未登録の場合は、以下のようにして`plugins`の一覧に`dump`を追加しておいて下さい:"
"* `catalog.json`に`dump`プラグインと`status`プラグインが登録済みであること。\n"
" 未登録の場合は、以下のようにして`plugins`の一覧に`dump`と`status`を追加しておいて下さい:"

msgid ""
" - \"plugins\": [\"groonga\", \"crud\", \"search\"],\n"
" + \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\"],"
" + \"plugins\": [\"groonga\", \"crud\", \"search\", \"dump\", \"status\"],"
msgstr ""

msgid ""
Expand Down
6 changes: 6 additions & 0 deletions ja/tutorial/1.0.4/add-replica/index.md
Expand Up @@ -25,6 +25,12 @@ layout: ja
このチュートリアルを始める前に、[「使ってみる」のチュートリアル](../groonga/)を完了している事が望ましいです
* 複数のクラスタの間でのデータの複製方法を把握していること。
このチュートリアルを始める前に、[バックアップと復元のチュートリアル](../dump-restore/)を完了しておいてください。
* `catalog.json``status`プラグインが登録済みであること。
未登録の場合は、以下のようにして`plugins`の一覧に`status`を追加しておいて下さい:

- "plugins": ["groonga", "crud", "search", "dump"],
+ "plugins": ["groonga", "crud", "search", "dump", "status"],


## 「replica」とは?

Expand Down
6 changes: 3 additions & 3 deletions ja/tutorial/1.0.4/dump-restore/index.md
Expand Up @@ -30,11 +30,11 @@ layout: ja
- "Starbucks": {
+ "Default": {

* `catalog.json``dump`プラグインが登録済みであること。
未登録の場合は、以下のようにして`plugins`の一覧に`dump`を追加しておいて下さい:
* `catalog.json``dump`プラグインと`status`プラグインが登録済みであること。
未登録の場合は、以下のようにして`plugins`の一覧に`dump``status`を追加しておいて下さい:

- "plugins": ["groonga", "crud", "search"],
+ "plugins": ["groonga", "crud", "search", "dump"],
+ "plugins": ["groonga", "crud", "search", "dump", "status"],

* `catalog.json``schema`セクションが情報を含んでいないこと・
スキーマを定義していた場合は、以下のようにして`schema`セクションを空にしておいて下さい:
Expand Down
6 changes: 6 additions & 0 deletions tutorial/1.0.4/add-replica/index.md
Expand Up @@ -16,6 +16,12 @@ Learning steps to add a new replica node, remove an existing replica, and replac
Please complete the ["getting started" tutorial](../groonga/) before this.
* You must know how to duplicate data between multiple clusters.
Please complete the ["How to backup and restore the database?" tutorial](../dump-restore/) before this.
* Your `catalog.json` must have the plugin `status` in the list of plugins.
Otherwise, you must add it, like:

- "plugins": ["groonga", "crud", "search", "dump"],
+ "plugins": ["groonga", "crud", "search", "dump", "status"],


## What's "replica"?

Expand Down
6 changes: 3 additions & 3 deletions tutorial/1.0.4/dump-restore/index.md
Expand Up @@ -21,11 +21,11 @@ Learning steps to backup and restore data by your hand.
- "Starbucks": {
+ "Default": {

* Your `catalog.json` must have the plugin `dump` in the list of plugins.
Otherwise, you must add the plugin to the list of `plugins`, like:
* Your `catalog.json` must have `dump` and `status` plugins in the list of plugins.
Otherwise, you must add them to the list of `plugins`, like:

- "plugins": ["groonga", "crud", "search"],
+ "plugins": ["groonga", "crud", "search", "dump"],
+ "plugins": ["groonga", "crud", "search", "dump", "status"],

* Your `catalog.json` must not have any information in its `schema` section.
Otherwise, you must make the `schema` section empty, like:
Expand Down

0 comments on commit 1e7b71c

Please sign in to comment.