Navigation Menu

Skip to content

Commit

Permalink
Markup literals
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 4, 2014
1 parent 3cb5919 commit ccfc57e
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 143 deletions.
124 changes: 59 additions & 65 deletions _po/ja/reference/catalog/version2/index.po
Expand Up @@ -366,15 +366,15 @@ msgstr ""
": 以下のうちいずれかの値。"

msgid ""
"* \"Array\": for tables which have no keys.\n"
"* \"Hash\": for hash tables.\n"
"* \"PatriciaTrie\": for patricia trie tables.\n"
"* \"DoubleArrayTrie\": for double array trie tables."
"* `\"Array\"`: for tables which have no keys.\n"
"* `\"Hash\"`: for hash tables.\n"
"* `\"PatriciaTrie\"`: for patricia trie tables.\n"
"* `\"DoubleArrayTrie\"`: for double array trie tables."
msgstr ""
"* \"Array\": キーの無いテーブル\n"
"* \"Hash\": ハッシュテーブル\n"
"* \"PatriciaTrie\": パトリシアトライテーブル\n"
"* \"DoubleArrayTrie\": ダブル配列トライテーブル"
"* `\"Array\"`: キーの無いテーブル\n"
"* `\"Hash\"`: ハッシュテーブル\n"
"* `\"PatriciaTrie\"`: パトリシアトライテーブル\n"
"* `\"DoubleArrayTrie\"`: ダブル配列トライテーブル"

msgid ""
"Default value\n"
Expand All @@ -388,11 +388,11 @@ msgstr ""

msgid ""
"Abstract\n"
": Data type of the key of the table. Mustn't be assigned when the `type` is \"A"
"rray\"."
": Data type of the key of the table. Mustn't be assigned when the `type` is `\""
"Array\"`."
msgstr ""
"概要\n"
": テーブルにおけるキーのデータ型。`type`が\"Array\"の場合は指定してはいけません。"
": テーブルにおけるキーのデータ型。`type`が`\"Array\"`の場合は指定してはいけません。"

msgid ""
"Value\n"
Expand All @@ -402,21 +402,21 @@ msgstr ""
": 以下のデータ型のうちのいずれか。"

msgid ""
"* \"Integer\" : 64bit signed integer.\n"
"* \"Float\" : 64bit floating-point number.\n"
"* \"Time\" : Time value with microseconds resolution.\n"
"* \"ShortText\" : Text value up to 4095 bytes length.\n"
"* \"TokyoGeoPoint\" : Tokyo Datum based geometric point value.\n"
"* \"WGS84GeoPoint\" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System"
") based geometric point value."
"* `\"Integer\"` : 64bit signed integer.\n"
"* `\"Float\"` : 64bit floating-point number.\n"
"* `\"Time\"` : Time value with microseconds resolution.\n"
"* `\"ShortText\"` : Text value up to 4095 bytes length.\n"
"* `\"TokyoGeoPoint\"` : Tokyo Datum based geometric point value.\n"
"* `\"WGS84GeoPoint\"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_Syst"
"em) based geometric point value."
msgstr ""
"* \"Integer\" : 64bit 符号付き整数。\n"
"* \"Float\" : 64bit 浮動小数点数。\n"
"* \"Time\" : マイクロ秒精度の時刻。\n"
"* \"ShortText\" : 4095バイトまでの文字列。\n"
"* \"TokyoGeoPoint\" : 旧日本測地系による経緯度。\n"
"* \"WGS84GeoPoint\" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System"
") による経緯度。"
"* `\"Integer\"` : 64bit 符号付き整数。\n"
"* `\"Float\"` : 64bit 浮動小数点数。\n"
"* `\"Time\"` : マイクロ秒精度の時刻。\n"
"* `\"ShortText\"` : 4095バイトまでの文字列。\n"
"* `\"TokyoGeoPoint\"` : 旧日本測地系による経緯度。\n"
"* `\"WGS84GeoPoint\"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_Syst"
"em) による経緯度。"

msgid ""
"Default value\n"
Expand All @@ -431,11 +431,12 @@ msgstr ""
msgid ""
"Abstract\n"
": Specifies the type of tokenizer used for splitting each text value, when the"
" table is used as a lexicon. Only available when the `keyType` is \"ShortText\"."
" table is used as a lexicon. Only available when the `keyType` is `\"ShortText\""
"`."
msgstr ""
"概要\n"
": 語彙表として使われるテーブルにおける、文字列型の値を分割するために使うトークナイザーの種類を指定します。`keyType`が\"ShortText\"である"
"場合にのみ有効です。"
": 語彙表として使われるテーブルにおける、文字列型の値を分割するために使うトークナイザーの種類を指定します。`keyType`が`\"ShortText\"`で"
"ある場合にのみ有効です。"

msgid ""
"Value\n"
Expand All @@ -445,18 +446,18 @@ msgstr ""
": 以下のトークナイザー名のうちのいずれか。"

msgid ""
"* \"TokenDelimit\"\n"
"* \"TokenUnigram\"\n"
"* \"TokenBigram\"\n"
"* \"TokenTrigram\"\n"
"* \"TokenBigramSplitSymbol\"\n"
"* \"TokenBigramSplitSymbolAlpha\"\n"
"* \"TokenBigramSplitSymbolAlphaDigit\"\n"
"* \"TokenBigramIgnoreBlank\"\n"
"* \"TokenBigramIgnoreBlankSplitSymbol\"\n"
"* \"TokenBigramIgnoreBlankSplitSymbolAlpha\"\n"
"* \"TokenBigramIgnoreBlankSplitSymbolAlphaDigit\"\n"
"* \"TokenDelimitNull\""
"* `\"TokenDelimit\"`\n"
"* `\"TokenUnigram\"`\n"
"* `\"TokenBigram\"`\n"
"* `\"TokenTrigram\"`\n"
"* `\"TokenBigramSplitSymbol\"`\n"
"* `\"TokenBigramSplitSymbolAlpha\"`\n"
"* `\"TokenBigramSplitSymbolAlphaDigit\"`\n"
"* `\"TokenBigramIgnoreBlank\"`\n"
"* `\"TokenBigramIgnoreBlankSplitSymbol\"`\n"
"* `\"TokenBigramIgnoreBlankSplitSymbolAlpha\"`\n"
"* `\"TokenBigramIgnoreBlankSplitSymbolAlphaDigit\"`\n"
"* `\"TokenDelimitNull\"`"
msgstr ""

msgid "##### `normalizer` {#parameter-normalizer}"
Expand All @@ -465,10 +466,10 @@ msgstr ""
msgid ""
"Abstract\n"
": Specifies the type of normalizer which normalizes and restricts the key valu"
"es. Only available when the `keyType` is \"ShortText\"."
"es. Only available when the `keyType` is `\"ShortText\"`."
msgstr ""
"概要\n"
": キーの値を正規化・制限するノーマライザーの種類を指定します。`keyType`が\"ShortText\"である場合にのみ有効です。"
": キーの値を正規化・制限するノーマライザーの種類を指定します。`keyType`が`\"ShortText\"`である場合にのみ有効です。"

msgid ""
"Value\n"
Expand All @@ -478,8 +479,8 @@ msgstr ""
": 以下のノーマライザー名のうちのいずれか。"

msgid ""
"* \"NormalizerAuto\"\n"
"* \"NormalizerNFKC51\""
"* `\"NormalizerAuto\"`\n"
"* `\"NormalizerNFKC51\"`"
msgstr ""

msgid "##### `columns` {#parameter-columns}"
Expand Down Expand Up @@ -562,15 +563,15 @@ msgid ""
msgstr ""

msgid ""
"* \"Scalar\": A single value.\n"
"* \"Vector\": A list of values.\n"
"* \"Index\" : A set of unique values with additional properties respectively. Pr"
"operties can be specified in [`indexOptions`](#parameter-indexOptions)."
"* `\"Scalar\"`: A single value.\n"
"* `\"Vector\"`: A list of values.\n"
"* `\"Index\"` : A set of unique values with additional properties respectively. "
"Properties can be specified in [`indexOptions`](#parameter-indexOptions)."
msgstr ""

msgid ""
"Default value\n"
": \"Scalar\""
": `\"Scalar\"`"
msgstr ""

msgid "##### `valueType` {#parameter-valueType}"
Expand All @@ -589,15 +590,15 @@ msgid ""
msgstr ""

msgid ""
"* \"Bool\" : `true` or `false`.\n"
"* \"Integer\" : 64bit signed integer.\n"
"* \"Float\" : 64bit floating-point number.\n"
"* \"Time\" : Time value with microseconds resolution.\n"
"* \"ShortText\" : Text value up to 4,095 bytes length.\n"
"* \"Text\" : Text value up to 2,147,483,647 bytes length.\n"
"* \"TokyoGeoPoint\" : Tokyo Datum based geometric point value.\n"
"* \"WGS84GeoPoint\" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System"
") based geometric point value."
"* `\"Bool\"` : `true` or `false`.\n"
"* `\"Integer\"` : 64bit signed integer.\n"
"* `\"Float\"` : 64bit floating-point number.\n"
"* `\"Time\"` : Time value with microseconds resolution.\n"
"* `\"ShortText\"` : Text value up to 4,095 bytes length.\n"
"* `\"Text\"` : Text value up to 2,147,483,647 bytes length.\n"
"* `\"TokyoGeoPoint\"` : Tokyo Datum based geometric point value.\n"
"* `\"WGS84GeoPoint\"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_Syst"
"em) based geometric point value."
msgstr ""

msgid "##### `vectorOptions` {#parameter-vectorOptions}"
Expand Down Expand Up @@ -868,13 +869,6 @@ msgstr ""
"値\n"
": スライサー関数の名前。"

msgid ""
"Default value\n"
": `\"hash\"`"
msgstr ""
"既定値\n"
": `\"hash\"`"

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."
Expand Down
78 changes: 39 additions & 39 deletions ja/reference/catalog/version2/index.md
Expand Up @@ -259,10 +259,10 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets:
: 以下のうちいずれかの値。

* "Array": キーの無いテーブル
* "Hash": ハッシュテーブル
* "PatriciaTrie": パトリシアトライテーブル
* "DoubleArrayTrie": ダブル配列トライテーブル
* `"Array"`: キーの無いテーブル
* `"Hash"`: ハッシュテーブル
* `"PatriciaTrie"`: パトリシアトライテーブル
* `"DoubleArrayTrie"`: ダブル配列トライテーブル

既定値
: `"Hash"`
Expand All @@ -273,17 +273,17 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets:
##### `keyType` {#parameter-keyType}

概要
: テーブルにおけるキーのデータ型。`type`が"Array"の場合は指定してはいけません。
: テーブルにおけるキーのデータ型。`type``"Array"`の場合は指定してはいけません。

: 以下のデータ型のうちのいずれか。

* "Integer" : 64bit 符号付き整数。
* "Float" : 64bit 浮動小数点数。
* "Time" : マイクロ秒精度の時刻。
* "ShortText" : 4095バイトまでの文字列。
* "TokyoGeoPoint" : 旧日本測地系による経緯度。
* "WGS84GeoPoint" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) による経緯度。
* `"Integer"` : 64bit 符号付き整数。
* `"Float"` : 64bit 浮動小数点数。
* `"Time"` : マイクロ秒精度の時刻。
* `"ShortText"` : 4095バイトまでの文字列。
* `"TokyoGeoPoint"` : 旧日本測地系による経緯度。
* `"WGS84GeoPoint"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) による経緯度。

既定値
: なし。キーを持つテーブルでは指定が必須です。
Expand All @@ -294,23 +294,23 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets:
##### `tokenizer` {#parameter-tokenizer}

概要
: 語彙表として使われるテーブルにおける、文字列型の値を分割するために使うトークナイザーの種類を指定します。`keyType`が"ShortText"である場合にのみ有効です。
: 語彙表として使われるテーブルにおける、文字列型の値を分割するために使うトークナイザーの種類を指定します。`keyType``"ShortText"`である場合にのみ有効です。

: 以下のトークナイザー名のうちのいずれか。

* "TokenDelimit"
* "TokenUnigram"
* "TokenBigram"
* "TokenTrigram"
* "TokenBigramSplitSymbol"
* "TokenBigramSplitSymbolAlpha"
* "TokenBigramSplitSymbolAlphaDigit"
* "TokenBigramIgnoreBlank"
* "TokenBigramIgnoreBlankSplitSymbol"
* "TokenBigramIgnoreBlankSplitSymbolAlpha"
* "TokenBigramIgnoreBlankSplitSymbolAlphaDigit"
* "TokenDelimitNull"
* `"TokenDelimit"`
* `"TokenUnigram"`
* `"TokenBigram"`
* `"TokenTrigram"`
* `"TokenBigramSplitSymbol"`
* `"TokenBigramSplitSymbolAlpha"`
* `"TokenBigramSplitSymbolAlphaDigit"`
* `"TokenBigramIgnoreBlank"`
* `"TokenBigramIgnoreBlankSplitSymbol"`
* `"TokenBigramIgnoreBlankSplitSymbolAlpha"`
* `"TokenBigramIgnoreBlankSplitSymbolAlphaDigit"`
* `"TokenDelimitNull"`

既定値
: なし。
Expand All @@ -321,13 +321,13 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets:
##### `normalizer` {#parameter-normalizer}

概要
: キーの値を正規化・制限するノーマライザーの種類を指定します。`keyType`が"ShortText"である場合にのみ有効です。
: キーの値を正規化・制限するノーマライザーの種類を指定します。`keyType``"ShortText"`である場合にのみ有効です。

: 以下のノーマライザー名のうちのいずれか。

* "NormalizerAuto"
* "NormalizerNFKC51"
* `"NormalizerAuto"`
* `"NormalizerNFKC51"`

既定値
: なし。
Expand Down Expand Up @@ -395,12 +395,12 @@ Abstract
Value
: Any of the followings.

* "Scalar": A single value.
* "Vector": A list of values.
* "Index" : A set of unique values with additional properties respectively. Properties can be specified in [`indexOptions`](#parameter-indexOptions).
* `"Scalar"`: A single value.
* `"Vector"`: A list of values.
* `"Index"` : A set of unique values with additional properties respectively. Properties can be specified in [`indexOptions`](#parameter-indexOptions).

Default value
: "Scalar"
: `"Scalar"`

継承可能性
: 不可。
Expand All @@ -413,14 +413,14 @@ Abstract
Value
: Any of the following data types or the name of another table defined in the same dataset. When a table name is assigned, the column acts as a foreign key references the table.

* "Bool" : `true` or `false`.
* "Integer" : 64bit signed integer.
* "Float" : 64bit floating-point number.
* "Time" : Time value with microseconds resolution.
* "ShortText" : Text value up to 4,095 bytes length.
* "Text" : Text value up to 2,147,483,647 bytes length.
* "TokyoGeoPoint" : Tokyo Datum based geometric point value.
* "WGS84GeoPoint" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) based geometric point value.
* `"Bool"` : `true` or `false`.
* `"Integer"` : 64bit signed integer.
* `"Float"` : 64bit floating-point number.
* `"Time"` : Time value with microseconds resolution.
* `"ShortText"` : Text value up to 4,095 bytes length.
* `"Text"` : Text value up to 2,147,483,647 bytes length.
* `"TokyoGeoPoint"` : Tokyo Datum based geometric point value.
* `"WGS84GeoPoint"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) based geometric point value.

既定値
: なし。これは必須のパラメータです。
Expand Down

0 comments on commit ccfc57e

Please sign in to comment.