Navigation Menu

Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 4, 2014
1 parent 233c3d5 commit d118876
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 24 deletions.
22 changes: 14 additions & 8 deletions _po/ja/reference/catalog/version2/index.po
Expand Up @@ -965,17 +965,23 @@ msgid ""
"{\n"
" \"dimension\": \"_key\",\n"
" \"slicer\": \"hash\",\n"
" \"slices\": {\n"
" \"volume\": {\n"
" \"address\": \"localhost:24224/volume.000\"\n"
" \"slices\": [\n"
" {\n"
" \"volume\": {\n"
" \"address\": \"localhost:24224/volume.000\"\n"
" }\n"
" },\n"
" \"volume\": {\n"
" \"address\": \"localhost:24224/volume.001\"\n"
" {\n"
" \"volume\": {\n"
" \"address\": \"localhost:24224/volume.001\"\n"
" }\n"
" },\n"
" \"volume\": {\n"
" \"address\": \"localhost:24224/volume.002\"\n"
" {\n"
" \"volume\": {\n"
" \"address\": \"localhost:24224/volume.002\"\n"
" }\n"
" }\n"
" }\n"
" ]\n"
"~~~"
msgstr ""

Expand Down
22 changes: 14 additions & 8 deletions ja/reference/catalog/version2/index.md
Expand Up @@ -721,17 +721,23 @@ Index `name` and `address` on the referencing table.
{
"dimension": "_key",
"slicer": "hash",
"slices": {
"volume": {
"address": "localhost:24224/volume.000"
"slices": [
{
"volume": {
"address": "localhost:24224/volume.000"
}
},
"volume": {
"address": "localhost:24224/volume.001"
{
"volume": {
"address": "localhost:24224/volume.001"
}
},
"volume": {
"address": "localhost:24224/volume.002"
{
"volume": {
"address": "localhost:24224/volume.002"
}
}
}
]
~~~

### Slice 定義 {#slice}
Expand Down
22 changes: 14 additions & 8 deletions reference/catalog/version2/index.md
Expand Up @@ -723,17 +723,23 @@ which is ratio-scaled slicer function, of `_key`.
{
"dimension": "_key",
"slicer": "hash",
"slices": {
"volume": {
"address": "localhost:24224/volume.000"
"slices": [
{
"volume": {
"address": "localhost:24224/volume.000"
}
},
"volume": {
"address": "localhost:24224/volume.001"
{
"volume": {
"address": "localhost:24224/volume.001"
}
},
"volume": {
"address": "localhost:24224/volume.002"
{
"volume": {
"address": "localhost:24224/volume.002"
}
}
}
]
~~~

### Slice definition {#slice}
Expand Down

0 comments on commit d118876

Please sign in to comment.