strings.properties 20 KB

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