diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 15f66fdaf..0f9db402b 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1629,5 +1629,43 @@ "register_nameTooLong": "Usernames must be shorter than {0} characters", "loading_enter_otp": "This account is protected with Two-Factor Authentication. Please enter your verification code", "loading_recover": "Unable to get a code? Recover your account", - "recovery_mfa_secret_ph": "Recovery code" + "recovery_mfa_secret_ph": "Recovery code", + "label_logo": "CryptPad logo", + "login_notFilledUser": "Please fill in a username", + "login_notFilledPass": "Please fill in a password", + "calendar_settings": "Calendar Settings", + "goLeft": "Left", + "goRight": "Right", + "date": "Date", + "context_menu": "Folder actions", + "label_viewMode": "Toggle view mode", + "team_nameTooLong": "Team name is too long (max. 50 characters)", + "team_nameAlreadySet": "Team name is already set to {0}", + "selectLanguage": "Select a language", + "dph_reason": "Reason: {0}", + "dph_sf_pw": "Shared folder {0} is protected with a new password. Enter the new password to access or remove this folder from your drive.", + "dph_sf_destroyed": "Shared folder {0} was destroyed by an owner", + "dph_sf_destroyed_team": "Shared folder {0} in team drive {1} was destroyed by an owner", + "admin_archiveAccount": "Archive this account", + "admin_archiveAccountInfo": "Including its owned documents", + "admin_archiveAccountConfirm": "Please specify the reason for archival, this will be shown to the user.", + "admin_restoreAccount": "Restore this account", + "admin_accountSuspended": "Account archived by admin", + "admin_accountReport": "Account archive report", + "admin_accountReportFull": "Get detailed report", + "admin_channelPlaceholder": "Destroyed document placeholder", + "dph_default": "This content is no longer available", + "dph_account_destroyed": "This account was deleted by its owner", + "dph_account_inactive": "This account was deleted because of inactivity", + "dph_account_moderated": "This account has been suspended by the moderation team", + "dph_account_pw": "The password for this account was changed", + "dph_pad_destroyed": "This document was destroyed by an owner", + "dph_pad_inactive": "This document was deleted because of inactivity", + "dph_pad_moderated": "This document was deleted by the moderation team", + "dph_pad_moderated_account": "This document was deleted for belonging to a suspended account", + "dph_pad_pw": "This document is protected with a new password. Enter the password to access the content", + "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." }