Yoji Shidara
null+****@clear*****
Mon Feb 24 18:59:04 JST 2014
Yoji Shidara 2014-02-24 18:59:04 +0900 (Mon, 24 Feb 2014) New Revision: 512bf3f818ee526db24d5d5f8ebf34937112bef6 https://github.com/droonga/droonga.org/commit/512bf3f818ee526db24d5d5f8ebf34937112bef6 Message: ja: Follow upstream update partition -> volume Modified files: _po/ja/reference/catalog/version2/index.po ja/reference/catalog/version2/index.md Modified: _po/ja/reference/catalog/version2/index.po (+44 -45) =================================================================== --- _po/ja/reference/catalog/version2/index.po 2014-02-24 18:54:41 +0900 (8f0fb11) +++ _po/ja/reference/catalog/version2/index.po 2014-02-24 18:59:04 +0900 (8bc8c14) @@ -8,6 +8,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" msgid "" +"Value\n" +": An array of [`volume` definitions](#volume)." +msgstr "" +"値\n" +": [`volume` definitions](#volume)の配列。" + +msgid "### Volume definition {#volume}" +msgstr "### Volume 定義 {#volume}" + +msgid "" +"Abstract\n" +": A unit to compose a dataset. A dataset consists of one or more volumes. A vo" +"lume consists of either a single instance of database or a collection of `slic" +"es`. When a volume consists of a single database instance, `address` parameter" +" must be assigned and the other parameters must not be assigned. Otherwise, `d" +"imension`, `slicer` and `slices` are required, and vice versa." +msgstr "" +"概要\n" +": データセットを構成する単位。データセットは1つ、もしくは複数のボリュームからなります。ボリュームは単一のデータベースインスタンスか、`slices` の" +"集合で構成されます。ボリュームが単一のデータベースインスタンスから構成される場合は、`address`パラメータを指定しなければなりません。このとき、それ以" +"外のパラメータを指定してはいけません。そうでない場合は、`dimension`と`slicer`と`slices`が必須で、他は指定してはいけません。" + +msgid "" +"Abstract\n" +": A collection of volumes which are the copies of each other." +msgstr "" +"概要\n" +": 互いに複製されるボリュームの集合。" + +msgid "" +"Inheritable\n" +": True. Overridable in `dataset` and `volume` definition." +msgstr "" +"継承可能性\n" +": 可。`dataset`と`volume`の定義でオーバライドできます。" + +msgid "" "---\n" "title: Catalog\n" "layout: en\n" @@ -93,8 +130,8 @@ msgid "" " \"slices\": [\n" " {\n" " \"label\": \"<Label of the slice>\",\n" -" \"partition\": {\n" -" \"address\": \"<Address string of the partition>\"\n" +" \"volume\": {\n" +" \"address\": \"<Address string of the volume>\"\n" " }\n" " },\n" " ...\n" @@ -213,13 +250,6 @@ msgstr "" "デフォルト値\n" ": 0 (ワーカー無し。全ての処理がマスタープロセス内で行われます)" -msgid "" -"Inheritable\n" -": True. Overridable in `dataset` and `partition` definition." -msgstr "" -"継承可能性\n" -": 可。`dataset`と`partition`の定義でオーバライドできます。" - msgid "### Dataset definition {#dataset}" msgstr "### Dataset 定義 {#dataset}" @@ -289,20 +319,6 @@ msgstr "" msgid "#### `replicas` {#parameter-replicas}" msgstr "" -msgid "" -"Abstract\n" -": A collection of partitions which are the copies of each other." -msgstr "" -"概要\n" -": 互いに複製されるパーティションの集合。" - -msgid "" -"Value\n" -": An array of [`partition` definitions](#partition)." -msgstr "" -"値\n" -": [`partition` definitions](#partition)の配列。" - msgid "### Table definition {#table}" msgstr "### Table 定義 {#table}" @@ -557,23 +573,6 @@ msgid "" "#parameter-valueType)." msgstr "" -msgid "### Partition definition {#partition}" -msgstr "### Partition 定義 {#partition}" - -msgid "" -"Abstract\n" -": A unit to compose a dataset. A dataset consists of one or more partitions. A" -" partition consists of either a single instance of database or a collection of" -" `slices`. When a partition consists of a single database instance, `address` " -"parameter must be assigned and the other parameters must not be assigned. Othe" -"rwise, `dimension`, `slicer` and `slices` are required, and vice versa." -msgstr "" -"概要\n" -": データセットを構成する単位。データセットは1つ、もしくは複数のパーティションからなります。パーティションは単一のデータベースインスタンスか、`slice" -"s` の集合で構成されます。パーティションが単一のデータベースインスタンスから構成される場合は、`address`パラメータを指定しなければなりません。この" -"とき、それ以外のパラメータを指定してはいけません。そうでない場合は、`dimension`と`slicer`と`slices`が必須で、他は指定してはいけま" -"せん。" - msgid "#### `address` {#parameter-address}" msgstr "" @@ -669,8 +668,8 @@ msgstr "### Slice 定義 {#slice}" msgid "" "Abstract\n" -": Definition of each slice. Specifies the range of sliced data and the partiti" -"on to store the data." +": Definition of each slice. Specifies the range of sliced data and the volume " +"to store the data." msgstr "" msgid "#### `weight` {#parameter-slice-weight}" @@ -724,13 +723,13 @@ msgid "" "is allowed in a slices." msgstr "" -msgid "#### `partition` {#parameter-partition}" +msgid "#### `volume` {#parameter-volume}" msgstr "" msgid "" "Abstract\n" -": A partition to store the data which corresponds to the slice." +": A volume to store the data which corresponds to the slice." msgstr "" -msgid ": An object which is a [`partition` definition](#partition)" +msgid ": An object which is a [`volume` definition](#volume)" msgstr "" Modified: ja/reference/catalog/version2/index.md (+16 -16) =================================================================== --- ja/reference/catalog/version2/index.md 2014-02-24 18:54:41 +0900 (fdef669) +++ ja/reference/catalog/version2/index.md 2014-02-24 18:59:04 +0900 (e0a23c5) @@ -70,8 +70,8 @@ layout: ja "slices": [ { "label": "<Label of the slice>", - "partition": { - "address": "<Address string of the partition>" + "volume": { + "address": "<Address string of the volume>" } }, ... @@ -145,7 +145,7 @@ layout: ja : 0 (ワーカー無し。全ての処理がマスタープロセス内で行われます) 継承可能性 -: 可。`dataset`と`partition`の定義でオーバライドできます。 +: 可。`dataset`と`volume`の定義でオーバライドできます。 ### Dataset 定義 {#dataset} @@ -164,7 +164,7 @@ layout: ja : なし。これは必須のパラメータです。 継承可能性 -: 可。`dataset`と`partition`の定義でオーバライドできます。 +: 可。`dataset`と`volume`の定義でオーバライドできます。 #### `schema` {#parameter-schema} @@ -178,7 +178,7 @@ layout: ja : なし。これは必須のパラメータです。 継承可能性 -: 可。`dataset`と`partition`の定義でオーバライドできます。 +: 可。`dataset`と`volume`の定義でオーバライドできます。 #### `fact` {#parameter-fact} @@ -192,15 +192,15 @@ layout: ja : なし。 継承可能性 -: 可。`dataset`と`partition`の定義でオーバライドできます。 +: 可。`dataset`と`volume`の定義でオーバライドできます。 #### `replicas` {#parameter-replicas} 概要 -: 互いに複製されるパーティションの集合。 +: 互いに複製されるボリュームの集合。 値 -: [`partition` definitions](#partition)の配列。 +: [`volume` definitions](#volume)の配列。 デフォルト値 : なし。これは必須のパラメータです。 @@ -433,10 +433,10 @@ Value 継承可能性 : 不可。 -### Partition 定義 {#partition} +### Volume 定義 {#volume} 概要 -: データセットを構成する単位。データセットは1つ、もしくは複数のパーティションからなります。パーティションは単一のデータベースインスタンスか、`slices` の集合で構成されます。パーティションが単一のデータベースインスタンスから構成される場合は、`address`パラメータを指定しなければなりません。このとき、それ以外のパラメータを指定してはいけません。そうでない場合は、`dimension`と`slicer`と`slices`が必須で、他は指定してはいけません。 +: データセットを構成する単位。データセットは1つ、もしくは複数のボリュームからなります。ボリュームは単一のデータベースインスタンスか、`slices` の集合で構成されます。ボリュームが単一のデータベースインスタンスから構成される場合は、`address`パラメータを指定しなければなりません。このとき、それ以外のパラメータを指定してはいけません。そうでない場合は、`dimension`と`slicer`と`slices`が必須で、他は指定してはいけません。 値 : 以下のキーと値のペアを持つオブジェクト。 @@ -472,7 +472,7 @@ Value : "_key" 継承可能性 -: 可。`dataset`と`partition`の定義でオーバライドできます。 +: 可。`dataset`と`volume`の定義でオーバライドできます。 #### `slicer` {#parameter-slicer} @@ -486,7 +486,7 @@ Value : "hash" 継承可能性 -: 可。`dataset`と`partition`の定義でオーバライドできます。 +: 可。`dataset`と`volume`の定義でオーバライドできます。 #### `slices` {#parameter-slices} @@ -505,7 +505,7 @@ Value ### Slice 定義 {#slice} Abstract -: Definition of each slice. Specifies the range of sliced data and the partition to store the data. +: Definition of each slice. Specifies the range of sliced data and the volume to store the data. 値 : 以下のキーと値のペアを持つオブジェクト。 @@ -552,14 +552,14 @@ Value 継承可能性 : 不可。 -#### `partition` {#parameter-partition} +#### `volume` {#parameter-volume} Abstract -: A partition to store the data which corresponds to the slice. +: A volume to store the data which corresponds to the slice. 値 -: An object which is a [`partition` definition](#partition) +: An object which is a [`volume` definition](#volume) デフォルト値 : なし。 -------------- next part -------------- HTML����������������������������...Download