From 04060f4a4acd9372dae7e30515f7461594595a5e Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 30 Apr 2024 02:57:44 +0300 Subject: [PATCH] translations --- content/i18n/bg.modified.json | 36 +++++++++++++++++++++++++++++++++++ content/i18n/ru.json | 3 ++- content/i18n/ru.modified.json | 15 +++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 content/i18n/bg.modified.json create mode 100644 content/i18n/ru.modified.json diff --git a/content/i18n/bg.modified.json b/content/i18n/bg.modified.json new file mode 100644 index 0000000..26788cf --- /dev/null +++ b/content/i18n/bg.modified.json @@ -0,0 +1,36 @@ +{ + "common": { + "appNameLong": "Специално свидетелстване на обществени места в София", + "contacts": "Контакти", + "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/ru.json b/content/i18n/ru.json index a2f80ef..bae0120 100644 --- a/content/i18n/ru.json +++ b/content/i18n/ru.json @@ -6,7 +6,8 @@ "BG": "[RU] Български", "EN": "[RU] Английски", "RU": "[RU] Руски", - "login": "вход" + "login": "вход", + "contacts": "Контакти" }, "menu": { "dashboard": "Начало" diff --git a/content/i18n/ru.modified.json b/content/i18n/ru.modified.json new file mode 100644 index 0000000..3500f51 --- /dev/null +++ b/content/i18n/ru.modified.json @@ -0,0 +1,15 @@ +{ + "common": { + "greeting": "Здравей", + "farewell": "Довиждане", + "changeTo": "Смени на", + "BG": "болгарский", + "EN": "английский", + "RU": "русский", + "login": "вход", + "contacts": "Контакти te" + }, + "menu": { + "dashboard": "Начало" + } +} \ No newline at end of file