From a373b0b6ebdc7d473d10d29794e0c580af7d1ef7 Mon Sep 17 00:00:00 2001 From: coolcoala Date: Tue, 5 Aug 2025 18:52:02 +0300 Subject: [PATCH] fixed locales --- src/locales/en.json | 5 ++++- src/locales/ru.json | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 8357487c..ae37ca42 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -675,5 +675,8 @@ "Template": "Template", "Select a template...": "Select a template...", "Default Template": "Ru-bundle template", - "Template without RU Rules": "Without-ru template" + "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..." } diff --git a/src/locales/ru.json b/src/locales/ru.json index 448c7deb..2352c4be 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -638,7 +638,7 @@ "AppQuitBody": "Приложение закрыто с помощью горячей клавиши", "AppHiddenTitle": "Приложение скрыто", "AppHiddenBody": "Окно приложения скрыто с помощью горячей клавиши", - "Invalid Profile URL": "Неверный URL-адрес профиля. Введите URL-адрес, начинающийся с http:// или https://.", + "Invalid Profile URL": "Неверный URL-адрес профиля. Введите URL-адрес, начинающийся с http:// или https://", "Saved Successfully": "Успешно сохранено", "Connected": "Подключено", "Disconnected": "Отключено", @@ -675,5 +675,8 @@ "Template": "Шаблон", "Select a template...": "Выберите шаблон...", "Default Template": "Шаблон ru-bundle", - "Template without RU Rules": "Шаблон without-ru" + "Template without RU Rules": "Шаблон without-ru", + "Stopping Core...": "Остановка ядра...", + "Uninstalling Service...": "Удаление сервиса...", + "Try running core as Sidecar...": "Попытка запустить ядро как Sidecar..." }