YUKI Hiroshi
null+****@clear*****
Fri Mar 28 22:02:29 JST 2014
YUKI Hiroshi 2014-03-28 22:02:29 +0900 (Fri, 28 Mar 2014) New Revision: a850dc73c434088cf24b9af09ca23a7340978a54 https://github.com/droonga/droonga.org/commit/a850dc73c434088cf24b9af09ca23a7340978a54 Message: More translations Modified files: _po/ja/reference/http-server/index.po ja/reference/http-server/index.md reference/http-server/index.md Modified: _po/ja/reference/http-server/index.po (+49 -7) =================================================================== --- _po/ja/reference/http-server/index.po 2014-03-28 21:50:15 +0900 (a9ca1e2) +++ _po/ja/reference/http-server/index.po 2014-03-28 22:02:29 +0900 (07ed092) @@ -114,18 +114,25 @@ msgstr "" msgid "" "`--default-dataset <Droonga>`\n" ": The name of the default dataset.\n" -" It is used for requests triggered via REST APIs." +" It is used for requests triggered via built-in HTTP APIs." msgstr "" +"`--default-dataset <Droonga>`\n" +": 既定のデータセット名。\n" +" 組み込みのHTTP APIから発行されるリクエストに使われます。" msgid "" "`--tag <droonga>`\n" ": The tag used for fluentd messages sent to the Droonga Engine." msgstr "" +"`--tag <droonga>`\n" +": Droonga Engineに送るfluentdメッセージに使われます。" msgid "" "`--enable-logging`\n" ": If you specify this option, log messages are printed to the standard output." msgstr "" +"`--enable-logging`\n" +": このオプションを指定した場合、ログが標準出力に出力されるようになります。" msgid "" "`--cache-size <100>`\n" @@ -133,12 +140,17 @@ msgid "" " Droonga HTTP server caches all responses for GET requests on the RAM, unthil" " this size." msgstr "" +"`--cache-size <100>`\n" +": LRUレスポンスキャッシュの最大サイズ。\n" +" Droonga HTTP ServerはすべてのGETリクエストについて、レスポンスをここで指定した件数までメモリ上にキャッシュします。" msgid "" "You have to specify appropriate values for your Droonga Engine. For example, i" "f the HTTP server is running on the host 192.168.10.90 and the Droonga engine " "is running on the host 192.168.10.100 with following configurations:" msgstr "" +"コマンドラインオプションには、組み合わせるDroonga Engineに合わせた値を適切に指定する必要があります。例えば、HTTPサーバが192.168.1" +"0.90のコンピュータ上で動作し、Droonga Engineが192.168.10.100のコンピュータ上で以下の設定を伴って動作する時:" msgid "fluentd.conf:" msgstr "" @@ -172,9 +184,7 @@ msgid "" " }" msgstr "" -msgid "" -"Then, you'll start the HTTP server on the host 192.168.10.90, with options lik" -"e:" +msgid "この場合は、192.168.10.90上で起動するHTTPサーバには以下のようにオプションを指定します:" msgstr "" msgid "" @@ -186,10 +196,10 @@ msgid "" msgstr "" msgid "## Built-in APIs {#usage-api}" -msgstr "" +msgstr "## 組み込みのAPI {#usage-api}" msgid "The Droonga HTTP Server includes following APIs:" -msgstr "" +msgstr "Droonga HTTP Serverは以下のAPIを含んでいます:" msgid "### REST API {#usage-rest}" msgstr "" @@ -203,12 +213,18 @@ msgid "" "n the path.\n" "Available query parameters are:" msgstr "" +"単純な[検索リクエスト](../commands/search/)を発行します。\n" +"リクエストの[`source`](../commands/search/#query-source)は、パス中で指定されたテーブル名となります。\n" +"指定できるクエリパラメータは以下の通りです:" msgid "" "`attributes`\n" ": Corresponds to [`output.attributes`](../commands/search/#query-output).\n" " The value is a comma-separated list, like: `attributes=_key,name,age`." msgstr "" +"`attributes`\n" +": [`output.attributes`](../commands/search/#query-output)に対応。\n" +" 値はカンマ区切りのリストです。例:`attributes=_key,name,age`." msgid "" "`query`\n" @@ -216,6 +232,10 @@ msgid "" "ry-syntax-hash).\n" " The vlaue is a query string." msgstr "" +"`query`\n" +": [`condition.*.query`](../commands/search/#query-condition-query-syntax-hash)" +"に対応。\n" +" 値はクエリ文字列です。" msgid "" "`match_to`\n" @@ -223,6 +243,10 @@ msgid "" "uery-syntax-hash).\n" " The vlaue is an comma-separated list, like: `match_to=_key,name`." msgstr "" +"`match_to`\n" +": [`condition.*.matchTo`](../commands/search/#query-condition-query-syntax-has" +"h)に対応。\n" +" 値はカンマ区切りのリストです。例:`match_to=_key,name`." msgid "" "`match_escalation_threshold`\n" @@ -230,6 +254,10 @@ msgid "" "query-condition-query-syntax-hash).\n" " The vlaue is an integer." msgstr "" +"`match_escalation_threshold`\n" +": [`condition.*.matchEscalationThreshold`](../commands/search/#query-condition" +"-query-syntax-hash)に対応。\n" +" 値は整数です。" msgid "" "`script`\n" @@ -238,32 +266,46 @@ msgid "" " If you specity both `query` and `script`, then they work with an `and` logic" "al condition." msgstr "" +"`script`\n" +": [`condition`](../commands/search/#query-condition-query-syntax-hash)におけるスクリプ" +"ト形式の指定に対応。もし`query`と両方同時に指定した場合には、両者の`and`条件と見なされます。" msgid "" "`adjusters`\n" ": Corresponds to `adjusters`." msgstr "" +"`adjusters`\n" +": `adjusters`に対応します。" msgid "" "`sort_by`\n" ": Corresponds to [`sortBy`](../commands/search/#query-sortBy).\n" " The value is a column name string." msgstr "" +"`sort_by`\n" +": [`sortBy`](../commands/search/#query-sortBy)に対応します。\n" +" 値はカラム名の文字列です。" msgid "" "`limit`\n" ": Corresponds to [`output.limit`](../commands/search/#query-output).\n" " The value is an integer." msgstr "" +"`limit`\n" +": [`output.limit`](../commands/search/#query-output)に対応。\n" +" 値は整数です。" msgid "" "`offset`\n" ": Corresponds to [`output.offset`](../commands/search/#query-output).\n" " The value is an integer." msgstr "" +"`offset`\n" +": [`output.offset`](../commands/search/#query-output)に対応。\n" +" 値は整数です。" msgid "### Groonga HTTP server compatible API {#usage-groonga}" -msgstr "" +msgstr "### Groonga HTTPサーバ互換API {#usage-groonga}" msgid "#### `GET /d/<command name>` {#usage-groonga-d}" msgstr "" Modified: ja/reference/http-server/index.md (+29 -30) =================================================================== --- ja/reference/http-server/index.md 2014-03-28 21:50:15 +0900 (c4c2599) +++ ja/reference/http-server/index.md 2014-03-28 22:02:29 +0900 (454e1e6) @@ -54,20 +54,20 @@ Droonga HTTP Serverは、HTTPサーバを起動するための`droonga-http-serv : Droonga Engineがメッセージを受け付けるポートの番号。 `--default-dataset <Droonga>` -: The name of the default dataset. - It is used for requests triggered via REST APIs. +: 既定のデータセット名。 + 組み込みのHTTP APIから発行されるリクエストに使われます。 `--tag <droonga>` -: The tag used for fluentd messages sent to the Droonga Engine. +: Droonga Engineに送るfluentdメッセージに使われます。 `--enable-logging` -: If you specify this option, log messages are printed to the standard output. +: このオプションを指定した場合、ログが標準出力に出力されるようになります。 `--cache-size <100>` -: The maximum size of the LRU response cache. - Droonga HTTP server caches all responses for GET requests on the RAM, unthil this size. +: LRUレスポンスキャッシュの最大サイズ。 + Droonga HTTP ServerはすべてのGETリクエストについて、レスポンスをここで指定した件数までメモリ上にキャッシュします。 -You have to specify appropriate values for your Droonga Engine. For example, if the HTTP server is running on the host 192.168.10.90 and the Droonga engine is running on the host 192.168.10.100 with following configurations: +コマンドラインオプションには、組み合わせるDroonga Engineに合わせた値を適切に指定する必要があります。例えば、HTTPサーバが192.168.10.90のコンピュータ上で動作し、Droonga Engineが192.168.10.100のコンピュータ上で以下の設定を伴って動作する時: fluentd.conf: @@ -103,54 +103,53 @@ Then, you'll start the HTTP server on the host 192.168.10.90, with options like: --default-dataset Books \ --tag books -## Built-in APIs {#usage-api} +## 組み込みのAPI {#usage-api} -The Droonga HTTP Server includes following APIs: +Droonga HTTP Serverは以下のAPIを含んでいます: ### REST API {#usage-rest} #### `GET /tables/<table name>` {#usage-rest-get-tables-table} -This emits a simple [search request](../commands/search/). -The [`source`](../commands/search/#query-source) is filled by the table name in the path. -Available query parameters are: +単純な[検索リクエスト](../commands/search/)を発行します。 +リクエストの[`source`](../commands/search/#query-source)は、パス中で指定されたテーブル名となります。 +指定できるクエリパラメータは以下の通りです: `attributes` -: Corresponds to [`output.attributes`](../commands/search/#query-output). - The value is a comma-separated list, like: `attributes=_key,name,age`. +: [`output.attributes`](../commands/search/#query-output)に対応。 + 値はカンマ区切りのリストです。例:`attributes=_key,name,age`. `query` -: Corresponds to [`condition.*.query`](../commands/search/#query-condition-query-syntax-hash). - The vlaue is a query string. +: [`condition.*.query`](../commands/search/#query-condition-query-syntax-hash)に対応。 + 値はクエリ文字列です。 `match_to` -: Corresponds to [`condition.*.matchTo`](../commands/search/#query-condition-query-syntax-hash). - The vlaue is an comma-separated list, like: `match_to=_key,name`. +: [`condition.*.matchTo`](../commands/search/#query-condition-query-syntax-hash)に対応。 + 値はカンマ区切りのリストです。例:`match_to=_key,name`. `match_escalation_threshold` -: Corresponds to [`condition.*.matchEscalationThreshold`](../commands/search/#query-condition-query-syntax-hash). - The vlaue is an integer. +: [`condition.*.matchEscalationThreshold`](../commands/search/#query-condition-query-syntax-hash)に対応。 + 値は整数です。 `script` -: Corresponds to [`condition`](../commands/search/#query-condition-query-syntax-hash) in the script syntax. - If you specity both `query` and `script`, then they work with an `and` logical condition. +: [`condition`](../commands/search/#query-condition-query-syntax-hash)におけるスクリプト形式の指定に対応。もし`query`と両方同時に指定した場合には、両者の`and`条件と見なされます。 `adjusters` -: Corresponds to `adjusters`. +: `adjusters`に対応します。 `sort_by` -: Corresponds to [`sortBy`](../commands/search/#query-sortBy). - The value is a column name string. +: [`sortBy`](../commands/search/#query-sortBy)に対応します。 + 値はカラム名の文字列です。 `limit` -: Corresponds to [`output.limit`](../commands/search/#query-output). - The value is an integer. +: [`output.limit`](../commands/search/#query-output)に対応。 + 値は整数です。 `offset` -: Corresponds to [`output.offset`](../commands/search/#query-output). - The value is an integer. +: [`output.offset`](../commands/search/#query-output)に対応。 + 値は整数です。 -### Groonga HTTP server compatible API {#usage-groonga} +### Groonga HTTPサーバ互換API {#usage-groonga} #### `GET /d/<command name>` {#usage-groonga-d} Modified: reference/http-server/index.md (+1 -1) =================================================================== --- reference/http-server/index.md 2014-03-28 21:50:15 +0900 (4b70685) +++ reference/http-server/index.md 2014-03-28 22:02:29 +0900 (2639db1) @@ -46,7 +46,7 @@ Available options and their default values are: `--default-dataset <Droonga>` : The name of the default dataset. - It is used for requests triggered via REST APIs. + It is used for requests triggered via built-in HTTP APIs. `--tag <droonga>` : The tag used for fluentd messages sent to the Droonga Engine. -------------- next part -------------- HTML����������������������������...Download