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": "Конфигурация успешно сохранена" }