From 1c828cdaf2e3482044b86e527a5f173d694ab2cd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 17 Apr 2020 06:52:48 +0530 Subject: [PATCH] New translations colors.json (Arabic) --- src/i18n/locales/ar/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/ar/rightSidebar/colors.json b/src/i18n/locales/ar/rightSidebar/colors.json index bf4accbf..59872331 100644 --- a/src/i18n/locales/ar/rightSidebar/colors.json +++ b/src/i18n/locales/ar/rightSidebar/colors.json @@ -1,7 +1,7 @@ { - "title": "Colors", - "colorOptions": "Color Options", - "primaryColor": "Primary Color", - "accentColor": "Accent Color", - "clipboardCopyAction": "{{color}} has been copied to the clipboard." + "title": "الألوان", + "colorOptions": "خيارات اللون", + "primaryColor": "اللون الأساسي", + "accentColor": "اللون الثانوي", + "clipboardCopyAction": "تم نسخ {{color}}." }