From 3c751a42f050533b74bb7c1cdb1fe5c67f09b8f9 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 30 Apr 2024 02:51:51 +0300 Subject: [PATCH] text resources --- content/i18n/bg.json | 2 +- content/i18n/bg.modified.json | 34 ---------------------------------- content/i18n/en.json | 3 +++ content/i18n/en.modified.json | 15 --------------- 4 files changed, 4 insertions(+), 50 deletions(-) delete mode 100644 content/i18n/bg.modified.json delete mode 100644 content/i18n/en.modified.json diff --git a/content/i18n/bg.json b/content/i18n/bg.json index 22632aa..3a58787 100644 --- a/content/i18n/bg.json +++ b/content/i18n/bg.json @@ -4,7 +4,7 @@ "contacts": "Контакти", "greeting": "Здравей", "farewell": "Довиждане", - "changeTo": "-", + "changeTo": "", "BG": "Български", "EN": "Английски", "RU": "Руски", diff --git a/content/i18n/bg.modified.json b/content/i18n/bg.modified.json deleted file mode 100644 index 34515c1..0000000 --- a/content/i18n/bg.modified.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "common": { - "greeting": "Здравей", - "farewell": "Довиждане", - "changeTo": "", - "BG": "Български", - "EN": "Английски", - "RU": "Руски", - "login": "Вход", - "logout": "Изход" - }, - "menu": { - "dashboard": "Възможности", - "shedule": "График", - "myshedule": "Моя График", - "locations": "Местоположения", - "cart-report": "Отчет", - "cart-experience": "Случки", - "guidelines": "Напътствия", - "permits": "Разрешителни", - "contactAll": "Участници", - "feedback": "Отзиви", - "contactUs": "За връзка", - "admin": "Админ", - "cart-places": "Места", - "cart-publishers": "Вестители", - "cart-events": "План", - "cart-calendar": "Календар", - "cart-reports": "Отчети", - "statistics": "Статистика", - "coverMeLogs": "Замествания", - "translations": "Преводи" - } -} \ No newline at end of file diff --git a/content/i18n/en.json b/content/i18n/en.json index 626bb9e..9ca0d0e 100644 --- a/content/i18n/en.json +++ b/content/i18n/en.json @@ -8,5 +8,8 @@ "RU": "Russian", "login": "login", "logout": "logout" + }, + "menu": { + "dashboard": "Dashboard" } } \ No newline at end of file diff --git a/content/i18n/en.modified.json b/content/i18n/en.modified.json deleted file mode 100644 index 4a17b81..0000000 --- a/content/i18n/en.modified.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "common": { - "greeting": "Hello", - "farewell": "Goodbye", - "changeTo": "Change to", - "BG": "Bulgarian", - "EN": "English", - "RU": "Russian", - "login": "login", - "logout": "logout" - }, - "menu": { - "dashboard": "Dashboard" - } -} \ No newline at end of file