strings.properties 18 KB

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