From 562ffbcf0fc8114189c3116d95acfd805466e550 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 15:46:24 +0530 Subject: [PATCH] New translations colors.json (French) --- src/i18n/locales/fr/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/fr/rightSidebar/colors.json b/src/i18n/locales/fr/rightSidebar/colors.json index bf4accbf..b7748fe1 100644 --- a/src/i18n/locales/fr/rightSidebar/colors.json +++ b/src/i18n/locales/fr/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": "Couleurs", + "colorOptions": "Options de couleurs", + "primaryColor": "Couleur principale", + "accentColor": "Couleur secondaire", + "clipboardCopyAction": "La couleur {{color}} a été copié dans le presse-papiers." }