strings.properties 18 KB

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