Kouhei Sutou
null+****@clear*****
Fri Feb 28 12:31:01 JST 2014
Kouhei Sutou 2014-02-28 12:31:01 +0900 (Fri, 28 Feb 2014) New Revision: 99c50729ffe20d86d3e1d3bf71834d715e1ab759 https://github.com/droonga/droonga.org/commit/99c50729ffe20d86d3e1d3bf71834d715e1ab759 Message: tutorial: fix indent Modified files: _po/ja/tutorial/basic/index.po ja/tutorial/basic/index.md tutorial/basic/index.md Modified: _po/ja/tutorial/basic/index.po (+21 -21) =================================================================== --- _po/ja/tutorial/basic/index.po 2014-02-28 12:22:06 +0900 (8a88954) +++ _po/ja/tutorial/basic/index.po 2014-02-28 12:31:01 +0900 (6e2e2c6) @@ -342,12 +342,6 @@ msgid "" " }" msgstr "" -msgid "### Stop an instance of fluent-plugin-droonga" -msgstr "### fluent-plugin-droonga を終了する" - -msgid "This is the way to stop fluent-plugin-droonga." -msgstr "これがfluent-plugin-droongaを終了する方法です。" - msgid "" "This `catalog.json` defines a dataset `Starbucks` with two replicas and three " "partitions for each replica. The catalog also defines tables for the dataset.\n" @@ -389,6 +383,9 @@ msgid "" " 2014-02-09 14:37:08 +0900 [info]: listening fluent socket on 0.0.0.0:24224" msgstr "" +msgid "### Stop an instance of fluent-plugin-droonga" +msgstr "### fluent-plugin-droonga を終了する" + msgid "First, you need to know how to stop fluent-plugin-droonga." msgstr "最初にfluent-plugin-droongaを終了する方法を知っておきましょう。" @@ -408,6 +405,9 @@ msgid "" " 2014-02-09 14:39:30 +0900 [info]: process finished code=0" msgstr "" +msgid "This is the way to stop fluent-plugin-droonga." +msgstr "これがfluent-plugin-droongaを終了する方法です。" + msgid "Start fluent-plugin-droonga again:" msgstr "再度fluent-plugin-droongaを起動します。" @@ -926,11 +926,11 @@ msgid "" " \"output\": {\n" " \"elements\": [\n" " \"startTime\",\n" -" \"elapsedTime\",\n" -" \"count\",\n" -" \"attributes\",\n" -" \"records\"\n" -" ],\n" +" \"elapsedTime\",\n" +" \"count\",\n" +" \"attributes\",\n" +" \"records\"\n" +" ],\n" " \"attributes\": [\"_key\"],\n" " \"limit\": -1\n" " }\n" @@ -940,6 +940,9 @@ msgid "" "~~~" msgstr "" +msgid "Send the request to Droonga Engine:" +msgstr "Droonga Engine にリクエストを送信します:" + msgid "" "~~~\n" "# droonga-request --tag starbucks search-all-stores.json\n" @@ -1068,8 +1071,13 @@ msgid "" "~~~" msgstr "" -msgid "Send the request to Droonga Engine:" -msgstr "Droonga Engine にリクエストを送信します:" +msgid "" +"Now the store names are retrieved. The engine looks working correctly.\n" +"Next, setup a protocol adapter for clients to accept search requests using pop" +"ular protocols." +msgstr "" +"店舗の名前が取得できました。エンジンは正しく動作しているようです。引き続き Protocol Adapter を構築して、検索リクエストを受け付けられるよう" +"にしましょう。" msgid "## Build a protocol adapter" msgstr "## Protocol Adapter を構築する" @@ -1310,14 +1318,6 @@ msgid "" msgstr "" msgid "" -"Now the store names are retrieved. The engine looks working correctly.\n" -"Next, setup a protocol adapter for clients to accept search requests using pop" -"ular protocols." -msgstr "" -"店舗の名前が取得できました。エンジンは正しく動作しているようです。引き続き Protocol Adapter を構築して、検索リクエストを受け付けられるよう" -"にしましょう。" - -msgid "" "Because the `count` says `40`, you know there are all 40 records in the table." " Search result records are returned as an array `records`." msgstr "`count` の値からデータが全部で 36 件あることがわかります。`records` に配列として検索結果が入っています。" Modified: ja/tutorial/basic/index.md (+5 -5) =================================================================== --- ja/tutorial/basic/index.md 2014-02-28 12:22:06 +0900 (fba57ee) +++ ja/tutorial/basic/index.md 2014-02-28 12:31:01 +0900 (a7ed1c0) @@ -712,11 +712,11 @@ search-all-stores.json: "output": { "elements": [ "startTime", - "elapsedTime", - "count", - "attributes", - "records" - ], + "elapsedTime", + "count", + "attributes", + "records" + ], "attributes": ["_key"], "limit": -1 } Modified: tutorial/basic/index.md (+5 -5) =================================================================== --- tutorial/basic/index.md 2014-02-28 12:22:06 +0900 (473c50b) +++ tutorial/basic/index.md 2014-02-28 12:31:01 +0900 (bf08f59) @@ -704,11 +704,11 @@ search-all-stores.json: "output": { "elements": [ "startTime", - "elapsedTime", - "count", - "attributes", - "records" - ], + "elapsedTime", + "count", + "attributes", + "records" + ], "attributes": ["_key"], "limit": -1 } -------------- next part -------------- HTML����������������������������...Download