diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 0f9db402b..b3e43726d 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -61,10 +61,10 @@ "storageStatus": "Storage:
{0} used out of {1}", "MB": "MB", "GB": "GB", - "KB": "KB", + "KB": "kB", "formattedMB": "{0} MB", "formattedGB": "{0} GB", - "formattedKB": "{0} KB", + "formattedKB": "{0} kB", "pinLimitReached": "You've reached your storage limit", "pinLimitReachedAlert": "You've reached your storage limit. New documents won't be stored in your CryptDrive.
You can either remove documents from your CryptDrive or subscribe to a premium offer to increase your limit.", "pinLimitReachedAlertNoAccounts": "You've reached your storage limit", @@ -773,7 +773,7 @@ "team_nameTitle": "Team name", "team_nameHint": "Set the team's name", "team_avatarTitle": "Team avatar", - "team_avatarHint": "500KB maximum size (png, jpg, jpeg, gif)", + "team_avatarHint": "500 kB maximum size (png, jpg, jpeg, gif)", "team_infoContent": "Each team has its own CryptDrive, storage quota, chat, and members list. Team owners can delete the whole team, Admins can invite or kick members, members can leave the team.", "team_maxTeams": "Each user account can only be a member of {0} teams.", "team_listTitle": "Your teams", @@ -1612,7 +1612,7 @@ "settings_removeOwnedText": "Please wait while your document are being destroyed...", "settings_removeOwnedHint": "All documents where you are the sole owner will be permanently destroyed", "recovery_header": "2FA recovery", - "recovery_mfa_description": "If you have lost access to your Two-Factor Authentication method you can disable 2FA for your account using your recovery code. Please start by entering your login and password:", + "recovery_mfa_description": "If you have lost access to your Two-Factor Authentication method you can disable 2FA for your account using your recovery code. Please start by entering your username and password:", "recovery_mfa_secret": "Please enter your recovery code to disable 2FA for your account:", "recovery_forgot": "Forgot recovery code", "recovery_forgot_text": "Please copy the following information and email it to your instance administrators", @@ -1667,5 +1667,6 @@ "dph_tmp_destroyed": "This template was destroyed by an owner", "dph_tmp_moderated": "This template was deleted by the moderation team", "dph_tmp_moderated_account": "This template was deleted for belonging to a suspended account", - "dph_tmp_pw": "This template is protected with a new password. Open it from your drive to enter the new password." + "dph_tmp_pw": "This template is protected with a new password. Open it from your drive to enter the new password.", + "access_passwordUsed": "This password has already been used for this document. It cannot be used again." }