strings.properties 36 KB

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