Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 19, 2014
1 parent df44d5f commit fc869b5
Show file tree
Hide file tree
Showing 6 changed files with 658 additions and 112 deletions.
25 changes: 10 additions & 15 deletions _po/ja/tutorial/1.0.8/add-replica/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ msgstr ""

msgid ""
"~~~\n"
"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand All @@ -200,7 +200,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"$ curl \"http://node1:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node1:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand All @@ -211,7 +211,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"$ curl \"http://node2:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node2:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node2:10031/droonga\": {\n"
Expand Down Expand Up @@ -322,7 +322,7 @@ msgstr "これで、ノードがクラスタに参加しました。この事は

msgid ""
"~~~\n"
"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand All @@ -339,11 +339,6 @@ msgid ""
"~~~"
msgstr ""

msgid ""
"Note that adding an extra unique parameter for each request, to bypass old res"
"posne caches."
msgstr "古いレスポンスキャッシュを無視するために、各リクエストに追加の一意なパラメータを加えていることに注意して下さい。"

msgid "### Resume inpouring of \"write\" requests"
msgstr "### 書き込みを伴うリクエストの流入を再開する"

Expand Down Expand Up @@ -437,7 +432,7 @@ msgstr "これで、ノード `node2` がクラスタから離脱しました。

msgid ""
"~~~\n"
"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand All @@ -448,7 +443,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"$ curl \"http://node1:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node1:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand All @@ -459,7 +454,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"$ curl \"http://node2:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node2:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand Down Expand Up @@ -517,7 +512,7 @@ msgstr "これで、ノードがクラスタから離脱しました。この事

msgid ""
"~~~\n"
"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand Down Expand Up @@ -564,7 +559,7 @@ msgstr "この事は、`system.status` コマンドの結果を見ると確認

msgid ""
"~~~\n"
"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand All @@ -575,7 +570,7 @@ msgid ""
" }\n"
" }\n"
"}\n"
"$ curl \"http://node2:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node2:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand Down
14 changes: 7 additions & 7 deletions _po/ja/tutorial/1.0.8/dump-restore/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ msgstr "これでクラスタは空になりました。確かめてみましょ

msgid ""
"~~~\n"
"$ curl \"$endpoint/d/table_list?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"$endpoint/d/table_list\" | jq \".\"\n"
"[\n"
" [\n"
" 0,\n"
Expand Down Expand Up @@ -487,9 +487,9 @@ msgid ""
"(on node1)\n"
"# droonga-engine-catalog-modify --replica-hosts=node1\n"
"$ endpoint=\"http://node1:10041\"\n"
"$ curl \"$endpoint/d/table_remove?name=Location&_=$(date +%s)\"\n"
"$ curl \"$endpoint/d/table_remove?name=Store&_=$(date +%s)\"\n"
"$ curl \"$endpoint/d/table_remove?name=Term&_=$(date +%s)\"\n"
"$ curl \"$endpoint/d/table_remove?name=Location\"\n"
"$ curl \"$endpoint/d/table_remove?name=Store\"\n"
"$ curl \"$endpoint/d/table_remove?name=Term\"\n"
"~~~"
msgstr ""

Expand All @@ -502,7 +502,7 @@ msgstr ""

msgid ""
"~~~\n"
"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand Down Expand Up @@ -562,7 +562,7 @@ msgid ""
" ]\n"
" ]\n"
"]\n"
"$ curl \"http://node1:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node1:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node1:10031/droonga\": {\n"
Expand Down Expand Up @@ -706,7 +706,7 @@ msgstr "これで、1つだけクラスタがある状態になりました。

msgid ""
"~~~\n"
"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
"{\n"
" \"nodes\": {\n"
" \"node0:10031/droonga\": {\n"
Expand Down

0 comments on commit fc869b5

Please sign in to comment.