Navigation Menu

Skip to content

Commit

Permalink
Update command name to get system status information
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 25, 2014
1 parent a35a5a9 commit dc76556
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 64 deletions.
58 changes: 29 additions & 29 deletions _po/ja/tutorial/1.0.4/add-replica/index.po
Expand Up @@ -43,19 +43,19 @@ msgid ""
"* 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.\n"
"* Your `catalog.json` must have the plugin `status` in the list of plugins.\n"
"* Your `catalog.json` must have the plugin `system` in the list of plugins.\n"
" Otherwise, you must add it, like:"
msgstr ""
"* 何らかのデータが格納されている状態の[Droonga][]クラスタがあること。\n"
" このチュートリアルを始める前に、[「使ってみる」のチュートリアル](../groonga/)を完了している事が望ましいです\n"
"* 複数のクラスタの間でのデータの複製方法を把握していること。\n"
" このチュートリアルを始める前に、[バックアップと復元のチュートリアル](../dump-restore/)を完了しておいてください。\n"
"* `catalog.json`に`status`プラグインが登録済みであること。\n"
" 未登録の場合は、以下のようにして`plugins`の一覧に`status`を追加しておいて下さい:"
"* `catalog.json`に`system`プラグインが登録済みであること。\n"
" 未登録の場合は、以下のようにして`plugins`の一覧に`system`を追加しておいて下さい:"

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

msgid "## What's \"replica\"?"
Expand Down Expand Up @@ -207,13 +207,13 @@ msgstr ""
" * 1つのreplicaを含む新しいクラスタ。以下、*「beta」*と仮称します。\n"
" * `192.168.0.12`"

msgid "You can confirm that, via the `status` command:"
msgstr "この事は、`status` コマンドの結果を見ると確認できます:"
msgid "You can confirm that, via the `system.status` command:"
msgstr "この事は、`system.status` コマンドの結果を見ると確認できます:"

msgid ""
"~~~\n"
"(for the cluster alpha)\n"
"# curl \"http://192.168.0.10:10041/droonga/status\"\n"
"# curl \"http://192.168.0.10:10041/droonga/system/status\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand All @@ -224,7 +224,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"# curl \"http://192.168.0.11:10041/droonga/status\"\n"
"# curl \"http://192.168.0.11:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand Down Expand Up @@ -253,7 +253,7 @@ msgstr "他方、`192.168.0.12` は以下のような結果を返します:"
msgid ""
"~~~\n"
"(for the cluster beta)\n"
"# curl \"http://192.168.0.12:10041/droonga/status\"\n"
"# curl \"http://192.168.0.12:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.12:10031/droonga\": {\n"
Expand Down Expand Up @@ -400,8 +400,8 @@ msgstr ""
" * `192.168.0.11`\n"
" * `192.168.0.12`"

msgid "You can confirm that, via the `status` command for each cluster:"
msgstr "この事は、各クラスタに対する `status` コマンドの実行結果を見ると確認できます:"
msgid "You can confirm that, via the `system.status` command for each cluster:"
msgstr "この事は、各クラスタに対する `system.status` コマンドの実行結果を見ると確認できます:"

msgid ""
"Because `catalog.json` on nodes `192.168.0.10` and `192.168.0.11` have no chan"
Expand All @@ -425,7 +425,7 @@ msgstr ""
msgid ""
"~~~\n"
"(for the cluster charlie)\n"
"# curl \"http://192.168.0.12:10041/droonga/status\"\n"
"# curl \"http://192.168.0.12:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand Down Expand Up @@ -473,7 +473,7 @@ msgstr ""

msgid ""
"~~~\n"
"# curl \"http://192.168.0.10:10041/droonga/status\"\n"
"# curl \"http://192.168.0.10:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand All @@ -487,7 +487,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"# curl \"http://192.168.0.11:10041/droonga/status\"\n"
"# curl \"http://192.168.0.11:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand All @@ -501,7 +501,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"# curl \"http://192.168.0.12:10041/droonga/status\"\n"
"# curl \"http://192.168.0.12:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand Down Expand Up @@ -613,7 +613,7 @@ msgstr ""
msgid ""
"~~~\n"
"(for the cluster charlie)\n"
"# curl \"http://192.168.0.11:10041/droonga/status\"\n"
"# curl \"http://192.168.0.11:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand All @@ -627,7 +627,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"# curl \"http://192.168.0.12:10041/droonga/status\"\n"
"# curl \"http://192.168.0.12:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand Down Expand Up @@ -661,7 +661,7 @@ msgstr ""
msgid ""
"~~~\n"
"(for the cluster delta)\n"
"# curl \"http://192.168.0.10:10041/droonga/status\"\n"
"# curl \"http://192.168.0.10:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand Down Expand Up @@ -706,7 +706,7 @@ msgstr ""
msgid ""
"~~~\n"
"(for the cluster delta)\n"
"# curl \"http://192.168.0.10:10041/droonga/status\"\n"
"# curl \"http://192.168.0.10:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand All @@ -717,7 +717,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"# curl \"http://192.168.0.11:10041/droonga/status\"\n"
"# curl \"http://192.168.0.11:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand All @@ -728,7 +728,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"# curl \"http://192.168.0.12:10041/droonga/status\"\n"
"# curl \"http://192.168.0.12:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand Down Expand Up @@ -797,14 +797,14 @@ msgstr "これで、ノード `192.168.0.11` がクラスタから無事に分

msgid ""
"Now there is a cluster without the node `192.168.0.11`.\n"
"You can confirm that via the `status` command:"
"You can confirm that via the `system.status` command:"
msgstr ""
"この時点で、ノード `192.168.0.11` を含まないクラスタが存在するという状態になっています。\n"
"これは `status` コマンドで確認できます:"
"これは `system.status` コマンドで確認できます:"

msgid ""
"~~~\n"
"# curl \"http://192.168.0.10:10041/droonga/status\"\n"
"# curl \"http://192.168.0.10:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand All @@ -821,15 +821,15 @@ msgstr "### 新しいreplicaを追加する"
msgid ""
"Next, setup the new replica.\n"
"Construct a temporary cluster with only one node `192.168.0.12`.\n"
"The result of the `status` command will be:"
"The result of the `system.status` command will be:"
msgstr ""
"次に、新しいreplicaをセットアップします。\n"
"1つのノード `192.168.0.12` だけを含む仮のクラスタを作ってください。\n"
"`status` コマンドの結果はこのようになります:"
"`system.status` コマンドの結果はこのようになります:"

msgid ""
"~~~\n"
"# curl \"http://192.168.0.12:10041/droonga/status\"\n"
"# curl \"http://192.168.0.12:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.12:10031/droonga\": {\n"
Expand Down Expand Up @@ -875,7 +875,7 @@ msgstr "最終的に、`192.168.0.10` と `192.168.0.12` の2つのノードか

msgid ""
"~~~\n"
"# curl \"http://192.168.0.10:10041/droonga/status\"\n"
"# curl \"http://192.168.0.10:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand All @@ -886,7 +886,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"# curl \"http://192.168.0.12:10041/droonga/status\"\n"
"# curl \"http://192.168.0.12:10041/droonga/system/status\\"\n"
"{\n"
" \"nodes\": {\n"
" \"192.168.0.10:10031/droonga\": {\n"
Expand Down
8 changes: 4 additions & 4 deletions _po/ja/tutorial/1.0.4/dump-restore/index.po
Expand Up @@ -51,16 +51,16 @@ msgid ""
msgstr ""

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

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

msgid ""
Expand Down

0 comments on commit dc76556

Please sign in to comment.