Navigation Menu

Skip to content

Commit

Permalink
Use 比率 instead of 比例.
Browse files Browse the repository at this point in the history
Ratio-scale can be translated to both 比例 or 比率. However, in Japanese, 比例 includes another meaning. So we use the term 比率 as a plain term.
  • Loading branch information
piroor committed Apr 4, 2014
1 parent 5867170 commit 233c3d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _po/ja/reference/catalog/version2/index.po
Expand Up @@ -822,12 +822,12 @@ msgid "Slicers are categorized into three types. Here are three types of slicers
msgstr "スライサーは以下の3種類に分けられます:"

msgid "##### Ratio-scaled"
msgstr "##### 比例尺度"
msgstr "##### 比率尺度"

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

msgid "##### Ordinal-scaled"
msgstr "##### 順序尺度"
Expand Down
4 changes: 2 additions & 2 deletions ja/reference/catalog/version2/index.md
Expand Up @@ -626,9 +626,9 @@ Index `name` and `address` on the referencing table.

スライサーは以下の3種類に分けられます:

##### 比例尺度
##### 比率尺度

*比例尺度スライサー*は、個々のデータを指定された割合で_keyのハッシュ値などに基づいて振り分けます。
*比率尺度スライサー*は、個々のデータを指定された比率で_keyのハッシュ値などに基づいて振り分けます。

##### 順序尺度

Expand Down

0 comments on commit 233c3d5

Please sign in to comment.