[Groonga-commit] droonga/droonga.org at 3d13c41 [gh-pages] Translate more descriptions

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Aug 20 19:05:46 JST 2014


YUKI Hiroshi	2014-08-20 19:05:46 +0900 (Wed, 20 Aug 2014)

  New Revision: 3d13c41384c46e55201b3ec972e989060f6d982a
  https://github.com/droonga/droonga.org/commit/3d13c41384c46e55201b3ec972e989060f6d982a

  Message:
    Translate more descriptions

  Modified files:
    _po/ja/tutorial/1.0.6/plugin-development/handler/index.po
    ja/tutorial/1.0.2/plugin-development/handler/index.md
    ja/tutorial/1.0.3/plugin-development/handler/index.md
    ja/tutorial/1.0.4/plugin-development/handler/index.md
    ja/tutorial/1.0.5/plugin-development/handler/index.md
    ja/tutorial/1.0.6/plugin-development/handler/index.md

  Modified: _po/ja/tutorial/1.0.6/plugin-development/handler/index.po (+9 -2)
===================================================================
--- _po/ja/tutorial/1.0.6/plugin-development/handler/index.po    2014-08-20 18:56:43 +0900 (ebfab74)
+++ _po/ja/tutorial/1.0.6/plugin-development/handler/index.po    2014-08-20 19:05:46 +0900 (68479f0)
@@ -153,6 +153,8 @@ msgid ""
 "\n"
 "They can be appear in an array, like:"
 msgstr ""
+"レスポンスは、各single volumeごとのそのテーブルにあるレコードの数を含んでいなくてはなりません。\n"
+"これは以下のように、配列として表現できます:"
 
 msgid ""
 "~~~json\n"
@@ -170,14 +172,16 @@ msgid ""
 "wo elements like above.\n"
 "It means that a volume has 10 records and another one also has 10 records."
 msgstr ""
+"ボリュームが2つある場合、20個のレコードが均等に保持されているはずなので、配列は上記のように2つの要素を持つことになるでしょう。\n"
+"この例は、各ボリュームがレコードを10個ずつ保持している事を示しています。"
 
 msgid ""
 "We're going to create a plugin to accept such requests and return such respons"
 "es."
-msgstr ""
+msgstr "それでは、ここまでで述べたような形式のリクエストを受け付けて上記のようなレスポンスを返す、というプラグインを作っていきましょう。"
 
 msgid "### Directory structure"
-msgstr ""
+msgstr "### ディレクトリ構成"
 
 msgid ""
 "The directory structure for plugins are in same rule as explained in the [tuto"
@@ -185,6 +189,9 @@ msgid ""
 "Now let's create the `count-records` plugin, as the file `count-records.rb`. T"
 "he directory tree will be:"
 msgstr ""
+"プラグインのディレクトリ構成は、[適合フェーズ用のプラグインのチュートリアル][adapter]での説明と同じ様式に則ります。\n"
+"`count-records.rb` というファイルとして、`count-records` プラグインを作りましょう。ディレクトリツリーは以下のようになりま"
+"す:"
 
 msgid ""
 "~~~\n"

  Modified: ja/tutorial/1.0.2/plugin-development/handler/index.md (+8 -8)
===================================================================
--- ja/tutorial/1.0.2/plugin-development/handler/index.md    2014-08-20 18:56:43 +0900 (3c4dca3)
+++ ja/tutorial/1.0.2/plugin-development/handler/index.md    2014-08-20 19:05:46 +0900 (c87416e)
@@ -75,8 +75,8 @@ layout: ja
 上記のような内容のJSON形式のファイル `count-records.json` を作成します。
 以降の検証では、このファイルを使い続けていきましょう。
 
-The response must have number of records in the table, for each single volume.
-They can be appear in an array, like:
+レスポンスは、各single volumeごとのそのテーブルにあるレコードの数を含んでいなくてはなりません。
+これは以下のように、配列として表現できます:
 
 ~~~json
 {
@@ -87,16 +87,16 @@ They can be appear in an array, like:
 }
 ~~~
 
-If there are 2 volumes and 20 records are stored evenly, the array will have two elements like above.
-It means that a volume has 10 records and another one also has 10 records.
+ボリュームが2つある場合、20個のレコードが均等に保持されているはずなので、配列は上記のように2つの要素を持つことになるでしょう。
+この例は、各ボリュームがレコードを10個ずつ保持している事を示しています。
 
-We're going to create a plugin to accept such requests and return such responses.
+それでは、ここまでで述べたような形式のリクエストを受け付けて上記のようなレスポンスを返す、というプラグインを作っていきましょう。
 
 
-### Directory structure
+### ディレクトリ構成
 
-The directory structure for plugins are in same rule as explained in the [tutorial for the adaption phase][adapter].
-Now let's create the `count-records` plugin, as the file `count-records.rb`. The directory tree will be:
+プラグインのディレクトリ構成は、[適合フェーズ用のプラグインのチュートリアル][adapter]での説明と同じ様式に則ります。
+`count-records.rb` というファイルとして、`count-records` プラグインを作りましょう。ディレクトリツリーは以下のようになります:
 
 ~~~
 lib

  Modified: ja/tutorial/1.0.3/plugin-development/handler/index.md (+8 -8)
===================================================================
--- ja/tutorial/1.0.3/plugin-development/handler/index.md    2014-08-20 18:56:43 +0900 (79f846b)
+++ ja/tutorial/1.0.3/plugin-development/handler/index.md    2014-08-20 19:05:46 +0900 (3e84d8f)
@@ -75,8 +75,8 @@ layout: ja
 上記のような内容のJSON形式のファイル `count-records.json` を作成します。
 以降の検証では、このファイルを使い続けていきましょう。
 
-The response must have number of records in the table, for each single volume.
-They can be appear in an array, like:
+レスポンスは、各single volumeごとのそのテーブルにあるレコードの数を含んでいなくてはなりません。
+これは以下のように、配列として表現できます:
 
 ~~~json
 {
@@ -87,16 +87,16 @@ They can be appear in an array, like:
 }
 ~~~
 
-If there are 2 volumes and 20 records are stored evenly, the array will have two elements like above.
-It means that a volume has 10 records and another one also has 10 records.
+ボリュームが2つある場合、20個のレコードが均等に保持されているはずなので、配列は上記のように2つの要素を持つことになるでしょう。
+この例は、各ボリュームがレコードを10個ずつ保持している事を示しています。
 
-We're going to create a plugin to accept such requests and return such responses.
+それでは、ここまでで述べたような形式のリクエストを受け付けて上記のようなレスポンスを返す、というプラグインを作っていきましょう。
 
 
-### Directory structure
+### ディレクトリ構成
 
-The directory structure for plugins are in same rule as explained in the [tutorial for the adaption phase][adapter].
-Now let's create the `count-records` plugin, as the file `count-records.rb`. The directory tree will be:
+プラグインのディレクトリ構成は、[適合フェーズ用のプラグインのチュートリアル][adapter]での説明と同じ様式に則ります。
+`count-records.rb` というファイルとして、`count-records` プラグインを作りましょう。ディレクトリツリーは以下のようになります:
 
 ~~~
 lib

  Modified: ja/tutorial/1.0.4/plugin-development/handler/index.md (+8 -8)
===================================================================
--- ja/tutorial/1.0.4/plugin-development/handler/index.md    2014-08-20 18:56:43 +0900 (c9a2692)
+++ ja/tutorial/1.0.4/plugin-development/handler/index.md    2014-08-20 19:05:46 +0900 (a7dca2f)
@@ -75,8 +75,8 @@ layout: ja
 上記のような内容のJSON形式のファイル `count-records.json` を作成します。
 以降の検証では、このファイルを使い続けていきましょう。
 
-The response must have number of records in the table, for each single volume.
-They can be appear in an array, like:
+レスポンスは、各single volumeごとのそのテーブルにあるレコードの数を含んでいなくてはなりません。
+これは以下のように、配列として表現できます:
 
 ~~~json
 {
@@ -87,16 +87,16 @@ They can be appear in an array, like:
 }
 ~~~
 
-If there are 2 volumes and 20 records are stored evenly, the array will have two elements like above.
-It means that a volume has 10 records and another one also has 10 records.
+ボリュームが2つある場合、20個のレコードが均等に保持されているはずなので、配列は上記のように2つの要素を持つことになるでしょう。
+この例は、各ボリュームがレコードを10個ずつ保持している事を示しています。
 
-We're going to create a plugin to accept such requests and return such responses.
+それでは、ここまでで述べたような形式のリクエストを受け付けて上記のようなレスポンスを返す、というプラグインを作っていきましょう。
 
 
-### Directory structure
+### ディレクトリ構成
 
-The directory structure for plugins are in same rule as explained in the [tutorial for the adaption phase][adapter].
-Now let's create the `count-records` plugin, as the file `count-records.rb`. The directory tree will be:
+プラグインのディレクトリ構成は、[適合フェーズ用のプラグインのチュートリアル][adapter]での説明と同じ様式に則ります。
+`count-records.rb` というファイルとして、`count-records` プラグインを作りましょう。ディレクトリツリーは以下のようになります:
 
 ~~~
 lib

  Modified: ja/tutorial/1.0.5/plugin-development/handler/index.md (+8 -8)
===================================================================
--- ja/tutorial/1.0.5/plugin-development/handler/index.md    2014-08-20 18:56:43 +0900 (29bf0c2)
+++ ja/tutorial/1.0.5/plugin-development/handler/index.md    2014-08-20 19:05:46 +0900 (567b950)
@@ -75,8 +75,8 @@ layout: ja
 上記のような内容のJSON形式のファイル `count-records.json` を作成します。
 以降の検証では、このファイルを使い続けていきましょう。
 
-The response must have number of records in the table, for each single volume.
-They can be appear in an array, like:
+レスポンスは、各single volumeごとのそのテーブルにあるレコードの数を含んでいなくてはなりません。
+これは以下のように、配列として表現できます:
 
 ~~~json
 {
@@ -87,16 +87,16 @@ They can be appear in an array, like:
 }
 ~~~
 
-If there are 2 volumes and 20 records are stored evenly, the array will have two elements like above.
-It means that a volume has 10 records and another one also has 10 records.
+ボリュームが2つある場合、20個のレコードが均等に保持されているはずなので、配列は上記のように2つの要素を持つことになるでしょう。
+この例は、各ボリュームがレコードを10個ずつ保持している事を示しています。
 
-We're going to create a plugin to accept such requests and return such responses.
+それでは、ここまでで述べたような形式のリクエストを受け付けて上記のようなレスポンスを返す、というプラグインを作っていきましょう。
 
 
-### Directory structure
+### ディレクトリ構成
 
-The directory structure for plugins are in same rule as explained in the [tutorial for the adaption phase][adapter].
-Now let's create the `count-records` plugin, as the file `count-records.rb`. The directory tree will be:
+プラグインのディレクトリ構成は、[適合フェーズ用のプラグインのチュートリアル][adapter]での説明と同じ様式に則ります。
+`count-records.rb` というファイルとして、`count-records` プラグインを作りましょう。ディレクトリツリーは以下のようになります:
 
 ~~~
 lib

  Modified: ja/tutorial/1.0.6/plugin-development/handler/index.md (+8 -8)
===================================================================
--- ja/tutorial/1.0.6/plugin-development/handler/index.md    2014-08-20 18:56:43 +0900 (01ee506)
+++ ja/tutorial/1.0.6/plugin-development/handler/index.md    2014-08-20 19:05:46 +0900 (5c9049b)
@@ -75,8 +75,8 @@ layout: ja
 上記のような内容のJSON形式のファイル `count-records.json` を作成します。
 以降の検証では、このファイルを使い続けていきましょう。
 
-The response must have number of records in the table, for each single volume.
-They can be appear in an array, like:
+レスポンスは、各single volumeごとのそのテーブルにあるレコードの数を含んでいなくてはなりません。
+これは以下のように、配列として表現できます:
 
 ~~~json
 {
@@ -87,16 +87,16 @@ They can be appear in an array, like:
 }
 ~~~
 
-If there are 2 volumes and 20 records are stored evenly, the array will have two elements like above.
-It means that a volume has 10 records and another one also has 10 records.
+ボリュームが2つある場合、20個のレコードが均等に保持されているはずなので、配列は上記のように2つの要素を持つことになるでしょう。
+この例は、各ボリュームがレコードを10個ずつ保持している事を示しています。
 
-We're going to create a plugin to accept such requests and return such responses.
+それでは、ここまでで述べたような形式のリクエストを受け付けて上記のようなレスポンスを返す、というプラグインを作っていきましょう。
 
 
-### Directory structure
+### ディレクトリ構成
 
-The directory structure for plugins are in same rule as explained in the [tutorial for the adaption phase][adapter].
-Now let's create the `count-records` plugin, as the file `count-records.rb`. The directory tree will be:
+プラグインのディレクトリ構成は、[適合フェーズ用のプラグインのチュートリアル][adapter]での説明と同じ様式に則ります。
+`count-records.rb` というファイルとして、`count-records` プラグインを作りましょう。ディレクトリツリーは以下のようになります:
 
 ~~~
 lib
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index