diff --git a/src/translation/en.json b/src/translation/en.json index d2cc877dc..3d3c02c0b 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -746,6 +746,12 @@ "enabled": "Mailbox sharing is currently enabled.", "disabled": "Mailbox sharing is currently disabled.", "enableAction": "Enable" + }, + "queue": { + "title": "Email Queue" + }, + "action": { + "queue": "Queue" } }, "network": { @@ -1745,7 +1751,8 @@ "vi": "Vietnamese", "zh_Hans": "Chinese (Simplified)", "es": "Spanish", - "ru": "Russian" + "ru": "Russian", + "pt": "Portuguese" }, "volumes": { "title": "Volumes", diff --git a/src/translation/nl.json b/src/translation/nl.json index bb30c4b7c..73c46b710 100644 --- a/src/translation/nl.json +++ b/src/translation/nl.json @@ -690,7 +690,10 @@ "bounceInfo": "Bounce-mail gestuurd", "deferredInfo": "Aflevering niet gelukt, nieuwe poging over {{ delay }}s.", "inboundInfo": "Ontvangen", - "spamFilterTrainedInfo": "Het spam filter wordt getraind op basis van de e-mailbox inhoud" + "spamFilterTrainedInfo": "Het spam filter wordt getraind op basis van de e-mailbox inhoud", + "overQuotaInfo": "Mailbox {{ mailbox }} is {{ quotaPercent }}% vol", + "underQuotaInfo": "Mailbox {{ mailbox }} is gedaald onder het {{ quotaPercent }}% quotum", + "quota": "Mailbox Quotum" }, "searchPlaceholder": "Zoeken", "from": "Van", @@ -743,6 +746,12 @@ "enabled": "Mailbox delen is momenteel ingeschakeld.", "disabled": "Mailbox delen is momenteel uitgeschakeld.", "enableAction": "Inschakelen" + }, + "queue": { + "title": "E-mail wachtrij" + }, + "action": { + "queue": "Wachtrij" } }, "domains": { diff --git a/src/translation/ru.json b/src/translation/ru.json index a5c97c12f..0c6a0af71 100644 --- a/src/translation/ru.json +++ b/src/translation/ru.json @@ -1007,7 +1007,10 @@ "bounceInfo": "Полученный отказ", "deliveredInfo": "Доставленные сообщения", "deniedInfo": "В соединении отказано", - "spamFilterTrainedInfo": "Спам фильтр обучен с использованием содержимого почтового ящика" + "spamFilterTrainedInfo": "Спам фильтр обучен с использованием содержимого почтового ящика", + "overQuotaInfo": "Почтовый ящик {{ mailbox }} использует {{ quotaPercent }}% квоты", + "underQuotaInfo": "Почтовый ящик {{ mailbox }} превысил квоту на {{ quotaPercent }}%", + "quota": "Квота почтового ящика" }, "searchPlaceholder": "Поиск", "from": "От", @@ -1060,6 +1063,12 @@ "enabled": "Общедоступный почтовый ящик включен.", "disabled": "Общедоступный почтовый ящик выключен.", "enableAction": "Включить" + }, + "queue": { + "title": "Очередь электронной почты" + }, + "action": { + "queue": "Очередь" } }, "network": {