[Rspamd] More pushover options

This commit is contained in:
andryyy
2020-04-16 11:32:53 +02:00
parent 5d37f2af4f
commit c67bb75071
10 changed files with 137 additions and 19 deletions

View File

@@ -236,7 +236,9 @@
"title": "Title",
"pushover_title": "Notification Titel",
"text": "Text",
"pushover_text": "Notification Text ({SUBJECT} entspricht dem Mail-Betreff)",
"pushover_text": "Notification Text",
"pushover_vars": "Verwendbare Variablen für Titel und Text (Datenschutzrichtlinien beachten)",
"pushover_sender_array": "Nur folgende Sender E-Mail-Adressen berücksichtigen <small>(getrennt durch Komma)</small>",
"last_mail_login": "Letzter Mail-Login",
"no_last_login": "Keine letzte UI Anmeldung gespeichert",
"save": "Änderungen speichern",
@@ -354,7 +356,9 @@
"title": "Title",
"pushover_title": "Notification Titel",
"text": "Text",
"pushover_text": "Notification Text ({SUBJECT} entspricht dem Mail-Betreff)",
"pushover_text": "Notification Text",
"pushover_vars": "Verwendbare Variablen für Titel und Text (Datenschutzrichtlinien beachten)",
"pushover_sender_array": "Nur folgende Sender E-Mail-Adressen berücksichtigen <small>(getrennt durch Komma)</small>",
"spamfilter": "Spamfilter",
"domain_s": "Domain(s)",
"rspamd-com_settings": "Ein Name wird automatisch generiert. Beispielinhalte zur Einsicht stehen nachstehend bereit. Siehe auch <a href=\"https://rspamd.com/doc/configuration/settings.html#settings-structure\" target=\"_blank\">Rspamd docs</a>",
@@ -721,6 +725,8 @@
"sieve_preset_7": "Weiterleiten und behalten oder verwerfen"
},
"edit": {
"evaluate_x_prio": "Hohe Priorität eskalieren [<code>X-Priority: 1</code>]",
"only_x_prio": "Nur Mail mit hoher Priorität berücksichtigen [<code>X-Priority: 1</code>]",
"generate": "generieren",
"app_name": "App Name",
"app_passwd": "App Passwörter",

View File

@@ -236,7 +236,9 @@
"title": "Title",
"pushover_title": "Notification title",
"text": "Text",
"pushover_text": "Notification text ({SUBJECT} will be replaced by mail subject)",
"pushover_text": "Notification text",
"pushover_vars": "Useable variables for text and title (please take note of data protection)",
"pushover_sender_array": "Only consider the following sender email addresses <small>(comma-separated)</small>",
"no_last_login": "No last UI login information",
"last_mail_login": "Last mail login",
"save": "Save changes",
@@ -354,7 +356,9 @@
"title": "Title",
"pushover_title": "Notification title",
"text": "Text",
"pushover_text": "Notification text ({SUBJECT} will be replaced by mail subject)",
"pushover_text": "Notification text",
"pushover_vars": "Useable variables for text and title (please take note of data protection)",
"pushover_sender_array": "Only consider the following sender email addresses <small>(comma-separated)</small>",
"spamfilter": "Spam filter",
"domain": "Domain",
"domain_s": "Domain/s",
@@ -720,8 +724,10 @@
"sieve_preset_7": "Redirect and keep/drop"
},
"edit": {
"generate": "generate",
"evaluate_x_prio": "Escalate high priority mail [<code>X-Priority: 1</code>]",
"only_x_prio": "Only consider high priority mail [<code>X-Priority: 1</code>]",
"app_name": "App name",
"generate": "generate",
"app_passwd": "App password",
"sogo_visible": "Alias is visible in SOGo",
"sogo_visible_info": "This option only affects objects, that can be displayed in SOGo (shared or non-shared alias addresses pointing to at least one local mailbox). If hidden, an alias will not appear as selectable sender in SOGo.",

View File

@@ -207,7 +207,7 @@
"priority": "Приоритет",
"private_key": "Закрытый ключ",
"pushover_info": "Настройки Push-уведомления будут применяться ко всей не-спам почте доставляемой на <b>%s</b> включая псевдонимы (общие, не общие и с метками).",
"pushover_text": "Текст уведомления ({SUBJECT} будет заменён на тему письма)",
"pushover_text": "Текст уведомления",
"pushover_title": "Заголовок уведомления",
"pushover_verify": "Проверить доступ",
"quarantine": "Карантин",
@@ -902,7 +902,7 @@
"password_now": "Текущий пароль (подтверждение изменения)",
"password_repeat": "Подтверждение пароля (повтор)",
"pushover_info": "Настройки Push-уведомления будут применяться ко всей не-спам почте доставляемой на <b>%s</b> включая псевдонимы (общие, не общие и с метками).",
"pushover_text": "Текст уведомления ({SUBJECT} будет заменён на тему письма)",
"pushover_text": "Текст уведомления",
"pushover_title": "Заголовок уведомления",
"pushover_verify": "Проверить доступ",
"quarantine_notification": "Уведомления о спаме",

View File

@@ -236,7 +236,7 @@
"title": "Titel",
"pushover_title": "Meddelande titel",
"text": "Text",
"pushover_text": "Meddelandetext ({SUBJECT} byts ut mot ämnesraden)",
"pushover_text": "Meddelandetext",
"last_mail_login": "Senaste inloggningen",
"no_last_login": "Senaste inloggningen till UI saknas",
"save": "Spara ändringarna",
@@ -354,7 +354,7 @@
"title": "Titel",
"pushover_title": "Meddelandets titel",
"text": "Text",
"pushover_text": "Meddelandetext ({SUBJECT} byts ut mot ämnesraden)",
"pushover_text": "Meddelandetext",
"spamfilter": "Spamfilter",
"domain_s": "Domäner",
"rspamd-com_settings": "Ett inställningsnamn kommer att genereras automatiskt, se exemplet nedan. För mer detaljer se <a href=\"https://rspamd.com/doc/configuration/settings.html#settings-structure\" target=\"_blank\">Rspamd dokumentationen</a>",