From ac09de615e0862bebc7a335d074d76e16474c3b7 Mon Sep 17 00:00:00 2001 From: coolcoala Date: Thu, 13 Nov 2025 00:31:30 +0300 Subject: [PATCH] fixed locales --- src/locales/en.json | 5 ++++- src/locales/ru.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 1b73bb7d..57737076 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -685,5 +685,8 @@ "Update Interval (mins)": "Update Interval (mins)", "Profile Name": "Profile Name", "Profile Description": "Profile Description", - "Constructor": "Group constructor" + "Constructor": "Group constructor", + "Leave blank to use the URL above": "Leave blank to use the URL above", + "No profiles available": "No profiles available", + "Configuration saved successfully": "Configuration saved successfully" } diff --git a/src/locales/ru.json b/src/locales/ru.json index 645dba02..a313b527 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -685,5 +685,8 @@ "Update Interval (mins)": "Интервал обновления (в минутах)", "Profile Name": "Имя профиля", "Profile Description": "Описание профиля", - "Constructor": "Конструктор групп" + "Constructor": "Конструктор групп", + "Leave blank to use the URL above": "Оставьте поле пустым, чтобы использовать URL-адрес выше", + "No profiles available": "Нет доступных профилей", + "Configuration saved successfully": "Конфигурация успешно сохранена" }