diff --git a/src/translation/en.json b/src/translation/en.json
index 59b76895a..d2cc877dc 100644
--- a/src/translation/en.json
+++ b/src/translation/en.json
@@ -690,7 +690,10 @@
"receivedInfo": "Saved",
"deliveredInfo": "Delivered mail",
"deniedInfo": "Connection denied",
- "spamFilterTrainedInfo": "Spam filter trained using mailbox content"
+ "spamFilterTrainedInfo": "Spam filter trained using mailbox content",
+ "overQuotaInfo": "Mailbox {{ mailbox }} is {{ quotaPercent }}% full",
+ "underQuotaInfo": "Mailbox {{ mailbox }} has fallen below {{ quotaPercent }}% quota",
+ "quota": "Mailbox Quota"
},
"searchPlaceholder": "Search",
"from": "From",
diff --git a/src/translation/nl.json b/src/translation/nl.json
index ea067a0cf..bb30c4b7c 100644
--- a/src/translation/nl.json
+++ b/src/translation/nl.json
@@ -1606,7 +1606,8 @@
"aliases": "Aliassen",
"noAliases": "Er zijn geen aliassen ingesteld.",
"addAliasAction": "Alias toevoegen",
- "addAnotherAliasAction": "Een andere alias toevoegen"
+ "addAnotherAliasAction": "Een andere alias toevoegen",
+ "enableStorageQuota": "Inschakelen Opslag Quota"
},
"deleteMailboxDialog": {
"purgeMailboxCheckbox": "Verwijder alle e-mails en filters in deze mailbox",
@@ -1794,5 +1795,10 @@
"mounts": {
"description": "Apps kunnen toegang krijgen tot volumes via /media/{volume name} directory. Deze data is niet opgenomen in de app backup."
}
+ },
+ "mailboxes": {
+ "edit": {
+ "unlimitedStorageQuota": "Onbeperkt"
+ }
}
}
diff --git a/src/translation/ru.json b/src/translation/ru.json
index 49538b0dd..a5c97c12f 100644
--- a/src/translation/ru.json
+++ b/src/translation/ru.json
@@ -1609,7 +1609,8 @@
"addAliasAction": "Добавить псевдоним",
"addAnotherAliasAction": "Добавить ещё один псевдоним",
"aliases": "Псевдонимы",
- "noAliases": "Псевдонимы не настроены."
+ "noAliases": "Псевдонимы не настроены.",
+ "enableStorageQuota": "Включить квоту хранилища"
},
"deleteMailboxDialog": {
"title": "Удалить почтовый ящик {{ name }}@{{ domain }}",
@@ -1794,5 +1795,10 @@
"mounts": {
"description": "Приложения могут получить доступ к смонтированным томампо пути /media/{имя тома}. Данные таких томов не будут включаться в резервные копии приложения."
}
+ },
+ "mailboxes": {
+ "edit": {
+ "unlimitedStorageQuota": "Безлимитно"
+ }
}
}
diff --git a/src/views/email.html b/src/views/email.html
index cbceb0224..3c24c0fd5 100644
--- a/src/views/email.html
+++ b/src/views/email.html
@@ -459,7 +459,7 @@
{{ alias.name + '@' + alias.domain }}