From 4bf38b1bb10fbda9312dcc26189db56ef39901ac Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Sun, 11 Aug 2024 19:10:45 +0700 Subject: [PATCH] New translations localizable.strings (Korean) --- StrongBox/ko/Localizable.strings | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/StrongBox/ko/Localizable.strings b/StrongBox/ko/Localizable.strings index 2d60e126b..a1d8335c3 100644 --- a/StrongBox/ko/Localizable.strings +++ b/StrongBox/ko/Localizable.strings @@ -6484,3 +6484,37 @@ /* Your database was successfully imported. Note that you can now remove the original source file from the device should you wish. */ "database_local_copy_done_info_msg" = "Your database was successfully imported. Note that you can now remove the original source file from the device should you wish."; + + +/* %@ [Slot %@ CR Unavailable] - L10n Guide: A hardware key is present/inserted in the device, but but the Challenge Response functionality is not available, probably by error or user mistake. The first parameter is device serial number and the second is the number "1" or "2". */ +"mac_hardware_key_key_connected_but_cr_unavailable" = "%@ [Slot %@ CR Unavailable]"; + +/* New Virtual Hardware Key... */ +"new_virtual_hardware_key_ellipsis" = "New Virtual Hardware Key..."; + +/* New Virtual Hardware Key */ +"new_virtual_hardware_key" = "New Virtual Hardware Key"; + +/* No Connected Keys Detected */ +"no_connected_keys_detected" = "No Connected Keys Detected"; + +/* Virtual Hardware Keys */ +"virtual_hardware_keys" = "Virtual Hardware Keys"; + +/* Are you sure you would like to delete the virtual hardware key '%@'? - L10n note: 1st param is the name of the key, something like "My YubiKey Backup Key" */ +"ays_delete_virtual_hardware_key_fmt" = "Are you sure you would like to delete the virtual hardware key '%@'?"; + +/* Enter a friendly name and the HMAC-SHA1 challenge response secret to create a new virtual hardware key. */ +"virtual_hardware_key_welcome_msg" = "Enter a friendly name and the HMAC-SHA1 challenge response secret to create a new virtual hardware key."; + +/* Name - L10n Note: A noun, the name of something, e.g. the database name "Mark's Database" */ +"generic_name" = "Name"; + +/* My Backup Key - L10n note: A sample placeholder name for a virtual hardware key. */ +"sample_vkey_name_my_backup_key" = "My Backup Key"; + +/* Secret - L10n Note: This relates to virtual hardware keys which have associated secrets, a long string of hex digits used to encrypt the database. The secret is something the user knows and programs their hardware key with. */ +"vkey_secret" = "Secret"; + +/* This is the secret you programmed your hardware key with. You should store it safely offline in case of device loss. Strongbox will store it safely in the secure enclave. */ +"vkey_secret_description" = "This is the secret you programmed your hardware key with. You should store it safely offline in case of device loss. Strongbox will store it safely in the secure enclave.";