New translations en.json (Japanese)

pull/20/merge^2
Timothy Lim 2017-03-16 01:30:16 +01:00
parent b81e4d510c
commit bab9a8e60d
1 changed files with 9 additions and 9 deletions

View File

@ -33,7 +33,7 @@
"description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards."
}, },
{ {
"label":"Add button for retrying when the game is over" "label":"ゲームが終了したときに再挑戦のためのボタンを追加"
} }
] ]
}, },
@ -41,20 +41,20 @@
"label":"ローカライズ", "label":"ローカライズ",
"fields":[ "fields":[
{ {
"label":"Card turns text", "label":"カードの裏返し のテキスト",
"default":"Card turns" "default":"カードの裏返し"
}, },
{ {
"label":"Time spent text", "label":"時間経過の文字列",
"default":"Time spent" "default":"経過時間"
}, },
{ {
"label":"Feedback text", "label":"フィードバックテキスト",
"default":"Good work!" "default":"よくできました!"
}, },
{ {
"label":"Try again button text", "label":"再挑戦ボタンのテキスト",
"default":"もう一度ドライしますか?" "default":"再挑戦しますか?"
} }
] ]
} }