show pretty representations of storage usage

This commit is contained in:
ansuz
2017-05-19 18:37:31 +02:00
parent 1378a0c1f6
commit ba5ef5157e
5 changed files with 49 additions and 11 deletions

View File

@@ -63,6 +63,10 @@ define(function () {
out.upgrade = "Upgrade";
out.upgradeTitle = "Upgrade your account to increase the storage limit";
out.MB = "MB";
out.GB = "GB";
out.formattedMB = "{0} MB";
out.formattedGB = "{0} GB";
out.greenLight = "Everything is working fine";
out.orangeLight = "Your slow connection may impact your experience";