From 609dbbe48fe9a4868a1a25471a4430ae4077fbc8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 11 Apr 2020 19:42:25 +0530 Subject: [PATCH] New translations colors.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/pt/rightSidebar/colors.json b/src/i18n/locales/pt/rightSidebar/colors.json index bf4accbf..b53aabb8 100644 --- a/src/i18n/locales/pt/rightSidebar/colors.json +++ b/src/i18n/locales/pt/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": "Cores", + "colorOptions": "Opções de cores", + "primaryColor": "Cor principal", + "accentColor": "Cor secundária", + "clipboardCopyAction": "A cor {{color}} foi copiada para área de transferência." }