From 76da0900f2f58b980be45091a8194b2f6e8720b3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 10 Apr 2020 16:11:35 +0530 Subject: [PATCH] New translations colors.json (Dutch) --- src/i18n/locales/nl/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/nl/rightSidebar/colors.json b/src/i18n/locales/nl/rightSidebar/colors.json index bf4accbf..cb041532 100644 --- a/src/i18n/locales/nl/rightSidebar/colors.json +++ b/src/i18n/locales/nl/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": "Kleuren", + "colorOptions": "Kleuropties", + "primaryColor": "Hoofdkleur", + "accentColor": "Secundaire kleur", + "clipboardCopyAction": "{{color}} is naar het klembord gekopieerd." }