TF-2064 Add QuotasBannerWidget

(cherry picked from commit ce85ba3d7e647a8a93a54144a840905a8c479fb0)
This commit is contained in:
dab246
2023-08-04 21:26:15 +07:00
committed by Dat Vu
parent 9a2e838d03
commit 3aa2b91a89
6 changed files with 303 additions and 81 deletions
+37 -41
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-08-03T18:37:14.070879",
"@@last_modified": "2023-08-04T21:19:31.613036",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -2482,52 +2482,12 @@
"placeholders_order": [],
"placeholders": {}
},
"textQuotasUsed": "{used} GB of {softLimit} GB Used",
"@textQuotasUsed": {
"type": "text",
"placeholders_order": [
"used",
"softLimit"
],
"placeholders": {
"used": {},
"softLimit": {}
}
},
"textQuotasRunningOutOfStorageTitle": "You are running out of storage ({progress}%).",
"@textQuotasRunningOutOfStorageTitle": {
"type": "text",
"placeholders_order": [
"progress"
],
"placeholders": {
"progress": {}
}
},
"textQuotasRunningOutOfStorageContent": "Soon you won't be able to email in Team Mail. Please clean your storage or upgrade your storage to get full features in Team Mail.",
"@textQuotasRunningOutOfStorageContent": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"textQuotasOutOfStorage": "Out of storage",
"@textQuotasOutOfStorage": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"textQuotasRunOutOfStorageTitle": "You have run out of storage space",
"@textQuotasRunOutOfStorageTitle": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"textQuotasRunOutOfStorageContent": "Now you temporarily can't send or get an email. Please free up or upgrade your storage to get the full features of Team Mail.",
"@textQuotasRunOutOfStorageContent": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"quickCreatingRule": "Create a rule with this email",
"@quickCreatingRule": {
"type": "text",
@@ -3131,5 +3091,41 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"quotaStateLabel": "{used} of {limit} Used",
"@quotaStateLabel": {
"type": "text",
"placeholders_order": [
"used",
"limit"
],
"placeholders": {
"used": {},
"limit": {}
}
},
"quotaErrorBannerTitle": "You have run out of storage space",
"@quotaErrorBannerTitle": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"quotaWarningBannerTitle": "You are running out of storage (99%).",
"@quotaWarningBannerTitle": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"quotaWarningBannerMessage": "Soon you won't be able to email in Tmail. Please clean your storage or upgrade your storage to get full features in Tmail.",
"@quotaWarningBannerMessage": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"quotaErrorBannerMessage": "Soon you won't be able to email in Tmail. Please clean your storage or upgrade your storage to get full features in Tmail.",
"@quotaErrorBannerMessage": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}