diff --git a/frontend/src/i18n/de.json b/frontend/src/i18n/de.json index 0ff3eac6..02282bdf 100644 --- a/frontend/src/i18n/de.json +++ b/frontend/src/i18n/de.json @@ -281,6 +281,7 @@ "currentPassword": "Dein aktuelles Passwort" }, "sidebar": { + "diskUsed": "{used} of {total} used", "help": "Hilfe", "hugoNew": "Hugo Neu", "login": "Anmelden", diff --git a/frontend/src/i18n/fr.json b/frontend/src/i18n/fr.json index f5b9b552..aaf016a8 100644 --- a/frontend/src/i18n/fr.json +++ b/frontend/src/i18n/fr.json @@ -281,6 +281,7 @@ "currentPassword": "Mot de Passe Actuel" }, "sidebar": { + "diskUsed": "{used} of {total} used", "help": "Aide", "hugoNew": "Nouveau Hugo", "login": "Login", diff --git a/frontend/src/i18n/hr.json b/frontend/src/i18n/hr.json index 7dd343e9..bf4006e9 100644 --- a/frontend/src/i18n/hr.json +++ b/frontend/src/i18n/hr.json @@ -281,6 +281,7 @@ "currentPassword": "Vaša trenutna lozinka" }, "sidebar": { + "diskUsed": "{used} of {total} used", "help": "Pomoć", "hugoNew": "Hugo New", "login": "Prijava", diff --git a/frontend/src/i18n/ko.json b/frontend/src/i18n/ko.json index d64c0080..4d7fb367 100644 --- a/frontend/src/i18n/ko.json +++ b/frontend/src/i18n/ko.json @@ -281,6 +281,7 @@ "currentPassword": "현재 비밀번호" }, "sidebar": { + "diskUsed": "{used} of {total} used", "help": "도움말", "hugoNew": "Hugo New", "login": "로그인", diff --git a/frontend/src/i18n/lv.json b/frontend/src/i18n/lv.json index 0303293e..3bf12027 100644 --- a/frontend/src/i18n/lv.json +++ b/frontend/src/i18n/lv.json @@ -281,6 +281,7 @@ "currentPassword": "Your Current Password" }, "sidebar": { + "diskUsed": "{used} of {total} used", "help": "Palīdzība", "hugoNew": "Hugo Jauns", "login": "Pieteikties", diff --git a/frontend/src/i18n/nl.json b/frontend/src/i18n/nl.json index cc7a0609..c2db058d 100644 --- a/frontend/src/i18n/nl.json +++ b/frontend/src/i18n/nl.json @@ -281,6 +281,7 @@ "currentPassword": "Uw huidige wachtwoord" }, "sidebar": { + "diskUsed": "{used} van {total} gebruikt", "help": "Hulp", "hugoNew": "Hugo Nieuw", "login": "Inloggen", diff --git a/frontend/src/i18n/pt-pt.json b/frontend/src/i18n/pt-pt.json index cbe60c82..30b03f7f 100644 --- a/frontend/src/i18n/pt-pt.json +++ b/frontend/src/i18n/pt-pt.json @@ -281,6 +281,7 @@ "currentPassword": "A Sua Palavra-passe Actual" }, "sidebar": { + "diskUsed": "{used} of {total} used", "help": "Ajuda", "hugoNew": "Hugo New", "login": "Iniciar sessão", diff --git a/frontend/src/i18n/pt.json b/frontend/src/i18n/pt.json index a79f903c..e910d71a 100644 --- a/frontend/src/i18n/pt.json +++ b/frontend/src/i18n/pt.json @@ -281,6 +281,7 @@ "currentPassword": "Your Current Password" }, "sidebar": { + "diskUsed": "{used} of {total} used", "help": "Ajuda", "hugoNew": "Hugo New", "login": "Entrar", diff --git a/frontend/src/i18n/ru.json b/frontend/src/i18n/ru.json index db235abf..54b666f3 100644 --- a/frontend/src/i18n/ru.json +++ b/frontend/src/i18n/ru.json @@ -281,6 +281,7 @@ "currentPassword": "Your Current Password" }, "sidebar": { + "diskUsed": "{used} of {total} used", "help": "Помощь", "hugoNew": "Hugo New", "login": "Войти", diff --git a/frontend/src/i18n/zh-cn.json b/frontend/src/i18n/zh-cn.json index 7d77fd41..5e71f308 100644 --- a/frontend/src/i18n/zh-cn.json +++ b/frontend/src/i18n/zh-cn.json @@ -281,6 +281,7 @@ "currentPassword": "您当前的密码" }, "sidebar": { + "diskUsed": "{used} of {total} used", "help": "帮助", "hugoNew": "Hugo 新建", "login": "登录",