YUKI Hiroshi
null+****@clear*****
Thu May 7 10:26:14 JST 2015
YUKI Hiroshi 2015-05-07 10:26:14 +0900 (Thu, 07 May 2015) New Revision: 1719ced14aa410af5154a9b1b8582523f0588e7c https://github.com/droonga/droonga.org/commit/1719ced14aa410af5154a9b1b8582523f0588e7c Message: Update translations Modified files: _po/ja/reference/1.1.0/command-line-tools/droonga-add/index.po _po/ja/reference/1.1.1/command-line-tools/droonga-add/index.po ja/reference/1.1.0/command-line-tools/droonga-add/index.md ja/reference/1.1.1/command-line-tools/droonga-add/index.md Modified: _po/ja/reference/1.1.0/command-line-tools/droonga-add/index.po (+35 -4) =================================================================== --- _po/ja/reference/1.1.0/command-line-tools/droonga-add/index.po 2015-05-07 10:26:00 +0900 (22287db) +++ _po/ja/reference/1.1.0/command-line-tools/droonga-add/index.po 2015-05-07 10:26:14 +0900 (4680f02) @@ -45,6 +45,16 @@ msgid "" "(on 192.168.100.10)\n" "$ droonga-add --host 192.168.100.50 --receiver-host 192.168.100.10 \\\n" " --table User --key id1 --name Adam --age 20\n" +"Adding new record...\n" +"{\n" +" \"table\": \"Store\",\n" +" \"key\": \"id1\",\n" +" \"values\": {\n" +" \"name\": \"Adam\",\n" +" \"age\": 20\n" +" }\n" +"}\n" +"Done.\n" "~~~" msgstr "" @@ -61,8 +71,29 @@ msgstr "" msgid "" "~~~\n" "(on 192.168.100.10)\n" -"$ echo '{\"type\":\"key\",\"key\":\"id1\",\"values\":{\"name\":\"Adam\",\"age\":20}}' |\n" -" droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10\n" +"$ echo '{\"type\":\"add\",\"body\":{\"key\":\"id1\",\"values\":{\"name\":\"Adam\",\"age\":20}}}'" +" |\n" +" droonga-request --report-reqest --host 192.168.100.50 --receiver-host 192." +"168.100.10\n" +"Request: {\n" +" \"type\": \"add\",\n" +" \"body\": {\n" +" \"table\": \"Store\",\n" +" \"key\": \"id1\",\n" +" \"values\": {\n" +" \"name\": \"Adam\",\n" +" \"age\": 20\n" +" }\n" +" },\n" +" \"dataset\": \"Default\"\n" +"}\n" +"Elapsed time: 0.023309135\n" +"{\n" +" \"inReplyTo\": \"1430961788.4171028\",\n" +" \"statusCode\": 200,\n" +" \"type\": \"add.result\",\n" +" \"body\": true\n" +"}\n" "~~~" msgstr "" @@ -134,11 +165,11 @@ msgstr "" msgid "" "`--receiver-host=NAME`\n" -": Host name of the computer you are running the command.\n" +": Host name of the computer you are running this command.\n" " A guessed host name of the computer, by default." msgstr "" "`--receiver-host=NAME`\n" -": コマンドを実行しているコンピュータのホスト名。\n" +": このコマンドを実行しているコンピュータのホスト名。\n" " 既定値は、そのコンピュータのホスト名として推測される名前です。" msgid "" Modified: _po/ja/reference/1.1.1/command-line-tools/droonga-add/index.po (+33 -2) =================================================================== --- _po/ja/reference/1.1.1/command-line-tools/droonga-add/index.po 2015-05-07 10:26:00 +0900 (fadc9f2) +++ _po/ja/reference/1.1.1/command-line-tools/droonga-add/index.po 2015-05-07 10:26:14 +0900 (4680f02) @@ -45,6 +45,16 @@ msgid "" "(on 192.168.100.10)\n" "$ droonga-add --host 192.168.100.50 --receiver-host 192.168.100.10 \\\n" " --table User --key id1 --name Adam --age 20\n" +"Adding new record...\n" +"{\n" +" \"table\": \"Store\",\n" +" \"key\": \"id1\",\n" +" \"values\": {\n" +" \"name\": \"Adam\",\n" +" \"age\": 20\n" +" }\n" +"}\n" +"Done.\n" "~~~" msgstr "" @@ -61,8 +71,29 @@ msgstr "" msgid "" "~~~\n" "(on 192.168.100.10)\n" -"$ echo '{\"type\":\"key\",\"key\":\"id1\",\"values\":{\"name\":\"Adam\",\"age\":20}}' |\n" -" droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10\n" +"$ echo '{\"type\":\"add\",\"body\":{\"key\":\"id1\",\"values\":{\"name\":\"Adam\",\"age\":20}}}'" +" |\n" +" droonga-request --report-reqest --host 192.168.100.50 --receiver-host 192." +"168.100.10\n" +"Request: {\n" +" \"type\": \"add\",\n" +" \"body\": {\n" +" \"table\": \"Store\",\n" +" \"key\": \"id1\",\n" +" \"values\": {\n" +" \"name\": \"Adam\",\n" +" \"age\": 20\n" +" }\n" +" },\n" +" \"dataset\": \"Default\"\n" +"}\n" +"Elapsed time: 0.023309135\n" +"{\n" +" \"inReplyTo\": \"1430961788.4171028\",\n" +" \"statusCode\": 200,\n" +" \"type\": \"add.result\",\n" +" \"body\": true\n" +"}\n" "~~~" msgstr "" Modified: ja/reference/1.1.0/command-line-tools/droonga-add/index.md (+32 -3) =================================================================== --- ja/reference/1.1.0/command-line-tools/droonga-add/index.md 2015-05-07 10:26:00 +0900 (0e1bfff) +++ ja/reference/1.1.0/command-line-tools/droonga-add/index.md 2015-05-07 10:26:14 +0900 (ab99d86) @@ -25,6 +25,16 @@ layout: ja (on 192.168.100.10) $ droonga-add --host 192.168.100.50 --receiver-host 192.168.100.10 \ --table User --key id1 --name Adam --age 20 +Adding new record... +{ + "table": "Store", + "key": "id1", + "values": { + "name": "Adam", + "age": 20 + } +} +Done. ~~~ このコマンドは、typeが[`add`](../../commands/add/)であるメッセージを[`droonga-request`](../droonga-request/)を用いて送信する操作を簡単に行う物です。 @@ -32,8 +42,27 @@ $ droonga-add --host 192.168.100.50 --receiver-host 192.168.100.10 \ ~~~ (on 192.168.100.10) -$ echo '{"type":"key","key":"id1","values":{"name":"Adam","age":20}}' | - droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10 +$ echo '{"type":"add","body":{"key":"id1","values":{"name":"Adam","age":20}}}' | + droonga-request --report-reqest --host 192.168.100.50 --receiver-host 192.168.100.10 +Request: { + "type": "add", + "body": { + "table": "Store", + "key": "id1", + "values": { + "name": "Adam", + "age": 20 + } + }, + "dataset": "Default" +} +Elapsed time: 0.023309135 +{ + "inReplyTo": "1430961788.4171028", + "statusCode": 200, + "type": "add.result", + "body": true +} ~~~ [`add`コマンドのリファレンス](../../commands/add/)も併せて参照して下さい。 @@ -67,7 +96,7 @@ $ echo '{"type":"key","key":"id1","values":{"name":"Adam","age":20}}' | 既定値は`Default`です。 `--receiver-host=NAME` -: コマンドを実行しているコンピュータのホスト名。 +: このコマンドを実行しているコンピュータのホスト名。 既定値は、そのコンピュータのホスト名として推測される名前です。 `--target-role=ROLE` Modified: ja/reference/1.1.1/command-line-tools/droonga-add/index.md (+31 -2) =================================================================== --- ja/reference/1.1.1/command-line-tools/droonga-add/index.md 2015-05-07 10:26:00 +0900 (c460997) +++ ja/reference/1.1.1/command-line-tools/droonga-add/index.md 2015-05-07 10:26:14 +0900 (7f1439d) @@ -25,6 +25,16 @@ layout: ja (on 192.168.100.10) $ droonga-add --host 192.168.100.50 --receiver-host 192.168.100.10 \ --table User --key id1 --name Adam --age 20 +Adding new record... +{ + "table": "Store", + "key": "id1", + "values": { + "name": "Adam", + "age": 20 + } +} +Done. ~~~ このコマンドは、typeが[`add`](../../commands/add/)であるメッセージを[`droonga-request`](../droonga-request/)を用いて送信する操作を簡単に行う物です。 @@ -32,8 +42,27 @@ $ droonga-add --host 192.168.100.50 --receiver-host 192.168.100.10 \ ~~~ (on 192.168.100.10) -$ echo '{"type":"key","key":"id1","values":{"name":"Adam","age":20}}' | - droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10 +$ echo '{"type":"add","body":{"key":"id1","values":{"name":"Adam","age":20}}}' | + droonga-request --report-reqest --host 192.168.100.50 --receiver-host 192.168.100.10 +Request: { + "type": "add", + "body": { + "table": "Store", + "key": "id1", + "values": { + "name": "Adam", + "age": 20 + } + }, + "dataset": "Default" +} +Elapsed time: 0.023309135 +{ + "inReplyTo": "1430961788.4171028", + "statusCode": 200, + "type": "add.result", + "body": true +} ~~~ [`add`コマンドのリファレンス](../../commands/add/)も併せて参照して下さい。 -------------- next part -------------- HTML����������������������������...Download