Navigation Menu

Skip to content

Commit

Permalink
Translate catalog.json reference about slicer
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 4, 2014
1 parent 6390363 commit 1dce5c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
14 changes: 9 additions & 5 deletions _po/ja/reference/catalog/version2/index.po
Expand Up @@ -803,29 +803,31 @@ msgstr ""
"外のパラメータを指定してはいけません。そうでない場合は、`dimension`と`slicer`と`slices`が必須で、他は指定してはいけません。"

msgid "#### Types of Slicers {#types-of-slicers}"
msgstr "#### スライサーの種類"
msgstr "#### スライサーの種類 {#types-of-slicers}"

msgid ""
"In order to define a volume which consists of a collection of `slices`,\n"
"the way how slice recodes into slices must be decided."
msgstr ""
msgstr "`slices`の集合からなるボリュームを定義するためには、レコードを複数のスライスに振り分けるための方法を決める必要があります。"

msgid ""
"The slicer function that specified as `slicer` and\n"
"the column (or key) specified as `dimension`,\n"
"which is input for the slicer function, defines that."
msgstr ""
"`slice`で指定されたスライサー関数と、スライサー関数への入力として与えられる`dimension`で指定されたカラム(またはキー)によって、それが決ま"
"ります。"

msgid "Slicers are categorized into three types. Here are three types of slicers:"
msgstr ""
msgstr "スライサーは3種類に分けられます。3種類のスライサーは以下の通りです:"

msgid "##### Ratio-scaled"
msgstr ""

msgid ""
"*Ratio-scaled slicers* slice datapoints in the specified ratio,\n"
"e.g. hash function of _key."
msgstr ""
msgstr "*Ratio-scaledスライサー*は、個々のデータを指定された割合で、_keyのハッシュ値などに基づいて振り分けます。"

msgid "##### Ordinal-scaled"
msgstr ""
Expand All @@ -835,6 +837,8 @@ msgid ""
"the values have some ranking, e.g. time, integer,\n"
"element of `{High, Middle, Low}`."
msgstr ""
"*Ordinal-scaledスライサー*は、個々のデータを序列のある値(時間、整数、`{High, Middle, Low}`など)に基づいて振り分けます"
"。"

msgid "##### Nominal-scaled"
msgstr ""
Expand All @@ -843,7 +847,7 @@ msgid ""
"*Nominal-scaled slicers* slice datapoints with nominal values;\n"
"the values denotes categories,which have no order,\n"
"e.g. country, zip code, color."
msgstr ""
msgstr "*Nominal-scaledスライサー*は、個々のデータをカテゴリを示す列挙型の名前(国名、郵便番号、色など)で振り分けます。"

msgid "##### `address` {#parameter-address}"
msgstr ""
Expand Down
22 changes: 7 additions & 15 deletions ja/reference/catalog/version2/index.md
Expand Up @@ -618,33 +618,25 @@ Index `name` and `address` on the referencing table.
: 以下のキーと値のペアを持つオブジェクト。

#### スライサーの種類
#### スライサーの種類 {#types-of-slicers}

In order to define a volume which consists of a collection of `slices`,
the way how slice recodes into slices must be decided.
`slices`の集合からなるボリュームを定義するためには、レコードを複数のスライスに振り分けるための方法を決める必要があります。

The slicer function that specified as `slicer` and
the column (or key) specified as `dimension`,
which is input for the slicer function, defines that.
`slice`で指定されたスライサー関数と、スライサー関数への入力として与えられる`dimension`で指定されたカラム(またはキー)によって、それが決まります。

Slicers are categorized into three types. Here are three types of slicers:
スライサーは3種類に分けられます。3種類のスライサーは以下の通りです:

##### Ratio-scaled

*Ratio-scaled slicers* slice datapoints in the specified ratio,
e.g. hash function of _key.
*Ratio-scaledスライサー*は、個々のデータを指定された割合で、_keyのハッシュ値などに基づいて振り分けます。

##### Ordinal-scaled

*Ordinal-scaled slicers* slice datapoints with ordinal values;
the values have some ranking, e.g. time, integer,
element of `{High, Middle, Low}`.
*Ordinal-scaledスライサー*は、個々のデータを序列のある値(時間、整数、`{High, Middle, Low}`など)に基づいて振り分けます。

##### Nominal-scaled

*Nominal-scaled slicers* slice datapoints with nominal values;
the values denotes categories,which have no order,
e.g. country, zip code, color.
*Nominal-scaledスライサー*は、個々のデータをカテゴリを示す列挙型の名前(国名、郵便番号、色など)で振り分けます。

#### パラメータ

Expand Down

0 comments on commit 1dce5c3

Please sign in to comment.