From 5771362639c76942b5e531e1b8b52ecef05c4df7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 22:50:12 +0530 Subject: [PATCH] New translations colors.json (Hebrew) --- src/i18n/locales/he/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/he/rightSidebar/colors.json b/src/i18n/locales/he/rightSidebar/colors.json index bf4accbf..95d92e68 100644 --- a/src/i18n/locales/he/rightSidebar/colors.json +++ b/src/i18n/locales/he/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}} הועתק אל הלוח שלך." }