[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

This commit is contained in:
andryyy
2020-04-03 08:44:10 +02:00
parent c846270437
commit fd73bbc201
3 changed files with 18 additions and 14 deletions

View File

@@ -220,7 +220,8 @@
"fuzzy_learn_error": "Fuzzy Lernfehler: %s",
"ip_invalid": "Ungültige IP übersprungen: %s",
"session_token": "Formular-Token ungültig: Token stimmt nicht überein",
"session_ua": "Formular-Token ungültig: User-Agent-Validierungsfehler"
"session_ua": "Formular-Token ungültig: User-Agent-Validierungsfehler",
"quota_exceeded_scope": "Domain-Quota erschöpft: Es können nur noch unlimiterte Mailboxen in dieser Domain erstellt werden."
},
"user": {
"last_mail_login": "Letzter Mail-Login",

View File

@@ -220,7 +220,8 @@
"no_active_admin": "Cannot deactivate last active admin",
"hash_not_found": "Hash not found or already deleted",
"fuzzy_learn_error": "Fuzzy hash learn error: %s",
"ip_invalid": "Skipped invalid IP: %s"
"ip_invalid": "Skipped invalid IP: %s",
"quota_exceeded_scope": "Domain quota exceeded: Only unlimited/unrated mailboxes can be created in this domain scope."
},
"user": {
"no_last_login": "No last UI login information",