New translations .en.json (Japanese)

l10n_master
Timothy Lim 2017-07-17 08:31:56 +02:00
parent 332263033e
commit 4a005f18a1
1 changed files with 11 additions and 11 deletions

View File

@ -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"
}, },