New translations .en.json (Japanese)

l10n_master
Timothy Lim 2017-07-17 09:21:29 +02:00
parent f7a7352429
commit 6d262287fb
1 changed files with 13 additions and 13 deletions

View File

@ -148,19 +148,19 @@
], ],
"label":"あるスコアの範囲に対して、カスタムフィードバックを定義します。", "label":"あるスコアの範囲に対して、カスタムフィードバックを定義します。",
"description":"Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!", "description":"例: 0-20% 悪い点、 21-91% 平均点、 91-100% 高得点 !",
"entity":"range", "entity":"範囲",
"field":{ "field":{
"fields":[ "fields":[
{ {
"label":"Score Range" "label":"スコア範囲"
}, },
{ {
}, },
{ {
"label":"Feedback for defined score range", "label":"定義したスコア範囲に対するフィードバック",
"placeholder":"Fill in the feedback" "placeholder":"フィードバックを記入"
} }
] ]
} }
@ -168,22 +168,22 @@
] ]
}, },
{ {
"label":"Old Feedback", "label":"古いフィードバック",
"fields":[ "fields":[
{ {
"label":"Quiz passed greeting", "label":"クイズの合格メッセージ",
"description":"This text will be displayed above the score if the user has successfully passed the quiz." "description":"このテキストは、クイズの合格に成功した場合、スコアの上に表示されます。"
}, },
{ {
"label":"Passed comment", "label":"合格コメント",
"description":"This comment will be displayed after the score if the user has successfully passed the quiz." "description":"このコメントは、クイズの合格に成功した場合、スコアの後に表示されます。"
}, },
{ {
"label":"Quiz failed title", "label":"クイズ不合格タイトル",
"description":"This text will be displayed above the score if the user has failed the quiz." "description":"このテキストは、クイズに不合格となった場合、スコアの上に表示されます。"
}, },
{ {
"label":"Failed comment", "label":"不合格コメント",
"description":"This comment will be displayed after the score if the user has failed the quiz." "description":"This comment will be displayed after the score if the user has failed the quiz."
} }
] ]