From fc7ba1c331cfdf742d897993e0db4acb056fb9b8 Mon Sep 17 00:00:00 2001 From: KASPER02K Date: Mon, 12 Aug 2024 18:19:17 +0100 Subject: [PATCH] 55 --- src/language.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/language.js b/src/language.js index a3f963e..aaedb9b 100644 --- a/src/language.js +++ b/src/language.js @@ -1,17 +1,17 @@ export default { GB : { - COLORS : ['black', 'white', 'blue', 'red', 'yellow', 'orange', 'green', 'purple'], - SHAPES : ["square", "triangle", "rectangle", "circle"], + COLORS : ['اسود', 'ابيض', 'ازرق', 'احمر', 'اصفر', 'برتقالي', 'اخضر', 'بنفسجي'], + SHAPES : ["مربع", "مثلث", "المستطيل", "دائرة"], QUESTIONS : [ - 'background color', - 'color text background color', - 'shape text background color', - 'number color', - 'shape color', - 'color text', - 'shape text', - 'shape' + 'لون الخلفية', + 'لون النص لون الخلفية', + 'شكل لون خلفية النص', + 'لون الرقم', + 'لون الشكل', + 'نص اللون', + 'نص الشكل', + 'شكل' ], MISC : [ 'AND',