YUKI Hiroshi
null+****@clear*****
Wed May 28 15:08:10 JST 2014
YUKI Hiroshi 2014-05-28 15:08:10 +0900 (Wed, 28 May 2014) New Revision: e9b481f8ecfc9c11873476b69b808ab8d208c856 https://github.com/droonga/droonga.org/commit/e9b481f8ecfc9c11873476b69b808ab8d208c856 Message: Update translations Modified files: _po/ja/reference/1.0.3/commands/column-list/index.po _po/ja/reference/1.0.3/commands/delete/index.po _po/ja/reference/1.0.3/commands/table-list/index.po ja/reference/1.0.3/commands/column-list/index.md ja/reference/1.0.3/commands/delete/index.md ja/reference/1.0.3/commands/table-list/index.md Modified: _po/ja/reference/1.0.3/commands/column-list/index.po (+10 -0) =================================================================== --- _po/ja/reference/1.0.3/commands/column-list/index.po 2014-05-28 15:02:12 +0900 (5099253) +++ _po/ja/reference/1.0.3/commands/column-list/index.po 2014-05-28 15:08:10 +0900 (1cd01c0) @@ -14,6 +14,10 @@ msgid "" "layout: en\n" "---" msgstr "" +"---\n" +"title: column_list\n" +"layout: ja\n" +"---" msgid "" "* TOC\n" @@ -41,6 +45,8 @@ msgid "" "Request endpoint\n" ": `(Document Root)/d/column_list`" msgstr "" +"リクエスト先\n" +": `(ドキュメントルート)/d/column_list`" msgid "" "Request methd\n" @@ -90,6 +96,8 @@ msgid "" "`type` of the request\n" ": `column_list`" msgstr "" +"リクエストの `type`\n" +": `column_list`" msgid "" "`body` of the request\n" @@ -102,6 +110,8 @@ msgid "" "`type` of the response\n" ": `column_list.result`" msgstr "" +"レスポンスの `type`\n" +": `column_list.result`" msgid "## Parameter syntax {#syntax}" msgstr "## パラメータの構文 {#syntax}" Modified: _po/ja/reference/1.0.3/commands/delete/index.po (+11 -1) =================================================================== --- _po/ja/reference/1.0.3/commands/delete/index.po 2014-05-28 15:02:12 +0900 (b3aed1c) +++ _po/ja/reference/1.0.3/commands/delete/index.po 2014-05-28 15:08:10 +0900 (ef45744) @@ -14,6 +14,10 @@ msgid "" "layout: en\n" "---" msgstr "" +"---\n" +"title: delete\n" +"layout: ja\n" +"---" msgid "" "* TOC\n" @@ -41,6 +45,8 @@ msgid "" "Request endpoint\n" ": `(Document Root)/d/delete`" msgstr "" +"リクエスト先\n" +": `(ドキュメントルート)/d/delete`" msgid "" "Request methd\n" @@ -90,6 +96,8 @@ msgid "" "`type` of the request\n" ": `delete`" msgstr "" +"リクエストの `type`\n" +": `delete`" msgid "" "`body` of the request\n" @@ -102,6 +110,8 @@ msgid "" "`type` of the response\n" ": `delete.result`" msgstr "" +"レスポンスの `type`\n" +": `delete.result`" msgid "## Parameter syntax {#syntax}" msgstr "## パラメータの構文 {#syntax}" @@ -114,7 +124,7 @@ msgid "" msgstr "" msgid "or" -msgstr "" +msgstr "または" msgid "" " {\n" Modified: _po/ja/reference/1.0.3/commands/table-list/index.po (+12 -0) =================================================================== --- _po/ja/reference/1.0.3/commands/table-list/index.po 2014-05-28 15:02:12 +0900 (f33c7d5) +++ _po/ja/reference/1.0.3/commands/table-list/index.po 2014-05-28 15:08:10 +0900 (7c5138f) @@ -14,6 +14,10 @@ msgid "" "layout: en\n" "---" msgstr "" +"---\n" +"title: table_list\n" +"layout: ja\n" +"---" msgid "" "* TOC\n" @@ -43,6 +47,8 @@ msgid "" "Request endpoint\n" ": `(Document Root)/d/table_list`" msgstr "" +"リクエスト先\n" +": `(ドキュメントルート)/d/table_list`" msgid "" "Request methd\n" @@ -92,16 +98,22 @@ msgid "" "`type` of the request\n" ": `table_list`" msgstr "" +"リクエストの `type`\n" +": `table_list`" msgid "" "`body` of the request\n" ": `null` or a blank hash." msgstr "" +"リクエストの `body`\n" +": `null` または空のハッシュ。" msgid "" "`type` of the response\n" ": `table_list.result`" msgstr "" +"レスポンスの `type`\n" +": `table_list.result`" msgid "## Responses {#response}" msgstr "## レスポンス {#response}" Modified: ja/reference/1.0.3/commands/column-list/index.md (+5 -5) =================================================================== --- ja/reference/1.0.3/commands/column-list/index.md 2014-05-28 15:02:12 +0900 (0bb8d6f) +++ ja/reference/1.0.3/commands/column-list/index.md 2014-05-28 15:08:10 +0900 (28f38dd) @@ -1,6 +1,6 @@ --- title: column_list -layout: en +layout: ja --- {% comment %} @@ -25,8 +25,8 @@ This is compatible to [the `column_list` command of the Groonga](http://groonga. ### HTTP {#api-types-http} -Request endpoint -: `(Document Root)/d/column_list` +リクエスト先 +: `(ドキュメントルート)/d/column_list` リクエストメソッド : `GET` @@ -49,13 +49,13 @@ Request endpoint 形式 : Request-Response型。コマンドに対しては必ず対応するレスポンスが返されます。 -`type` of the request +リクエストの `type` : `column_list` リクエストの `body` : [パラメータ](#parameters)のハッシュ。 -`type` of the response +レスポンスの `type` : `column_list.result` ## パラメータの構文 {#syntax} Modified: ja/reference/1.0.3/commands/delete/index.md (+7 -7) =================================================================== --- ja/reference/1.0.3/commands/delete/index.md 2014-05-28 15:02:12 +0900 (550dbb3) +++ ja/reference/1.0.3/commands/delete/index.md 2014-05-28 15:08:10 +0900 (3d321ad) @@ -1,6 +1,6 @@ --- title: delete -layout: en +layout: ja --- {% comment %} @@ -25,8 +25,8 @@ This is compatible to [the `delete` command of the Groonga](http://groonga.org/d ### HTTP {#api-types-http} -Request endpoint -: `(Document Root)/d/delete` +リクエスト先 +: `(ドキュメントルート)/d/delete` リクエストメソッド : `GET` @@ -49,13 +49,13 @@ Request endpoint 形式 : Request-Response型。コマンドに対しては必ず対応するレスポンスが返されます。 -`type` of the request +リクエストの `type` : `delete` リクエストの `body` : [パラメータ](#parameters)のハッシュ。 -`type` of the response +レスポンスの `type` : `delete.result` ## パラメータの構文 {#syntax} @@ -65,14 +65,14 @@ Request endpoint "key" : "<Key of the record>" } -or +または { "table" : "<Name of the table>", "id" : "<ID of the record>" } -or +または { "table" : "<Name of the table>", Modified: ja/reference/1.0.3/commands/table-list/index.md (+7 -7) =================================================================== --- ja/reference/1.0.3/commands/table-list/index.md 2014-05-28 15:02:12 +0900 (e436284) +++ ja/reference/1.0.3/commands/table-list/index.md 2014-05-28 15:08:10 +0900 (4bee3c0) @@ -1,6 +1,6 @@ --- title: table_list -layout: en +layout: ja --- {% comment %} @@ -25,8 +25,8 @@ This is compatible to [the `table_list` command of the Groonga](http://groonga.o ### HTTP {#api-types-http} -Request endpoint -: `(Document Root)/d/table_list` +リクエスト先 +: `(ドキュメントルート)/d/table_list` リクエストメソッド : `GET` @@ -49,13 +49,13 @@ Request endpoint 形式 : Request-Response型。コマンドに対しては必ず対応するレスポンスが返されます。 -`type` of the request +リクエストの `type` : `table_list` -`body` of the request -: `null` or a blank hash. +リクエストの `body` +: `null` または空のハッシュ。 -`type` of the response +レスポンスの `type` : `table_list.result` ## レスポンス {#response} -------------- next part -------------- HTML����������������������������... ダウンロード