From 4f0f46f2cf46ceb4ad878141e9c902ccd7cc2255 Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Fri, 23 Jun 2017 14:16:34 +0200 Subject: [PATCH] New translations .en.json (Arabic) --- language/ar.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/language/ar.json b/language/ar.json index 73676a8..2b1b46e 100644 --- a/language/ar.json +++ b/language/ar.json @@ -1,6 +1,11 @@ { "semantics":[ { + "widgets":[ + { + "label":"Default" + } + ], "label":"البطاقات", "entity":"بطاقة", "field":{ @@ -37,6 +42,24 @@ } ] }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, { "label":"الأقلمة", "fields":[ @@ -55,6 +78,10 @@ { "label":"Try again button text", "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" } ] }