New translations .en.json (Japanese)
parent
332263033e
commit
4a005f18a1
|
@ -62,27 +62,27 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Interface texts in quiz",
|
"label":"クイズ内のインターフェイステキスト",
|
||||||
"fields":[
|
"fields":[
|
||||||
{
|
{
|
||||||
"label":"Back button",
|
"label":"戻るボタン",
|
||||||
"default":"Previous question"
|
"default":"前の質問"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Next button",
|
"label":"次へボタン",
|
||||||
"default":"Next question"
|
"default":"次の質問"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Finish button",
|
"label":"完了ボタン",
|
||||||
"default":"Finish"
|
"default":"完了"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Progress text",
|
"label":"進行状況のテキスト",
|
||||||
"description":"Text used if textual progress is selected.",
|
"description":"テキストによる進行状況を選択した場合に使用するテキスト。",
|
||||||
"default":"Question: @current of @total questions"
|
"default":"質問: @current \/ @total"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Label for jumping to a certain question",
|
"label":"特定の質問にジャンプするラベル",
|
||||||
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
"description":"You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||||
"default":"Question %d of %total"
|
"default":"Question %d of %total"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue