New translations .en.json (Japanese)

pull/20/merge^2
Timothy Lim 2017-06-23 14:16:21 +02:00
parent 32e0e73b4c
commit 65e84c9fd4
1 changed files with 51 additions and 24 deletions

View File

@ -1,60 +1,87 @@
{ {
"semantics":[ "semantics":[
{ {
"label":"カード", "widgets":[
"entity":"カード", {
"label":"Default"
}
],
"label":"Cards",
"entity":"card",
"field":{ "field":{
"label":"カード", "label":"Card",
"fields":[ "fields":[
{ {
"label":"画像" "label":"Image"
}, },
{ {
"label":"一致させる画像", "label":"Matching Image",
"description":"同じ画像の2枚のカードを使用する代わりに、別に一致させるためのオプション画像" "description":"An optional image to match against instead of using two cards with the same image."
}, },
{ {
"label":"説明", "label":"Description",
"description":"一致する2つのカードが見つかるとポップアップするオプションの短文テキスト。" "description":"An optional short text that will pop up once the two matching cards are found."
} }
] ]
} }
}, },
{ {
"label":"動作設定", "label":"Behavioural settings",
"description":"これらのオプションを使用して、ゲームの動作を制御できます。", "description":"These options will let you control how the game behaves.",
"fields":[ "fields":[
{ {
"label":"カードを正方形に配置", "label":"Position the cards in a square",
"description":"カードをレイアウトするときに、列と行の数を一致させてみてください。そうすると、カードは、コンテナに合わせてスケーリングされます。" "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
}, },
{ {
"label":"使用するカードの数", "label":"Number of cards to use",
"description":"これを2よりも大きい数値に設定すると、カードのリストからランダムなカードが選ばれるようになります。" "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards."
}, },
{ {
"label":"ゲームが終了したときに再挑戦のためのボタンを追加" "label":"Add button for retrying when the game is over"
} }
] ]
}, },
{ {
"label":"ローカライズ", "label":"Look and feel",
"description":"Control the visuals of the game.",
"fields":[ "fields":[
{ {
"label":"カードターン のテキスト", "label":"Theme Color",
"default":"カードターン" "description":"Choose a color to create a theme for your card game.",
"default":"#909090",
"spectrum":{
}
}, },
{ {
"label":"経過時間の文字列", "label":"Card Back",
"default":"経過時間" "description":"Use a custom back for your cards."
}
]
}, },
{ {
"label":"フィードバックテキスト", "label":"Localization",
"default":"よくできました!" "fields":[
{
"label":"Card turns text",
"default":"Card turns"
}, },
{ {
"label":"再挑戦ボタンのテキスト", "label":"Time spent text",
"default":"再挑戦しますか?" "default":"Time spent"
},
{
"label":"Feedback text",
"default":"Good work!"
},
{
"label":"Try again button text",
"default":"Try again?"
},
{
"label":"Close button label",
"default":"Close"
} }
] ]
} }