Add files via upload

This commit is contained in:
Egor
2026-01-31 18:03:18 +03:00
committed by GitHub
parent f1976ca7ff
commit 902ce24c6c
2 changed files with 38 additions and 4 deletions

View File

@@ -971,8 +971,25 @@
"registration": "By registration",
"activity": "By activity",
"source": "By source",
"tariff": "By tariff"
}
"tariff": "By tariff",
"email": "Email users"
},
"channel": {
"telegram": "Telegram",
"email": "Email",
"both": "Both"
},
"selectChannel": "Broadcast channel",
"telegramSection": "Telegram broadcast",
"emailSection": "Email broadcast",
"selectEmailFilter": "Select email audience",
"selectEmailFilterPlaceholder": "Select filter...",
"emailSubject": "Email subject",
"emailSubjectPlaceholder": "Enter email subject...",
"emailContent": "Email content",
"emailContentHint": "HTML supported",
"emailContentPlaceholder": "<p>Hello, {{user_name}}!</p>\n<p>Your message here...</p>",
"emailVariables": "Available variables"
},
"settings": {
"title": "System Settings",

View File

@@ -988,8 +988,25 @@
"registration": "По регистрации",
"activity": "По активности",
"source": "По источнику",
"tariff": "По тарифу"
}
"tariff": "По тарифу",
"email": "Email-пользователи"
},
"channel": {
"telegram": "Telegram",
"email": "Email",
"both": "Оба"
},
"selectChannel": "Канал рассылки",
"telegramSection": "Telegram-рассылка",
"emailSection": "Email-рассылка",
"selectEmailFilter": "Выберите email-аудиторию",
"selectEmailFilterPlaceholder": "Выберите фильтр...",
"emailSubject": "Тема письма",
"emailSubjectPlaceholder": "Введите тему письма...",
"emailContent": "Содержимое письма",
"emailContentHint": "Поддерживается HTML",
"emailContentPlaceholder": "<p>Здравствуйте, {{user_name}}!</p>\n<p>Текст вашего письма...</p>",
"emailVariables": "Доступные переменные"
},
"settings": {
"title": "Настройки системы",