From 4059d72f1d33da3f9dc12313d2f865690305c898 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:32 +0530 Subject: [PATCH] New translations colors.json (Bulgarian) --- src/i18n/locales/bg/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/bg/rightSidebar/colors.json diff --git a/src/i18n/locales/bg/rightSidebar/colors.json b/src/i18n/locales/bg/rightSidebar/colors.json new file mode 100644 index 00000000..5e0ad96e --- /dev/null +++ b/src/i18n/locales/bg/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Цветове", + "colorOptions": "Опции за цветовете", + "primaryColor": "Основен цвят", + "accentColor": "Вторичен цвят", + "clipboardCopyAction": "Цветът „{{color}}“ е копиран в клипборда." +}