From 7939a68c718e69f3ae21d55404e7101d746fc444 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 13:00:14 +0530 Subject: [PATCH] New translations colors.json (Tamil) --- src/i18n/locales/ta/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/ta/rightSidebar/colors.json b/src/i18n/locales/ta/rightSidebar/colors.json index bf4accbf..aa48fad4 100644 --- a/src/i18n/locales/ta/rightSidebar/colors.json +++ b/src/i18n/locales/ta/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}} கிளிப்போர்டுக்கு நகலெடுக்கப்பட்டது." }