strings.properties 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  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. error.existingSolutionDescription=Cryptomator didn't expect this to happen. But we found an existing solution for this error. Please take a look at the following link.
  23. error.hyperlink.solution=Look up the solution
  24. error.lookupPermissionMessage=Cryptomator can look up a solution for this problem online. This will send a request to our problem database from your IP address.
  25. error.dismiss=Dismiss
  26. error.lookUpSolution=Look up Solution
  27. # Defaults
  28. defaults.vault.vaultName=Vault
  29. # Tray Menu
  30. traymenu.showMainWindow=Show
  31. traymenu.showPreferencesWindow=Preferences
  32. traymenu.lockAllVaults=Lock All
  33. traymenu.quitApplication=Quit
  34. traymenu.vault.unlock=Unlock
  35. traymenu.vault.lock=Lock
  36. traymenu.vault.reveal=Reveal
  37. # Add Vault Wizard
  38. addvaultwizard.title=Add Vault
  39. ## New
  40. addvaultwizard.new.title=Add New Vault
  41. ### Name
  42. addvaultwizard.new.nameInstruction=Choose a name for the vault
  43. addvaultwizard.new.namePrompt=Vault Name
  44. ### Location
  45. addvaultwizard.new.locationInstruction=Where should Cryptomator store the encrypted files of your vault?
  46. addvaultwizard.new.locationLoading=Checking local filesystem for default cloud storage directories…
  47. addvaultwizard.new.locationLabel=Storage location
  48. addvaultwizard.new.locationPrompt=…
  49. addvaultwizard.new.directoryPickerLabel=Custom location
  50. addvaultwizard.new.directoryPickerButton=Choose…
  51. addvaultwizard.new.directoryPickerTitle=Select Directory
  52. addvaultwizard.new.fileAlreadyExists=A file or directory with the vault name already exists
  53. addvaultwizard.new.locationDoesNotExist=A directory in the specified path does not exist or cannot be accessed
  54. addvaultwizard.new.locationIsNotWritable=No write access at the specified path
  55. addvaultwizard.new.locationIsOk=Suitable location for your vault
  56. addvaultwizard.new.invalidName=Invalid vault name
  57. addvaultwizard.new.validName=Valid vault name
  58. addvaultwizard.new.validCharacters.message=The vault name may contain the following characters:
  59. addvaultwizard.new.validCharacters.chars=Word characters (e.g. a, ж or 수)
  60. addvaultwizard.new.validCharacters.numbers=Numbers
  61. addvaultwizard.new.validCharacters.dashes=Hyphen (%s) or underscore (%s)
  62. ### Expert Settings
  63. addvaultwizard.new.expertSettings.enableExpertSettingsCheckbox=Enable expert settings
  64. addvaultwizard.new.expertSettings.shorteningThreshold.invalid=Enter a value between 36 and 220 (default 220)
  65. addvaultwizard.new.expertSettings.shorteningThreshold.tooltip=Open the documentation to learn more.
  66. addvaultwizard.new.expertSettings.shorteningThreshold.title=Maximum length of encrypted file names
  67. addvaultwizard.new.expertSettings.shorteningThreshold.valid=Valid
  68. ### Password
  69. addvaultwizard.new.createVaultBtn=Create Vault
  70. 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?
  71. addvaultwizard.new.generateRecoveryKeyChoice.yes=Yes please, better safe than sorry
  72. addvaultwizard.new.generateRecoveryKeyChoice.no=No thanks, I will not lose my password
  73. ### Information
  74. addvault.new.readme.storageLocation.fileName=IMPORTANT.rtf
  75. addvault.new.readme.storageLocation.1=⚠️ VAULT FILES ⚠️
  76. addvault.new.readme.storageLocation.2=This is your vault's storage location.
  77. addvault.new.readme.storageLocation.3=DO NOT
  78. addvault.new.readme.storageLocation.4=• alter any files within this directory or
  79. addvault.new.readme.storageLocation.5=• paste any files for encryption into this directory.
  80. addvault.new.readme.storageLocation.6=If you want to encrypt files and view the content of the vault, do the following:
  81. addvault.new.readme.storageLocation.7=1. Add this vault to Cryptomator.
  82. addvault.new.readme.storageLocation.8=2. Unlock the vault in Cryptomator.
  83. addvault.new.readme.storageLocation.9=3. Open the access location by clicking the "Reveal" button.
  84. addvault.new.readme.storageLocation.10=If you need help, visit the documentation: %s
  85. addvault.new.readme.accessLocation.fileName=WELCOME.rtf
  86. addvault.new.readme.accessLocation.1=🔐️ ENCRYPTED VOLUME 🔐️
  87. addvault.new.readme.accessLocation.2=This is your vault's access location.
  88. 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.
  89. addvault.new.readme.accessLocation.4=Feel free to remove this file.
  90. ## Existing
  91. addvaultwizard.existing.title=Add Existing Vault
  92. addvaultwizard.existing.instruction=Choose the "vault.cryptomator" file of your existing vault. If only a file named "masterkey.cryptomator" exists, select that instead.
  93. addvaultwizard.existing.chooseBtn=Choose…
  94. addvaultwizard.existing.filePickerTitle=Select Vault File
  95. addvaultwizard.existing.filePickerMimeDesc=Cryptomator Vault
  96. ## Success
  97. 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.
  98. addvaultwizard.success.unlockNow=Unlock Now
  99. # Remove Vault
  100. removeVault.title=Remove "%s"
  101. removeVault.message=Remove vault?
  102. 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.
  103. removeVault.confirmBtn=Remove Vault
  104. # Change Password
  105. changepassword.title=Change Password
  106. changepassword.enterOldPassword=Enter the current password for "%s"
  107. changepassword.finalConfirmation=I understand that I will not be able to access my data if I forget my password
  108. # Forget Password
  109. forgetPassword.title=Forget Password
  110. forgetPassword.message=Forget saved password?
  111. forgetPassword.description=This will delete the saved password of this vault from your system keychain.
  112. forgetPassword.confirmBtn=Forget Password
  113. # Unlock
  114. unlock.title=Unlock "%s"
  115. unlock.passwordPrompt=Enter password for "%s":
  116. unlock.savePassword=Remember password
  117. unlock.unlockBtn=Unlock
  118. ## Select
  119. unlock.chooseMasterkey.message=Masterkey file not found
  120. unlock.chooseMasterkey.description=Cryptomator could not find the masterkey file for vault "%s". Please choose the key file manually.
  121. unlock.chooseMasterkey.filePickerTitle=Select Masterkey File
  122. unlock.chooseMasterkey.filePickerMimeDesc=Cryptomator Masterkey
  123. ## Success
  124. unlock.success.message=Unlock successful
  125. unlock.success.description=Content in vault "%s" is now accessible over its mount point.
  126. unlock.success.rememberChoice=Remember my choice, don't ask again
  127. unlock.success.revealBtn=Reveal Drive
  128. ## Failure
  129. unlock.error.customPath.message=Unable to mount vault to custom path
  130. unlock.error.customPath.description.notSupported=If you wish to keep using the custom path, please go to the preferences and select a volume type that supports it. Otherwise, go to the vault options and choose a supported mount point.
  131. unlock.error.customPath.description.notExists=The custom mount path does not exist. Either create it in your local filesystem or change it in the vault options.
  132. unlock.error.customPath.description.inUse=The drive letter or custom mount path "%s" is already in use.
  133. unlock.error.customPath.description.hideawayNotDir=The temporary, hidden file "%3$s" used for unlocking could not be removed. Please check the file and then delete it manually.
  134. unlock.error.customPath.description.couldNotBeCleaned=Your vault could not be mounted to the path "%s". Please try again or choose a different path.
  135. unlock.error.customPath.description.notEmptyDir=The custom mount path "%s" is not an empty folder. Please choose an empty folder and try again.
  136. unlock.error.customPath.description.generic=You have selected a custom mount path for this vault, but using it failed with the message: %2$s
  137. unlock.error.restartRequired.message=Unable to unlock vault
  138. unlock.error.restartRequired.description=Change the volume type in vault options or restart Cryptomator.
  139. unlock.error.title=Unlock "%s" failed
  140. ## Hub
  141. hub.noKeychain.message=Unable to access device key
  142. hub.noKeychain.description=In order to unlock Hub vaults, a device key is required, which is secured using a keychain. To proceed, enable “%s” and select a keychain in the preferences.
  143. hub.noKeychain.openBtn=Open Preferences
  144. ### Waiting
  145. hub.auth.message=Waiting for authentication…
  146. hub.auth.description=You should automatically be redirected to the login page.
  147. hub.auth.loginLink=Not redirected? Click here to open it.
  148. ### Receive Key
  149. hub.receive.message=Processing response…
  150. hub.receive.description=Cryptomator is receiving and processing the response from Hub. Please wait.
  151. ### Register Device
  152. hub.register.message=New Device
  153. hub.register.description=This is the first Hub access from this device. Please register it using your Account Key.
  154. hub.register.nameLabel=Device Name
  155. hub.register.invalidAccountKeyLabel=Invalid Account Key
  156. hub.register.registerBtn=Register
  157. ### Register Device Legacy
  158. hub.register.legacy.occupiedMsg=Name already in use
  159. hub.register.legacy.description=This is the first Hub access from this device. Please register it.
  160. ### Registration Success
  161. hub.registerSuccess.message=Device registered
  162. hub.registerSuccess.description=Your device is successfully registered. You can now continue to unlock the vault.
  163. hub.registerSuccess.unlockBtn=Unlock
  164. hub.registerSuccess.legacy.description=To access the vault, your device needs to be additionally authorized by the vault owner.
  165. ### Registration Failed
  166. hub.registerFailed.message=Device registration failed
  167. hub.registerFailed.description.generic=An error was thrown in the registration process. For more details, look into the application log.
  168. hub.registerFailed.description.deviceAlreadyExists=This device is already registered for a different user. Try to change the user account or use a different device.
  169. ### Unauthorized
  170. hub.unauthorized.message=Access denied
  171. hub.unauthorized.description=Your device has not yet been authorized to access this vault. Ask the vault owner to authorize it.
  172. ### Requires Account Initialization
  173. hub.requireAccountInit.message=Action required
  174. hub.requireAccountInit.description.0=To proceed, please complete the steps required in your
  175. hub.requireAccountInit.description.1=Hub user profile
  176. hub.requireAccountInit.description.2=.
  177. ### License Exceeded
  178. hub.invalidLicense.message=Hub License invalid
  179. hub.invalidLicense.description=Your Cryptomator Hub instance has an invalid license. Please inform a Hub administrator to upgrade or renew the license.
  180. # Lock
  181. ## Force
  182. lock.forced.message=Lock failed
  183. 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.
  184. lock.forced.retryBtn=Retry
  185. lock.forced.forceBtn=Force Lock
  186. ## Failure
  187. lock.fail.message=Locking vault failed
  188. 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.
  189. # Migration
  190. migration.title=Upgrade Vault
  191. ## Start
  192. migration.start.header=Upgrade Vault
  193. migration.start.text=In order to open your vault "%s" in this new version of Cryptomator, the vault needs to be upgraded to a newer format. Before doing this, you should know the following:
  194. migration.start.remarkUndone=This upgrade cannot be undone.
  195. migration.start.remarkVersions=Older versions of Cryptomator will not be able to open the upgraded vault.
  196. migration.start.remarkCanRun=You must be sure that every device from which you access the vault can run this version of Cryptomator.
  197. migration.start.remarkSynced=You must be sure that your vault is fully synced on this device, and on your other devices, before upgrading it.
  198. migration.start.confirm=I have read and understood the above information
  199. ## Run
  200. migration.run.enterPassword=Enter the password for "%s"
  201. migration.run.startMigrationBtn=Migrate Vault
  202. migration.run.progressHint=This might take some time…
  203. ## Success
  204. migration.success.nextStepsInstructions=Migrated "%s" successfully.\nYou can now unlock your vault.
  205. migration.success.unlockNow=Unlock Now
  206. ## Missing file system capabilities
  207. migration.error.missingFileSystemCapabilities.title=Unsupported File System
  208. migration.error.missingFileSystemCapabilities.description=Migration was not started, because your vault is located on an inadequate file system.
  209. migration.error.missingFileSystemCapabilities.reason.LONG_FILENAMES=The file system does not support long file names.
  210. migration.error.missingFileSystemCapabilities.reason.LONG_PATHS=The file system does not support long paths.
  211. migration.error.missingFileSystemCapabilities.reason.READ_ACCESS=The file system does not allow to be read.
  212. migration.error.missingFileSystemCapabilities.reason.WRITE_ACCESS=The file system does not allow to be written to.
  213. ## Impossible
  214. migration.impossible.heading=Unable to migrate vault
  215. migration.impossible.reason=The vault cannot be automatically migrated because its storage location or access point is not compatible.
  216. migration.impossible.moreInfo=The vault can still be opened with an older version. For instructions on how to manually migrate a vault, visit
  217. # Health Check
  218. ## Start
  219. health.title=Health Check of "%s"
  220. health.intro.header=Health Check
  221. 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:
  222. health.intro.remarkSync=Ensure all devices are completely synced, this resolves most problems.
  223. health.intro.remarkFix=Not all problems can be fixed.
  224. health.intro.remarkBackup=If data is corrupted, only a backup can help.
  225. health.intro.affirmation=I have read and understood the above information
  226. ## Start Failure
  227. health.fail.header=Error on loading Vault Configuration
  228. health.fail.ioError=An error happened while accessing and reading the config file.
  229. health.fail.parseError=An error happened while parsing the vault config.
  230. health.fail.moreInfo=More Info
  231. ## Check Selection
  232. health.checkList.description=Select checks in the left list or use the buttons below.
  233. health.checkList.selectAllButton=Select All Checks
  234. health.checkList.deselectAllButton=Deselect All Checks
  235. health.check.runBatchBtn=Run Selected Checks
  236. ## Detail view
  237. health.check.detail.noSelectedCheck=For results select a finished health check in the left list.
  238. health.check.detail.checkScheduled=The check is scheduled.
  239. health.check.detail.checkRunning=The check is currently running…
  240. health.check.detail.checkSkipped=The check was not selected to run.
  241. health.check.detail.checkFinished=The check finished successfully.
  242. health.check.detail.checkFinishedAndFound=The check finished running. Please review the results.
  243. health.check.detail.checkFailed=The check exited due to an error.
  244. health.check.detail.checkCancelled=The check was cancelled.
  245. health.check.detail.listFilters.label=Filter
  246. health.check.detail.fixAllSpecificBtn=Fix all of type
  247. health.check.exportBtn=Export Report
  248. ## Result view
  249. health.result.severityFilter.all=Severity - All
  250. health.result.severityFilter.good=Good
  251. health.result.severityFilter.info=Info
  252. health.result.severityFilter.warn=Warning
  253. health.result.severityFilter.crit=Critical
  254. health.result.severityTip.good=Severity: Good\nNormal vault structure.
  255. health.result.severityTip.info=Severity: Info\nVault structure intact, fix suggested.
  256. health.result.severityTip.warn=Severity: Warning\nVault structure corrupted, fix highly advised.
  257. health.result.severityTip.crit=Severity: Critical\nVault structure corrupted, data loss determined.
  258. health.result.fixStateFilter.all=Fix state - All
  259. health.result.fixStateFilter.fixable=Fixable
  260. health.result.fixStateFilter.notFixable=Not fixable
  261. health.result.fixStateFilter.fixing=Fixing…
  262. health.result.fixStateFilter.fixed=Fixed
  263. health.result.fixStateFilter.fixFailed=Fix failed
  264. ## Fix Application
  265. health.fix.fixBtn=Fix
  266. health.fix.successTip=Fix successful
  267. health.fix.failTip=Fix failed, see log for details
  268. # Preferences
  269. preferences.title=Preferences
  270. ## General
  271. preferences.general=General
  272. preferences.general.startHidden=Hide window when starting Cryptomator
  273. preferences.general.autoCloseVaults=Lock open vaults automatically when quitting application
  274. preferences.general.debugLogging=Enable debug logging
  275. preferences.general.debugDirectory=Reveal log files
  276. preferences.general.autoStart=Launch Cryptomator on system start
  277. preferences.general.keychainBackend=Store passwords with
  278. preferences.general.quickAccessService=Add unlocked vaults to the quick access area
  279. ## Interface
  280. preferences.interface=Interface
  281. preferences.interface.theme=Look & Feel
  282. preferences.interface.theme.automatic=Automatic
  283. preferences.interface.theme.dark=Dark
  284. preferences.interface.theme.light=Light
  285. preferences.interface.unlockThemes=Unlock dark mode
  286. preferences.interface.language=Language (requires restart)
  287. preferences.interface.language.auto=System Default
  288. preferences.interface.interfaceOrientation=Interface Orientation
  289. preferences.interface.interfaceOrientation.ltr=Left to Right
  290. preferences.interface.interfaceOrientation.rtl=Right to Left
  291. preferences.interface.showMinimizeButton=Show minimize button
  292. preferences.interface.showTrayIcon=Show tray icon (requires restart)
  293. ## Volume
  294. preferences.volume=Virtual Drive
  295. preferences.volume.type=Default Volume Type
  296. preferences.volume.type.automatic=Automatic
  297. preferences.volume.docsTooltip=Open the documentation to learn more about the different volume types.
  298. preferences.volume.fuseRestartRequired=To apply the changes, Cryptomator needs to be restarted.
  299. preferences.volume.tcp.port=Default TCP Port
  300. preferences.volume.supportedFeatures=The chosen volume type supports the following features:
  301. preferences.volume.feature.mountAuto=Automatic mount point selection
  302. preferences.volume.feature.mountToDir=Custom directory as mount point
  303. preferences.volume.feature.mountToDriveLetter=Drive letter as mount point
  304. preferences.volume.feature.mountFlags=Custom mount options
  305. preferences.volume.feature.readOnly=Read-only mount
  306. ## Updates
  307. preferences.updates=Updates
  308. preferences.updates.currentVersion=Current Version: %s
  309. preferences.updates.autoUpdateCheck=Check for updates automatically
  310. preferences.updates.checkNowBtn=Check Now
  311. preferences.updates.updateAvailable=Update to version %s available.
  312. preferences.updates.lastUpdateCheck=Last check: %s
  313. preferences.updates.lastUpdateCheck.never=never
  314. preferences.updates.lastUpdateCheck.recently=recently
  315. preferences.updates.lastUpdateCheck.daysAgo=%s days ago
  316. preferences.updates.lastUpdateCheck.hoursAgo=%s hours ago
  317. preferences.updates.checkFailed=Looking for updates failed. Please check your internet connection or try again later.
  318. preferences.updates.upToDate=Cryptomator is up-to-date.
  319. ## Contribution
  320. preferences.contribute=Support Us
  321. preferences.contribute.registeredFor=Supporter certificate registered for %s
  322. preferences.contribute.noCertificate=Support Cryptomator and receive a supporter certificate. It's like a license key but for awesome people using free software. ;-)
  323. preferences.contribute.getCertificate=Don't have one already? Learn how you can obtain it.
  324. preferences.contribute.promptText=Paste supporter certificate code here
  325. preferences.contribute.thankYou=Thank you for supporting Cryptomator’s open-source development!
  326. preferences.contribute.donate=Donate
  327. preferences.contribute.sponsor=Sponsor
  328. ### Remove License Key Dialog
  329. removeCert.title=Remove Cert
  330. removeCert.message=Remove supporter certificate?
  331. removeCert.description=Even without a supporter certificate Cryptomator stays functional and neither restrict access to your vaults nor lowers its security.
  332. removeCert.confirmBtn=Remove Cert
  333. #<-- Add entries for donations and code/translation/documentation contribution -->
  334. ## About
  335. preferences.about=About
  336. # Vault Statistics
  337. stats.title=Statistics for %s
  338. stats.cacheHitRate=Cache Hit Rate
  339. ## Read
  340. stats.read.throughput.idle=Read: idle
  341. stats.read.throughput.kibs=Read: %.2f KiB/s
  342. stats.read.throughput.mibs=Read: %.2f MiB/s
  343. stats.read.total.data.none=Data read: -
  344. stats.read.total.data.kib=Data read: %.1f KiB
  345. stats.read.total.data.mib=Data read: %.1f MiB
  346. stats.read.total.data.gib=Data read: %.1f GiB
  347. stats.decr.total.data.none=Data decrypted: -
  348. stats.decr.total.data.kib=Data decrypted: %.1f KiB
  349. stats.decr.total.data.mib=Data decrypted: %.1f MiB
  350. stats.decr.total.data.gib=Data decrypted: %.1f GiB
  351. stats.read.accessCount=Total reads: %d
  352. ## Write
  353. stats.write.throughput.idle=Write: idle
  354. stats.write.throughput.kibs=Write: %.2f KiB/s
  355. stats.write.throughput.mibs=Write: %.2f MiB/s
  356. stats.write.total.data.none=Data written: -
  357. stats.write.total.data.kib=Data written: %.1f KiB
  358. stats.write.total.data.mib=Data written: %.1f MiB
  359. stats.write.total.data.gib=Data written: %.1f GiB
  360. stats.encr.total.data.none=Data encrypted: -
  361. stats.encr.total.data.kib=Data encrypted: %.1f KiB
  362. stats.encr.total.data.mib=Data encrypted: %.1f MiB
  363. stats.encr.total.data.gib=Data encrypted: %.1f GiB
  364. stats.write.accessCount=Total writes: %d
  365. ## Accesses
  366. stats.access.current=Access: %d
  367. stats.access.total=Total accesses: %d
  368. # Main Window
  369. main.closeBtn.tooltip=Close
  370. main.minimizeBtn.tooltip=Minimize
  371. main.preferencesBtn.tooltip=Preferences
  372. main.debugModeEnabled.tooltip=Debug mode is enabled
  373. main.supporterCertificateMissing.tooltip=Please consider donating
  374. ## Vault List
  375. main.vaultlist.emptyList.onboardingInstruction=Click here to add a vault
  376. main.vaultlist.contextMenu.remove=Remove…
  377. main.vaultlist.contextMenu.lock=Lock
  378. main.vaultlist.contextMenu.unlock=Unlock…
  379. main.vaultlist.contextMenu.unlockNow=Unlock Now
  380. main.vaultlist.contextMenu.vaultoptions=Show Vault Options
  381. main.vaultlist.contextMenu.reveal=Reveal Drive
  382. main.vaultlist.addVaultBtn=Add
  383. main.vaultlist.addVaultBtn.menuItemNew=New Vault...
  384. main.vaultlist.addVaultBtn.menuItemExisting=Existing Vault...
  385. ## Vault Detail
  386. ### Welcome
  387. main.vaultDetail.welcomeOnboarding=Thanks for choosing Cryptomator to protect your files. If you need any assistance, check out our getting started guides:
  388. ### Locked
  389. main.vaultDetail.lockedStatus=LOCKED
  390. main.vaultDetail.unlockBtn=Unlock…
  391. main.vaultDetail.unlockNowBtn=Unlock Now
  392. main.vaultDetail.optionsBtn=Vault Options
  393. main.vaultDetail.passwordSavedInKeychain=Password saved
  394. main.vaultDetail.share=Share…
  395. ### Unlocked
  396. main.vaultDetail.unlockedStatus=UNLOCKED
  397. main.vaultDetail.accessLocation=Your vault's contents are accessible here:
  398. main.vaultDetail.revealBtn=Reveal Drive
  399. main.vaultDetail.copyUri=Copy URI
  400. main.vaultDetail.lockBtn=Lock
  401. main.vaultDetail.bytesPerSecondRead=Read:
  402. main.vaultDetail.bytesPerSecondWritten=Write:
  403. main.vaultDetail.throughput.idle=idle
  404. main.vaultDetail.throughput.kbps=%.1f KiB/s
  405. main.vaultDetail.throughput.mbps=%.1f MiB/s
  406. main.vaultDetail.stats=Vault Statistics
  407. main.vaultDetail.locateEncryptedFileBtn=Locate Encrypted File
  408. main.vaultDetail.locateEncryptedFileBtn.tooltip=Choose a file from your vault to locate its encrypted counterpart
  409. main.vaultDetail.encryptedPathsCopied=Paths Copied to Clipboard!
  410. main.vaultDetail.filePickerTitle=Select File Inside Vault
  411. ### Missing
  412. main.vaultDetail.missing.info=Cryptomator could not find a vault at this path.
  413. main.vaultDetail.missing.recheck=Recheck
  414. main.vaultDetail.missing.remove=Remove from Vault List…
  415. main.vaultDetail.missing.changeLocation=Change Vault Location…
  416. ### Needs Migration
  417. main.vaultDetail.migrateButton=Upgrade Vault
  418. main.vaultDetail.migratePrompt=Your vault needs to be upgraded to a new format, before you can access it
  419. ### Error
  420. main.vaultDetail.error.info=An error occurred loading the vault from disk.
  421. main.vaultDetail.error.reload=Reload
  422. main.vaultDetail.error.windowTitle=Error loading vault
  423. # Wrong File Alert
  424. wrongFileAlert.title=How to Encrypt Files
  425. wrongFileAlert.message=Did you attempt to encrypt these files?
  426. wrongFileAlert.description=For this purpose, Cryptomator provides a volume in your system file manager.
  427. wrongFileAlert.instruction.0=To encrypt files, follow these steps:
  428. wrongFileAlert.instruction.1=1. Unlock your vault.
  429. wrongFileAlert.instruction.2=2. Click on "Reveal" to open the volume in your file manager.
  430. wrongFileAlert.instruction.3=3. Add your files to this volume.
  431. wrongFileAlert.link=For further assistance, visit
  432. # Vault Options
  433. ## General
  434. vaultOptions.general=General
  435. vaultOptions.general.vaultName=Vault Name
  436. vaultOptions.general.autoLock.lockAfterTimePart1=Lock when idle for
  437. vaultOptions.general.autoLock.lockAfterTimePart2=minutes
  438. vaultOptions.general.unlockAfterStartup=Unlock vault when starting Cryptomator
  439. vaultOptions.general.actionAfterUnlock=After successful unlock
  440. vaultOptions.general.actionAfterUnlock.ignore=Do nothing
  441. vaultOptions.general.actionAfterUnlock.reveal=Reveal Drive
  442. vaultOptions.general.actionAfterUnlock.ask=Ask
  443. vaultOptions.general.startHealthCheckBtn=Start Health Check
  444. ## Mount
  445. vaultOptions.mount=Mounting
  446. vaultOptions.mount.info=Open virtual drive preferences to change default settings.
  447. vaultOptions.mount.readonly=Read-only
  448. vaultOptions.mount.customMountFlags=Custom mount flags
  449. vaultOptions.mount.winDriveLetterOccupied=occupied
  450. vaultOptions.mount.mountPoint=Mount Point
  451. vaultOptions.mount.mountPoint.auto=Automatically pick a suitable location
  452. vaultOptions.mount.mountPoint.driveLetter=Use assigned drive letter
  453. vaultOptions.mount.mountPoint.custom=Use chosen directory
  454. vaultOptions.mount.mountPoint.directoryPickerButton=Choose…
  455. vaultOptions.mount.mountPoint.directoryPickerTitle=Pick a directory
  456. vaultOptions.mount.volumeType.default=Default (%s)
  457. vaultOptions.mount.volumeType.restartRequired=To use this volume type, Cryptomator needs to be restarted.
  458. vaultOptions.mount.volume.tcp.port=TCP Port
  459. vaultOptions.mount.volume.type=Volume Type
  460. ## Master Key
  461. vaultOptions.masterkey=Password
  462. vaultOptions.masterkey.changePasswordBtn=Change Password
  463. vaultOptions.masterkey.forgetSavedPasswordBtn=Forget Saved Password
  464. vaultOptions.masterkey.recoveryKeyExplanation=A recovery key is your only means to restore access to a vault if you lose your password.
  465. vaultOptions.masterkey.showRecoveryKeyBtn=Display Recovery Key
  466. vaultOptions.masterkey.recoverPasswordBtn=Reset Password
  467. ## Hub
  468. vaultOptions.hub=Recovery
  469. vaultOptions.hub.convertInfo=You can use the recovery key to convert this Hub vault to a password-based vault in an emergency.
  470. vaultOptions.hub.convertBtn=Convert to Password-Based Vault
  471. # Recovery Key
  472. ## Display Recovery Key
  473. recoveryKey.display.title=Show Recovery Key
  474. recoveryKey.create.message=Password required
  475. recoveryKey.create.description=Enter the password for "%s" to show its recovery key.
  476. recoveryKey.display.description=The following recovery key can be used to restore access to "%s":
  477. 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
  478. ## Reset Password
  479. ### Enter Recovery Key
  480. recoveryKey.recover.title=Reset Password
  481. recoveryKey.recover.prompt=Enter the recovery key for "%s":
  482. recoveryKey.recover.correctKey=This recovery key is correct
  483. recoveryKey.recover.wrongKey=This recovery key belongs to a different vault
  484. recoveryKey.recover.invalidKey=This recovery key is not valid
  485. recoveryKey.printout.heading=Cryptomator Recovery Key\n"%s"\n
  486. ### Reset Password
  487. recoveryKey.recover.resetBtn=Reset
  488. ### Recovery Key Password Reset Success
  489. recoveryKey.recover.resetSuccess.message=Password reset successful
  490. recoveryKey.recover.resetSuccess.description=You can unlock your vault with the new password.
  491. # Convert Vault
  492. convertVault.title=Convert Vault
  493. convertVault.convert.convertBtn.before=Convert
  494. convertVault.convert.convertBtn.processing=Converting…
  495. convertVault.success.message=Conversion successful
  496. convertVault.hubToPassword.success.description=You can now unlock the vault with the chosen password without requiring Hub access.
  497. # New Password
  498. newPassword.promptText=Enter a new password
  499. newPassword.reenterPassword=Confirm the new password
  500. newPassword.passwordsMatch=Passwords match!
  501. newPassword.passwordsDoNotMatch=Passwords do not match
  502. passwordStrength.messageLabel.tooShort=Use at least %d characters
  503. passwordStrength.messageLabel.0=Very weak
  504. passwordStrength.messageLabel.1=Weak
  505. passwordStrength.messageLabel.2=Fair
  506. passwordStrength.messageLabel.3=Strong
  507. passwordStrength.messageLabel.4=Very strong
  508. # Quit
  509. quit.title=Quit Application
  510. quit.message=There are unlocked vaults
  511. quit.description=Please confirm that you want to quit. Cryptomator will gracefully lock all unlocked vaults to prevent data loss.
  512. quit.lockAndQuitBtn=Lock and Quit
  513. # Forced Quit
  514. quit.forced.message=Some vaults could not be locked
  515. 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.
  516. quit.forced.forceAndQuitBtn=Force and Quit
  517. # Update Reminder
  518. updateReminder.title=Update Check
  519. updateReminder.message=Check for Updates?
  520. updateReminder.description=Stay updated with new features, bug fixes, and security improvements. We recommend to automatically check for updates.
  521. updateReminder.notNow=Not Now
  522. updateReminder.yesOnce=Yes, Once
  523. updateReminder.yesAutomatically=Yes, Automatically
  524. #Dokany Support End
  525. dokanySupportEnd.title=Deprecation notice
  526. dokanySupportEnd.message=Support end for Dokany
  527. dokanySupportEnd.description=The volume type Dokany is no longer supported by Cryptomator. Your settings are adjusted to use the default volume type now. You can view the default type in the preferences.
  528. dokanySupportEnd.preferencesBtn=Open Preferences
  529. # Share Vault
  530. shareVault.title=Share Vault
  531. shareVault.message=Would you like to share your vault with others?
  532. shareVault.description=Always be careful when sharing your vault with other people. In short, follow these steps:
  533. shareVault.instruction.1=1. Share access of the encrypted vault folder via cloud storage.
  534. shareVault.instruction.2=2. Share the vault password in a secure way.
  535. shareVault.remarkBestPractices=For more information, check out the best practices suggestions in our docs.
  536. shareVault.docsTooltip=Open the documentation to learn more about sharing of vaults.
  537. shareVault.hubAd.description=The secure way to work in teams
  538. shareVault.hubAd.keyManagement=• Zero-knowledge key management
  539. shareVault.hubAd.authentication=• Strong authentication
  540. shareVault.hubAd.encryption=• End-to-end encryption
  541. shareVault.visitHub=Visit Cryptomator Hub
  542. shareVault.hub.message=How to share a Hub vault
  543. shareVault.hub.description=In order to share the vault content with another team member, you have to perform two steps:
  544. shareVault.hub.instruction.1=1. Share access of the encrypted vault folder via cloud storage.
  545. shareVault.hub.instruction.2=2. Grant access to team member in Cryptomator Hub.
  546. shareVault.hub.openHub=Open Cryptomator Hub