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 6a55c41 commit 3cb5919
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions _po/ja/reference/catalog/version2/index.po
Expand Up @@ -378,10 +378,10 @@ msgstr ""

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

msgid "##### `keyType` {#parameter-keyType}"
msgstr ""
Expand Down Expand Up @@ -846,10 +846,10 @@ msgstr ""

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

msgid "##### `slicer` {#parameter-slicer}"
msgstr ""
Expand All @@ -870,10 +870,10 @@ msgstr ""

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

msgid ""
"In order to define a volume which consists of a collection of `slices`,\n"
Expand Down
6 changes: 3 additions & 3 deletions ja/reference/catalog/version2/index.md
Expand Up @@ -265,7 +265,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets:
* "DoubleArrayTrie": ダブル配列トライテーブル

既定値
: "Hash"
: `"Hash"`

継承可能性
: 不可。
Expand Down Expand Up @@ -648,7 +648,7 @@ Index `name` and `address` on the referencing table.
: 文字列。

既定値
: "_key"
: `"_key"`

継承可能性
: 可。`dataset``volume`の定義でオーバライドできます。
Expand All @@ -662,7 +662,7 @@ Index `name` and `address` on the referencing table.
: スライサー関数の名前。

既定値
: "hash"
: `"Hash"`

継承可能性
: 可。`dataset``volume`の定義でオーバライドできます。
Expand Down
6 changes: 3 additions & 3 deletions reference/catalog/version2/index.md
Expand Up @@ -258,7 +258,7 @@ Value
* "DoubleArrayTrie": for double array trie tables.

Default value
: "Hash"
: `"Hash"`

Inheritable
: False.
Expand Down Expand Up @@ -641,7 +641,7 @@ Value
: A string.

Default value
: "_key"
: `"_key"`

Inheritable
: True. Overridable in `dataset` and `volume` definition.
Expand All @@ -655,7 +655,7 @@ Value
: Name of slicer function.

Default value
: "hash"
: `"Hash"`

Inheritable
: True. Overridable in `dataset` and `volume` definition.
Expand Down

0 comments on commit 3cb5919

Please sign in to comment.