|
@@ -147,16 +147,31 @@ migration.impossible.reason=The vault cannot be automatically migrated because i
|
|
|
migration.impossible.moreInfo=The vault can still be opened with an older version. For instructions on how to manually migrate a vault, visit
|
|
|
|
|
|
# Health Check
|
|
|
-health.title=Health Check of \"%s\"
|
|
|
-health.checkList.selectAllBox=Select All
|
|
|
+## Start
|
|
|
+health.title=Health Check of "%s"
|
|
|
+health.intro.header=Health Check
|
|
|
+health.intro.text=Health Check is a collection of checks to detect and possibly fix problems in the internal structure of your vault. Please keep in mind:
|
|
|
+health.intro.remarkSync=Ensure all devices are completely synced, this resolves most problems.
|
|
|
+health.intro.remarkFix=Not all problems can be fixed.
|
|
|
+health.intro.remarkBackup=If data is corrupted, only a backup can help.
|
|
|
+health.intro.affirmation=I have read and understood the above information
|
|
|
+## Start Failure
|
|
|
+health.fail.header=Error on loading Vault Configuration
|
|
|
+health.fail.ioError=An error happened while accessing and reading the config file : "%s"
|
|
|
+health.fail.parseError=An error happened while parsing the vault config.
|
|
|
+health.fail.moreInfo=More Info:
|
|
|
+## Check Selection
|
|
|
+health.checkList.description=Select checks in the left list or use the buttons below.
|
|
|
+health.checkList.selectAllButton=Select All Checks
|
|
|
+health.checkList.deselectAllButton=Deselect All Checks
|
|
|
health.check.runBatchBtn=Run Selected Checks
|
|
|
## Detail view
|
|
|
health.check.detail.noSelectedCheck=For results select a finished health check in the left list.
|
|
|
-health.check.detail.header=Results of %s
|
|
|
health.check.detail.checkScheduled=The check is scheduled.
|
|
|
health.check.detail.checkRunning=The check is currently running…
|
|
|
health.check.detail.checkSkipped=The check was not selected to run.
|
|
|
-health.check.detail.checkSucceeded=The check finished successfully.
|
|
|
+health.check.detail.checkFinished=The check finished successfully.
|
|
|
+health.check.detail.checkFinishedAndFound=The check finished with results needed to be viewed .
|
|
|
health.check.detail.checkFailed=The check exited due to an error.
|
|
|
health.check.detail.checkCancelled=The check was cancelled.
|
|
|
health.check.exportBtn=Export Report
|
|
@@ -303,6 +318,8 @@ vaultOptions.general.actionAfterUnlock=After successful unlock
|
|
|
vaultOptions.general.actionAfterUnlock.ignore=Do nothing
|
|
|
vaultOptions.general.actionAfterUnlock.reveal=Reveal Drive
|
|
|
vaultOptions.general.actionAfterUnlock.ask=Ask
|
|
|
+vaultOptions.general.startBtn=Start Health Check
|
|
|
+
|
|
|
## Mount
|
|
|
vaultOptions.mount=Mounting
|
|
|
vaultOptions.mount.readonly=Read-Only
|
|
@@ -321,15 +338,6 @@ vaultOptions.masterkey.forgetSavedPasswordBtn=Forget Saved Password
|
|
|
vaultOptions.masterkey.recoveryKeyExplanation=A recovery key is your only means to restore access to a vault if you lose your password.
|
|
|
vaultOptions.masterkey.showRecoveryKeyBtn=Display Recovery Key
|
|
|
vaultOptions.masterkey.recoverPasswordBtn=Recover Password
|
|
|
-## Health
|
|
|
-vaultOptions.health=Health Check
|
|
|
-vaultOptions.health.startBtn=Start Health Check
|
|
|
-vaultOptions.health.introduction=Health Check is a collection of checks to detect and possibly fix problems in the internal structure of your vault.
|
|
|
-vaultOptions.health.remarks=Please keep in mind:
|
|
|
-vaultOptions.health.remarkSync=Incomplete synchronisation causes most problems. Ensure that every device is completely synced.
|
|
|
-vaultOptions.health.remarkFix=Not all problems can be fixed.
|
|
|
-vaultOptions.health.remarkBackup=If data is corrupted, only a backup can help.
|
|
|
-vaultOptions.health.affirmation=I have read and understood the above information.
|
|
|
|
|
|
|
|
|
# Recovery Key
|