strings.properties 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. # Locale Specific CSS files such as CJK, RTL,...
  2. additionalStyleSheets=
  3. # Generics
  4. ## Button
  5. generic.button.apply=Apply
  6. generic.button.back=Back
  7. generic.button.cancel=Cancel
  8. generic.button.change=Change
  9. generic.button.choose=Choose…
  10. generic.button.close=Close
  11. generic.button.copy=Copy
  12. generic.button.copied=Copied!
  13. generic.button.done=Done
  14. generic.button.next=Next
  15. generic.button.print=Print
  16. # Error
  17. error.message=An error occurred
  18. error.description=Cryptomator didn't expect this to happen. You can look up existing solutions for this error. Or if it has not been reported yet, feel free to do so.
  19. error.hyperlink.lookup=Look up this error
  20. error.hyperlink.report=Report this error
  21. error.technicalDetails=Details:
  22. # Defaults
  23. defaults.vault.vaultName=Vault
  24. # Tray Menu
  25. traymenu.showMainWindow=Show
  26. traymenu.showPreferencesWindow=Preferences
  27. traymenu.lockAllVaults=Lock All
  28. traymenu.quitApplication=Quit
  29. traymenu.vault.unlock=Unlock
  30. traymenu.vault.lock=Lock
  31. traymenu.vault.reveal=Reveal
  32. # Add Vault Wizard
  33. addvaultwizard.title=Add Vault
  34. ## Welcome
  35. addvaultwizard.welcome.newButton=Create New Vault
  36. addvaultwizard.welcome.existingButton=Open Existing Vault
  37. ## New
  38. ### Name
  39. addvaultwizard.new.nameInstruction=Choose a name for the vault
  40. addvaultwizard.new.namePrompt=Vault Name
  41. ### Location
  42. addvaultwizard.new.locationInstruction=Where should Cryptomator store the encrypted files of your vault?
  43. addvaultwizard.new.locationLabel=Storage location
  44. addvaultwizard.new.locationPrompt=…
  45. addvaultwizard.new.directoryPickerLabel=Custom location
  46. addvaultwizard.new.directoryPickerButton=Choose…
  47. addvaultwizard.new.directoryPickerTitle=Select Directory
  48. addvaultwizard.new.fileAlreadyExists=A file or directory with the vault name already exists
  49. addvaultwizard.new.locationDoesNotExist=A directory in the specified path does not exist or cannot be accessed
  50. addvaultwizard.new.locationIsNotWritable=No write access at the specified path
  51. addvaultwizard.new.locationIsOk=Suitable location for your vault
  52. addvaultwizard.new.invalidName=Invalid vault name
  53. addvaultwizard.new.validName=Valid vault name
  54. addvaultwizard.new.validCharacters.message=The vault name may contain the following characters:
  55. addvaultwizard.new.validCharacters.chars=Word characters (e.g. a, ж or 수)
  56. addvaultwizard.new.validCharacters.numbers=Numbers
  57. addvaultwizard.new.validCharacters.dashes=Hyphen (%s) or underscore (%s)
  58. ### Password
  59. addvaultwizard.new.createVaultBtn=Create Vault
  60. addvaultwizard.new.generateRecoveryKeyChoice=You won't be able to access your data without your password. Do you want a recovery key for the case you lose your password?
  61. addvaultwizard.new.generateRecoveryKeyChoice.yes=Yes please, better safe than sorry
  62. addvaultwizard.new.generateRecoveryKeyChoice.no=No thanks, I will not lose my password
  63. ### Information
  64. addvault.new.readme.storageLocation.fileName=IMPORTANT.rtf
  65. addvault.new.readme.storageLocation.1=⚠️ VAULT FILES ⚠️
  66. addvault.new.readme.storageLocation.2=This is your vault's storage location.
  67. addvault.new.readme.storageLocation.3=DO NOT
  68. addvault.new.readme.storageLocation.4=• alter any files within this directory or
  69. addvault.new.readme.storageLocation.5=• paste any files for encryption into this directory.
  70. addvault.new.readme.storageLocation.6=If you want to encrypt files and view the content of the vault, do the following:
  71. addvault.new.readme.storageLocation.7=1. Add this vault to Cryptomator.
  72. addvault.new.readme.storageLocation.8=2. Unlock the vault in Cryptomator.
  73. addvault.new.readme.storageLocation.9=3. Open the access location by clicking the "Reveal" button.
  74. addvault.new.readme.storageLocation.10=If you need help, visit the documentation: %s
  75. addvault.new.readme.accessLocation.fileName=WELCOME.rtf
  76. addvault.new.readme.accessLocation.1=🔐️ ENCRYPTED VOLUME 🔐️
  77. addvault.new.readme.accessLocation.2=This is your vault's access location.
  78. addvault.new.readme.accessLocation.3=Any files added to this volume will be encrypted by Cryptomator. You can work on it like on any other drive/folder. This is only a decrypted view of its content, your files stay encrypted on your hard drive all the time.
  79. addvault.new.readme.accessLocation.4=Feel free to remove this file.
  80. ## Existing
  81. addvaultwizard.existing.instruction=Choose the "vault.cryptomator" file of your existing vault. If only a file named "masterkey.cryptomator" exists, select that instead.
  82. addvaultwizard.existing.chooseBtn=Choose…
  83. addvaultwizard.existing.filePickerTitle=Select Vault File
  84. addvaultwizard.existing.filePickerMimeDesc=Cryptomator Vault
  85. ## Success
  86. addvaultwizard.success.nextStepsInstructions=Added vault "%s".\nYou need to unlock this vault to access or add contents. Alternatively you can unlock it at any later point in time.
  87. addvaultwizard.success.unlockNow=Unlock Now
  88. # Remove Vault
  89. removeVault.title=Remove "%s"
  90. removeVault.message=Remove vault?
  91. removeVault.description=This will only make Cryptomator forget about this vault. You can add it again. No encrypted files will be deleted from your hard drive.
  92. removeVault.confirmBtn=Remove Vault
  93. # Change Password
  94. changepassword.title=Change Password
  95. changepassword.enterOldPassword=Enter the current password for "%s"
  96. changepassword.finalConfirmation=I understand that I will not be able to access my data if I forget my password
  97. # Forget Password
  98. forgetPassword.title=Forget Password
  99. forgetPassword.message=Forget saved password?
  100. forgetPassword.description=This will delete the saved password of this vault from your system keychain.
  101. forgetPassword.confirmBtn=Forget Password
  102. # Unlock
  103. unlock.title=Unlock "%s"
  104. unlock.passwordPrompt=Enter password for "%s":
  105. unlock.savePassword=Remember password
  106. unlock.unlockBtn=Unlock
  107. ## Select
  108. unlock.chooseMasterkey.message=Masterkey file not found
  109. unlock.chooseMasterkey.description=Cryptomator could not find the masterkey file for vault "%s". Please choose the key file manually.
  110. unlock.chooseMasterkey.filePickerTitle=Select Masterkey File
  111. unlock.chooseMasterkey.filePickerMimeDesc=Cryptomator Masterkey
  112. ## Success
  113. unlock.success.message=Unlock successful
  114. unlock.success.description=Content in vault "%s" is now accessible over its mount point.
  115. unlock.success.rememberChoice=Remember my choice, don't ask again
  116. unlock.success.revealBtn=Reveal Drive
  117. ## Failure
  118. unlock.error.message=Unable to unlock vault
  119. ### Invalid Mount Point
  120. unlock.error.invalidMountPoint.notExisting=Mount point "%s" is not a directory, not empty or does not exist.
  121. unlock.error.invalidMountPoint.existing=Mount point "%s" already exists or parent folder is missing.
  122. unlock.error.invalidMountPoint.driveLetterOccupied=Drive Letter "%s" is already in use.
  123. ## Hub
  124. ### Waiting
  125. hub.auth.message=Waiting for authentication…
  126. hub.auth.description=You should automatically be redirected to the login page.
  127. hub.auth.loginLink=Not redirected? Click here to open it.
  128. ### Receive Key
  129. hub.receive.message=Processing response…
  130. hub.receive.description=Cryptomator is receiving and processing the response from Hub. Please wait.
  131. ### Register Device
  132. hub.register.message=Device name required
  133. hub.register.description=This seems to be the first Hub access from this device. In order to identify it for access authorization, you need to name this device.
  134. hub.register.nameLabel=Device Name
  135. hub.register.occupiedMsg=Name already in use
  136. hub.register.registerBtn=Confirm
  137. ### Registration Success
  138. hub.registerSuccess.message=Device named
  139. hub.registerSuccess.description=To access the vault, your device needs to be authorized by the vault owner.
  140. ### Registration Failed
  141. hub.registerFailed.message=Device naming failed
  142. hub.registerFailed.description=An error was thrown in the naming process. For more details, look into the application log.
  143. ### Unauthorized
  144. hub.unauthorized.message=Access denied
  145. hub.unauthorized.description=Your device has not yet been authorized to access this vault. Ask the vault owner to authorize it.
  146. ### License Exceeded
  147. hub.licenseExceeded.message=License exceeded
  148. hub.licenseExceeded.description=Cryptomator Hub has given access to more users than its license permits. Please contact your Hub admin to upgrade the license or a vault admin to remove users from vaults.
  149. # Lock
  150. ## Force
  151. lock.forced.message=Lock failed
  152. lock.forced.description=Locking "%s" was blocked by pending operations or open files. You can force lock this vault, however interrupting I/O may result in the loss of unsaved data.
  153. lock.forced.retryBtn=Retry
  154. lock.forced.forceBtn=Force Lock
  155. ## Failure
  156. lock.fail.message=Locking vault failed
  157. lock.fail.description=Vault "%s" could not be locked. Ensure unsaved work is saved elsewhere and important Read/Write operations are finished. In order to close the vault, kill the Cryptomator process.
  158. # Migration
  159. migration.title=Upgrade Vault
  160. ## Start
  161. migration.start.prompt=Your vault "%s" needs to be updated to a newer format. Before proceeding, make sure there is no pending synchronization affecting this vault.
  162. migration.start.confirm=Yes, my vault is fully synced
  163. ## Run
  164. migration.run.enterPassword=Enter the password for "%s"
  165. migration.run.startMigrationBtn=Migrate Vault
  166. migration.run.progressHint=This might take some time…
  167. ## Success
  168. migration.success.nextStepsInstructions=Migrated "%s" successfully.\nYou can now unlock your vault.
  169. migration.success.unlockNow=Unlock Now
  170. ## Missing file system capabilities
  171. migration.error.missingFileSystemCapabilities.title=Unsupported File System
  172. migration.error.missingFileSystemCapabilities.description=Migration was not started, because your vault is located on an inadequate file system.
  173. migration.error.missingFileSystemCapabilities.reason.LONG_FILENAMES=The file system does not support long file names.
  174. migration.error.missingFileSystemCapabilities.reason.LONG_PATHS=The file system does not support long paths.
  175. migration.error.missingFileSystemCapabilities.reason.READ_ACCESS=The file system does not allow to be read.
  176. migration.error.missingFileSystemCapabilities.reason.WRITE_ACCESS=The file system does not allow to be written to.
  177. ## Impossible
  178. migration.impossible.heading=Unable to migrate vault
  179. migration.impossible.reason=The vault cannot be automatically migrated because its storage location or access point is not compatible.
  180. migration.impossible.moreInfo=The vault can still be opened with an older version. For instructions on how to manually migrate a vault, visit
  181. # Health Check
  182. ## Start
  183. health.title=Health Check of "%s"
  184. health.intro.header=Health Check
  185. 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:
  186. health.intro.remarkSync=Ensure all devices are completely synced, this resolves most problems.
  187. health.intro.remarkFix=Not all problems can be fixed.
  188. health.intro.remarkBackup=If data is corrupted, only a backup can help.
  189. health.intro.affirmation=I have read and understood the above information
  190. ## Start Failure
  191. health.fail.header=Error on loading Vault Configuration
  192. health.fail.ioError=An error happened while accessing and reading the config file.
  193. health.fail.parseError=An error happened while parsing the vault config.
  194. health.fail.moreInfo=More Info
  195. ## Check Selection
  196. health.checkList.description=Select checks in the left list or use the buttons below.
  197. health.checkList.selectAllButton=Select All Checks
  198. health.checkList.deselectAllButton=Deselect All Checks
  199. health.check.runBatchBtn=Run Selected Checks
  200. ## Detail view
  201. health.check.detail.noSelectedCheck=For results select a finished health check in the left list.
  202. health.check.detail.checkScheduled=The check is scheduled.
  203. health.check.detail.checkRunning=The check is currently running…
  204. health.check.detail.checkSkipped=The check was not selected to run.
  205. health.check.detail.checkFinished=The check finished successfully.
  206. health.check.detail.checkFinishedAndFound=The check finished running. Please review the results.
  207. health.check.detail.checkFailed=The check exited due to an error.
  208. health.check.detail.checkCancelled=The check was cancelled.
  209. health.check.detail.fixAllSpecificBtn=Fix all of type
  210. health.check.exportBtn=Export Report
  211. ## Fix Application
  212. health.fix.fixBtn=Fix
  213. health.fix.successTip=Fix successful
  214. health.fix.failTip=Fix failed, see log for details
  215. # Preferences
  216. preferences.title=Preferences
  217. ## General
  218. preferences.general=General
  219. preferences.general.startHidden=Hide window when starting Cryptomator
  220. preferences.general.autoCloseVaults=Lock open vaults automatically when quitting application
  221. preferences.general.debugLogging=Enable debug logging
  222. preferences.general.debugDirectory=Reveal log files
  223. preferences.general.autoStart=Launch Cryptomator on system start
  224. preferences.general.keychainBackend=Store passwords with
  225. ## Interface
  226. preferences.interface=Interface
  227. preferences.interface.theme=Look & Feel
  228. preferences.interface.theme.automatic=Automatic
  229. preferences.interface.theme.dark=Dark
  230. preferences.interface.theme.light=Light
  231. preferences.interface.unlockThemes=Unlock dark mode
  232. preferences.interface.language=Language (requires restart)
  233. preferences.interface.language.auto=System Default
  234. preferences.interface.interfaceOrientation=Interface Orientation
  235. preferences.interface.interfaceOrientation.ltr=Left to Right
  236. preferences.interface.interfaceOrientation.rtl=Right to Left
  237. preferences.interface.showMinimizeButton=Show minimize button
  238. preferences.interface.showTrayIcon=Show tray icon (requires restart)
  239. ## Volume
  240. preferences.volume=Virtual Drive
  241. preferences.volume.type=Volume Type
  242. preferences.volume.webdav.port=WebDAV Port
  243. preferences.volume.webdav.scheme=WebDAV Scheme
  244. ## Updates
  245. preferences.updates=Updates
  246. preferences.updates.currentVersion=Current Version: %s
  247. preferences.updates.autoUpdateCheck=Check for updates automatically
  248. preferences.updates.checkNowBtn=Check Now
  249. preferences.updates.updateAvailable=Update to version %s available.
  250. ## Contribution
  251. preferences.contribute=Support Us
  252. preferences.contribute.registeredFor=Supporter certificate registered for %s
  253. preferences.contribute.noCertificate=Support Cryptomator and receive a supporter certificate. It's like a license key but for awesome people using free software. ;-)
  254. preferences.contribute.getCertificate=Don't have one already? Learn how you can obtain it.
  255. preferences.contribute.promptText=Paste supporter certificate code here
  256. #<-- Add entries for donations and code/translation/documentation contribution -->
  257. ## About
  258. preferences.about=About
  259. # Vault Statistics
  260. stats.title=Statistics for %s
  261. stats.cacheHitRate=Cache Hit Rate
  262. ## Read
  263. stats.read.throughput.idle=Read: idle
  264. stats.read.throughput.kibs=Read: %.2f kiB/s
  265. stats.read.throughput.mibs=Read: %.2f MiB/s
  266. stats.read.total.data.none=Data read: -
  267. stats.read.total.data.kib=Data read: %.1f kiB
  268. stats.read.total.data.mib=Data read: %.1f MiB
  269. stats.read.total.data.gib=Data read: %.1f GiB
  270. stats.decr.total.data.none=Data decrypted: -
  271. stats.decr.total.data.kib=Data decrypted: %.1f kiB
  272. stats.decr.total.data.mib=Data decrypted: %.1f MiB
  273. stats.decr.total.data.gib=Data decrypted: %.1f GiB
  274. stats.read.accessCount=Total reads: %d
  275. ## Write
  276. stats.write.throughput.idle=Write: idle
  277. stats.write.throughput.kibs=Write: %.2f kiB/s
  278. stats.write.throughput.mibs=Write: %.2f MiB/s
  279. stats.write.total.data.none=Data written: -
  280. stats.write.total.data.kib=Data written: %.1f kiB
  281. stats.write.total.data.mib=Data written: %.1f MiB
  282. stats.write.total.data.gib=Data written: %.1f GiB
  283. stats.encr.total.data.none=Data encrypted: -
  284. stats.encr.total.data.kib=Data encrypted: %.1f kiB
  285. stats.encr.total.data.mib=Data encrypted: %.1f MiB
  286. stats.encr.total.data.gib=Data encrypted: %.1f GiB
  287. stats.write.accessCount=Total writes: %d
  288. # Main Window
  289. main.closeBtn.tooltip=Close
  290. main.minimizeBtn.tooltip=Minimize
  291. main.preferencesBtn.tooltip=Preferences
  292. main.debugModeEnabled.tooltip=Debug mode is enabled
  293. main.supporterCertificateMissing.tooltip=Please consider donating
  294. ## Drag 'n' Drop
  295. main.dropZone.dropVault=Add this vault
  296. main.dropZone.unknownDragboardContent=If you want to add a vault, drag it to this window
  297. ## Vault List
  298. main.vaultlist.emptyList.onboardingInstruction=Click here to add a vault
  299. main.vaultlist.contextMenu.remove=Remove…
  300. main.vaultlist.contextMenu.lock=Lock
  301. main.vaultlist.contextMenu.unlock=Unlock…
  302. main.vaultlist.contextMenu.unlockNow=Unlock Now
  303. main.vaultlist.contextMenu.vaultoptions=Show Vault Options
  304. main.vaultlist.contextMenu.reveal=Reveal Drive
  305. main.vaultlist.addVaultBtn=Add Vault
  306. ## Vault Detail
  307. ### Welcome
  308. main.vaultDetail.welcomeOnboarding=Thanks for choosing Cryptomator to protect your files. If you need any assistance, check out our getting started guides:
  309. ### Locked
  310. main.vaultDetail.lockedStatus=LOCKED
  311. main.vaultDetail.unlockBtn=Unlock…
  312. main.vaultDetail.unlockNowBtn=Unlock Now
  313. main.vaultDetail.optionsBtn=Vault Options
  314. main.vaultDetail.passwordSavedInKeychain=Password saved
  315. ### Unlocked
  316. main.vaultDetail.unlockedStatus=UNLOCKED
  317. main.vaultDetail.accessLocation=Your vault's contents are accessible here:
  318. main.vaultDetail.revealBtn=Reveal Drive
  319. main.vaultDetail.lockBtn=Lock
  320. main.vaultDetail.bytesPerSecondRead=Read:
  321. main.vaultDetail.bytesPerSecondWritten=Write:
  322. main.vaultDetail.throughput.idle=idle
  323. main.vaultDetail.throughput.kbps=%.1f kiB/s
  324. main.vaultDetail.throughput.mbps=%.1f MiB/s
  325. main.vaultDetail.stats=Vault Statistics
  326. ### Missing
  327. main.vaultDetail.missing.info=Cryptomator could not find a vault at this path.
  328. main.vaultDetail.missing.recheck=Recheck
  329. main.vaultDetail.missing.remove=Remove from Vault List…
  330. main.vaultDetail.missing.changeLocation=Change Vault Location…
  331. ### Needs Migration
  332. main.vaultDetail.migrateButton=Upgrade Vault
  333. main.vaultDetail.migratePrompt=Your vault needs to be upgraded to a new format, before you can access it
  334. ### Error
  335. main.vaultDetail.error.info=An error occurred loading the vault from disk.
  336. main.vaultDetail.error.reload=Reload
  337. main.vaultDetail.error.windowTitle=Error loading vault
  338. # Wrong File Alert
  339. wrongFileAlert.title=How to Encrypt Files
  340. wrongFileAlert.message=Did you attempt to encrypt these files?
  341. wrongFileAlert.description=For this purpose, Cryptomator provides a volume in your system file manager.
  342. wrongFileAlert.instruction.0=To encrypt files, follow these steps:
  343. wrongFileAlert.instruction.1=1. Unlock your vault.
  344. wrongFileAlert.instruction.2=2. Click on "Reveal" to open the volume in your file manager.
  345. wrongFileAlert.instruction.3=3. Add your files to this volume.
  346. wrongFileAlert.link=For further assistance, visit
  347. # Vault Options
  348. ## General
  349. vaultOptions.general=General
  350. vaultOptions.general.vaultName=Vault Name
  351. vaultOptions.general.autoLock.lockAfterTimePart1=Lock when idle for
  352. vaultOptions.general.autoLock.lockAfterTimePart2=minutes
  353. vaultOptions.general.unlockAfterStartup=Unlock vault when starting Cryptomator
  354. vaultOptions.general.actionAfterUnlock=After successful unlock
  355. vaultOptions.general.actionAfterUnlock.ignore=Do nothing
  356. vaultOptions.general.actionAfterUnlock.reveal=Reveal Drive
  357. vaultOptions.general.actionAfterUnlock.ask=Ask
  358. vaultOptions.general.startHealthCheckBtn=Start Health Check
  359. ## Mount
  360. vaultOptions.mount=Mounting
  361. vaultOptions.mount.readonly=Read-only
  362. vaultOptions.mount.customMountFlags=Custom mount flags
  363. vaultOptions.mount.winDriveLetterOccupied=occupied
  364. vaultOptions.mount.mountPoint=Mount Point
  365. vaultOptions.mount.mountPoint.auto=Automatically pick a suitable location
  366. vaultOptions.mount.mountPoint.driveLetter=Use assigned drive letter
  367. vaultOptions.mount.mountPoint.custom=Custom path
  368. vaultOptions.mount.mountPoint.directoryPickerButton=Choose…
  369. vaultOptions.mount.mountPoint.directoryPickerTitle=Pick an empty directory
  370. ## Master Key
  371. vaultOptions.masterkey=Password
  372. vaultOptions.masterkey.changePasswordBtn=Change Password
  373. vaultOptions.masterkey.forgetSavedPasswordBtn=Forget Saved Password
  374. vaultOptions.masterkey.recoveryKeyExplanation=A recovery key is your only means to restore access to a vault if you lose your password.
  375. vaultOptions.masterkey.showRecoveryKeyBtn=Display Recovery Key
  376. vaultOptions.masterkey.recoverPasswordBtn=Reset Password
  377. # Recovery Key
  378. ## Display Recovery Key
  379. recoveryKey.display.title=Show Recovery Key
  380. recoveryKey.create.message=Password required
  381. recoveryKey.create.description=Enter the password for "%s" to show its recovery key.
  382. recoveryKey.display.description=The following recovery key can be used to restore access to "%s":
  383. recoveryKey.display.StorageHints=Keep it somewhere very secure, e.g.:\n • Store it using a password manager\n • Save it on a USB flash drive\n • Print it on paper
  384. ## Reset Password
  385. ### Enter Recovery Key
  386. recoveryKey.recover.title=Reset Password
  387. recoveryKey.recover.prompt=Enter your recovery key for "%s":
  388. recoveryKey.recover.validKey=This is a valid recovery key
  389. recoveryKey.printout.heading=Cryptomator Recovery Key\n"%s"\n
  390. ### Reset Password
  391. recoveryKey.recover.resetBtn=Reset
  392. ### Recovery Key Password Reset Success
  393. recoveryKey.recover.resetSuccess.message=Password reset successful
  394. recoveryKey.recover.resetSuccess.description=You can unlock your vault with the new password.
  395. # New Password
  396. newPassword.promptText=Enter a new password
  397. newPassword.reenterPassword=Confirm the new password
  398. newPassword.passwordsMatch=Passwords match!
  399. newPassword.passwordsDoNotMatch=Passwords do not match
  400. passwordStrength.messageLabel.tooShort=Use at least %d characters
  401. passwordStrength.messageLabel.0=Very weak
  402. passwordStrength.messageLabel.1=Weak
  403. passwordStrength.messageLabel.2=Fair
  404. passwordStrength.messageLabel.3=Strong
  405. passwordStrength.messageLabel.4=Very strong
  406. # Quit
  407. quit.title=Quit Application
  408. quit.message=There are unlocked vaults
  409. quit.description=Please confirm that you want to quit. Cryptomator will gracefully lock all unlocked vaults to prevent data loss.
  410. quit.lockAndQuitBtn=Lock and Quit
  411. # Forced Quit
  412. quit.forced.message=Some vaults could not be locked
  413. quit.forced.description=Locking vaults was blocked by pending operations or open files. You can force lock remaining vaults, however interrupting I/O may result in the loss of unsaved data.
  414. quit.forced.forceAndQuitBtn=Force and Quit