From 6d262287fb29a961aadf032f5090a4c04d4b7e6d Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Mon, 17 Jul 2017 09:21:29 +0200 Subject: [PATCH] New translations .en.json (Japanese) --- language/ja.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/language/ja.json b/language/ja.json index eaf062e..f127413 100644 --- a/language/ja.json +++ b/language/ja.json @@ -148,19 +148,19 @@ ], "label":"あるスコアの範囲に対して、カスタムフィードバックを定義します。", - "description":"Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!", - "entity":"range", + "description":"例: 0-20% 悪い点、 21-91% 平均点、 91-100% 高得点 !", + "entity":"範囲", "field":{ "fields":[ { - "label":"Score Range" + "label":"スコア範囲" }, { }, { - "label":"Feedback for defined score range", - "placeholder":"Fill in the feedback" + "label":"定義したスコア範囲に対するフィードバック", + "placeholder":"フィードバックを記入" } ] } @@ -168,22 +168,22 @@ ] }, { - "label":"Old Feedback", + "label":"古いフィードバック", "fields":[ { - "label":"Quiz passed greeting", - "description":"This text will be displayed above the score if the user has successfully passed the quiz." + "label":"クイズの合格メッセージ", + "description":"このテキストは、クイズの合格に成功した場合、スコアの上に表示されます。" }, { - "label":"Passed comment", - "description":"This comment will be displayed after the score if the user has successfully passed the quiz." + "label":"合格コメント", + "description":"このコメントは、クイズの合格に成功した場合、スコアの後に表示されます。" }, { - "label":"Quiz failed title", - "description":"This text will be displayed above the score if the user has failed the quiz." + "label":"クイズ不合格タイトル", + "description":"このテキストは、クイズに不合格となった場合、スコアの上に表示されます。" }, { - "label":"Failed comment", + "label":"不合格コメント", "description":"This comment will be displayed after the score if the user has failed the quiz." } ]