Reworked telegram notifications
Build and Publish / Build and Publish Docker Image (push) Successful in 1m50s
Build and Publish / Build and Publish Docker Image (push) Successful in 1m50s
This commit is contained in:
@@ -118,6 +118,8 @@ pub struct Translations {
|
||||
pub users_add_button: &'static str,
|
||||
pub users_error_passwords_mismatch: &'static str,
|
||||
pub users_error_login_taken: &'static str,
|
||||
pub users_telegram_chat_id: &'static str,
|
||||
pub users_telegram_enabled: &'static str,
|
||||
|
||||
// Settings
|
||||
pub settings_title: &'static str,
|
||||
@@ -329,6 +331,8 @@ static RU: Translations = Translations {
|
||||
users_add_button: "Добавить",
|
||||
users_error_passwords_mismatch: "Пароли не совпадают.",
|
||||
users_error_login_taken: "Этот логин уже занят.",
|
||||
users_telegram_chat_id: "Telegram Chat ID",
|
||||
users_telegram_enabled: "Уведомления",
|
||||
|
||||
settings_title: "Настройки",
|
||||
settings_key: "Параметр",
|
||||
@@ -529,6 +533,8 @@ static EN: Translations = Translations {
|
||||
users_add_button: "Add",
|
||||
users_error_passwords_mismatch: "Passwords do not match.",
|
||||
users_error_login_taken: "This login is already taken.",
|
||||
users_telegram_chat_id: "Telegram Chat ID",
|
||||
users_telegram_enabled: "Notifications",
|
||||
|
||||
settings_title: "Settings",
|
||||
settings_key: "Parameter",
|
||||
|
||||
Reference in New Issue
Block a user