diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 0cace79d1..f00279c0a 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -452,7 +452,7 @@ "settings_backupHint": "Backup or restore all your CryptDrive's content. It won't contain the content of your pads, just the keys to access them.", "settings_backup": "Backup", "settings_restore": "Restore", - "settings_backupHint2": "Download the current content of all your pads. Pads will be downloaded in an readable format if such a format is available.", + "settings_backupHint2": "Download all the documents in your drive. Documents will be downloaded in formats readable by other applications when such a format is available. When such a format is not available, documents will be downloaded in a format readable by CryptPad.", "settings_backup2": "Download my CryptDrive", "settings_backup2Confirm": "This will download all the pads and files from your CryptDrive. If you want to continue, pick a name and press OK", "settings_exportTitle": "Export your CryptDrive", @@ -1432,5 +1432,30 @@ "oo_version_latest": "Latest", "oo_version": "Version: ", "snapshots_ooPickVersion": "You must select a version before creating a snapshot", - "snapshot_error_exists": "There is already a snapshot of this version" + "snapshot_error_exists": "There is already a snapshot of this version", + "snapshots_notFound": "This snapshot no longer exists because the history of the document has been deleted.", + "snapshots_cantMake": "The snapshot could not be created. You are disconnected.", + "admin_registrationHint": "Do not allow any new users to register", + "admin_registrationTitle": "Close registration", + "admin_registrationButton": "Close", + "admin_registrationAllow": "Open", + "admin_defaultlimitHint": "Maximum storage limit for CryptDrives (users and teams) when no custom rule is applied", + "admin_defaultlimitTitle": "Storage limit (MB)", + "admin_setlimitButton": "Set limit", + "admin_limit": "Current limit: {0}", + "admin_getlimitsHint": "List all the custom storage limits applied to your instance.", + "admin_getlimitsTitle": "Custom limits", + "admin_limitPlan": "Plan: {0}", + "admin_limitNote": "Note: {0}", + "admin_setlimitHint": "Set custom limits for users by using their public key. You can update or remove an existing limit.", + "admin_setlimitTitle": "Apply a custom limit", + "admin_limitMB": "Limit (in MB)", + "admin_limitSetNote": "Note", + "admin_invalKey": "Invalid public key", + "admin_invalLimit": "Invalid limit value", + "admin_cat_quota": "User storage", + "team_exportTitle": "Download team drive", + "team_exportHint": "Download all the documents in this team's drive. Documents will be downloaded in formats readable by other applications when such a format is available. When such a format is not available, documents will be downloaded in a format readable by CryptPad.", + "team_exportButton": "Download", + "admin_limitUser": "User's public key" }