diff --git a/src/locales/en.json b/src/locales/en.json index 55f1bfc5..1b73bb7d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -680,5 +680,10 @@ "Template without RU Rules": "Without-ru template", "Stopping Core...": "Stopping Core...", "Uninstalling Service...": "Uninstalling Service...", - "Try running core as Sidecar...": "Try running core as Sidecar..." + "Try running core as Sidecar...": "Try running core as Sidecar...", + "Global Mode Active": "Global Mode Active", + "Update Interval (mins)": "Update Interval (mins)", + "Profile Name": "Profile Name", + "Profile Description": "Profile Description", + "Constructor": "Group constructor" } diff --git a/src/locales/ru.json b/src/locales/ru.json index 5bd11971..645dba02 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -680,5 +680,10 @@ "Template without RU Rules": "Шаблон without-ru", "Stopping Core...": "Остановка ядра...", "Uninstalling Service...": "Удаление сервиса...", - "Try running core as Sidecar...": "Попытка запустить ядро как Sidecar..." + "Try running core as Sidecar...": "Попытка запустить ядро как Sidecar...", + "Global Mode Active": "Глобальный режим активен", + "Update Interval (mins)": "Интервал обновления (в минутах)", + "Profile Name": "Имя профиля", + "Profile Description": "Описание профиля", + "Constructor": "Конструктор групп" }