From ef8ae2cdde33ad767d97de5578667deb2bf57276 Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Mon, 17 Jul 2017 08:01:37 +0200 Subject: [PATCH] New translations .en.json (Japanese) --- language/ja.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/language/ja.json b/language/ja.json index 78df338..e463be0 100644 --- a/language/ja.json +++ b/language/ja.json @@ -4,22 +4,22 @@ "label":"クイズ概要", "fields":[ { - "label":"Display introduction" + "label":"概要を表示" }, { - "label":"Title", - "description":"This title will be displayed above the introduction text." + "label":"タイトル", + "description":"このタイトルは、概要文の上に表示されます。" }, { - "label":"Introduction text", - "description":"This text will be displayed before the quiz starts." + "label":"概要文", + "description":"このテキストは、クイズが始まる前に表示されます。" }, { - "label":"Start button text", - "default":"Start Quiz" + "label":"スタート ボタンのテキスト", + "default":"クイズをスタート" }, { - "label":"Background image", + "label":"背景画像", "description":"An optional background image for the introduction." } ]