Ver código fonte

[Web] Lang updates

andryyy 5 anos atrás
pai
commit
ed87c9122a
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      data/web/lang/lang.de.json
  2. 1 1
      data/web/lang/lang.en.json

+ 1 - 1
data/web/lang/lang.de.json

@@ -69,7 +69,7 @@
         "mailbox_quota_exceeds_domain_quota": "Maximale Größe für Mailboxen überschreitet das Domain Speicherlimit",
         "object_is_not_numeric": "Wert %s ist nicht numerisch",
         "alias_empty": "Alias-Adresse darf nicht leer sein",
-        "goto_empty": "Ziel-Adresse darf nicht leer sein",
+        "goto_empty": "Eine Alias-Adresse muss auf mindestens eine gütlige Ziel-Adresse zeigen",
         "policy_list_from_exists": "Ein Eintrag mit diesem Wert existiert bereits",
         "policy_list_from_invalid": "Eintrag hat ein ungültiges Format",
         "alias_invalid": "Alias-Adresse %s ist ungültig",

+ 1 - 1
data/web/lang/lang.en.json

@@ -70,7 +70,7 @@
         "object_is_not_numeric": "Value %s is not numeric",
         "alias_empty": "Alias address must not be empty",
         "last_key": "Last key cannot be deleted",
-        "goto_empty": "Goto address must not be empty",
+        "goto_empty": "An alias address must contain at least one valid goto address",
         "policy_list_from_exists": "A record with given name exists",
         "policy_list_from_invalid": "Record has invalid format",
         "alias_invalid": "Alias address %s is invalid",