"errorPasswordInvalid":"Password must be at least 8 and at most 265 characters"
},
"disable2FA":{
"title":"Disable Two-Factor Authentication",
"password":"Password",
"disable":"Disable"
},
"enable2FA":{
"title":"Enable Two-Factor Authentication",
"description":"Your Cloudron Administrator has required all members to enable two-factor authentication. You will be unable to access the dashboard until you enable 2FA.",
"authenticatorAppDescription":"Use Google Authenticator (<a href=\"{{ googleAuthenticatorPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ googleAuthenticatorITunesLink }}\" target=\"_blank\">iOS</a>), FreeOTP authenticator (<a href=\"{{ freeOTPPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ freeOTPITunesLink }}\" target=\"_blank\">iOS</a>) or a similar TOTP app to scan the secret.",
"description":"App passwords are a security measure to protect your Cloudron user account. If you need to access a Cloudron app from an untrusted mobile app or client, you can log in with your username and the alternate password generated here.",
"newPassword":"New Password",
"deletePasswordTooltip":"Delete Password"
},
"apiTokens":{
"title":"API Tokens",
"newApiToken":"New API Token",
"name":"Name",
"expiresAt":"Expires At",
"description":"Use these personal access tokens to authenticate to the <a target=\"_blank\" href=\"{{ apiDocsLink }}\">Cloudron API</a>",
"noTokensPlaceholder":"No API Tokens created",
"revokeTokenTooltip":"Revoke Token"
},
"loginTokens":{
"title":"Login Tokens",
"description":"You have {{ webadminTokens.length }} active web token(s) and {{ cliTokens.length }} CLI token(s).",
"description":"Cloudron makes a complete backup of your system at the configured location.",
"disabledList":"The following apps have automatic backups disabled:",
"provider":"Provider",
"location":"Location",
"endpoint":"Endpoint",
"format":"Storage Format",
"configure":"Configure"
},
"schedule":{
"title":"Schedule and Retention",
"description":"Cloudron makes a complete backup of your system based on this scheduled interval and keeps backups with the specified retention policy.",
"list":"References backups of {{ backup.contents.length }} apps"
},
"backupFailed":{
"title":"Unable to create backup"
},
"cleanupBackups":{
"title":"Cleanup Backups",
"description":"Backups are automatically cleaned up daily based on the retention policy. This action will trigger an immediate removal of backups.",
"cleanupNow":"Cleanup now"
},
"configureBackupSchedule":{
"title":"Configure Backup Schedule and Retention",
"schedule":"Schedule",
"scheduleDescription":"Select the days and hours during which Cloudron will backup. Please take care to not overlap this schedule with the <a href=\"/#/settings\">update schedule</a>.",
"days":"Days",
"hours":"Hours",
"retentionPolicy":"Retention Policy"
},
"configureBackupStorage":{
"title":"Configure Backup Storage",
"provider":"Storage provider",
"noopNote":"This option breaks the backup and restore functionality of Cloudron and should only be used for testing. Please make sure the server is completely backed up using alternate means.",
"mountPoint":"Mount point",
"mountPointDescription":"The mount point has to be setup manually. See <a ng-href=\"https://docs.cloudron.io/backups/#{{ provider }}\" target=\"_blank\">docs</a>.",
"localDirectory":"Local backup directory",
"ext4Label":"Backup directory is an external EXT4 Disk",
"encryptionDescription":"Save this passphrase in a safe place. Cloudron does not store this password. Backups cannot be decrypted without the passphrase",
"advancedSettings":"Advanced settings...",
"memoryLimit":"Memory Limit",
"memoryLimitDescription":"Memory limit for the backup task. Adjust this if you increase the concurrency values from their defaults.",
"uploadPartSize":"Upload Part Size",
"uploadPartSizeDescription":"Multi-part upload part size. Up to 3 parts are uploaded in parallel and requires as much memory.",
"downloadConcurrency":"Download Concurrency",
"downloadConcurrencyDescription":"Number of files to download in parallel when restoring",
"uploadConcurrency":"Upload Concurrency",
"uploadConcurrencyDescription":"Number of files to upload in parallel when backing up",
"copyConcurrency":"Copy Concurrency",
"copyConcurrencyDescription":"Number of remote file copies in parallel when backing up.",
"copyConcurrencyDigitalOceanNote":"DigitalOcean Spaces rate limits at 20."