From 48e67ea51e2f0e265d3bc8ff74976b4fa2db3e92 Mon Sep 17 00:00:00 2001 From: Mark McGuill Date: Thu, 7 Sep 2023 22:47:03 +0100 Subject: [PATCH] New translations Localizable.strings (Hindi) --- StrongBox/hi/Localizable.strings | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/StrongBox/hi/Localizable.strings b/StrongBox/hi/Localizable.strings index 1a49868bc..f4dce7d5c 100644 --- a/StrongBox/hi/Localizable.strings +++ b/StrongBox/hi/Localizable.strings @@ -1363,11 +1363,11 @@ /* %@ Failed */ "open_sequence_biometric_unlock_warn_failed_title_fmt" = "%@ Failed"; -/* %@ Authentication Failed. You must now enter your password manually to open the database. */ -"open_sequence_biometric_unlock_warn_failed_message_fmt" = "%@ Authentication Failed. You must now enter your password manually to open the database."; +/* You must now enter your password manually to open the database. */ +"open_sequence_biometric_unlock_warn_failed_message_fmt" = "You can cancel to try again or choose to unlock manually."; /* %@ has failed: %@. You must now enter your password manually to open the database. */ -"open_sequence_biometric_unlock_warn_not_configured_fmt" = "%@ has failed: %@. You must now enter your password manually to open the database."; +"open_sequence_biometric_unlock_warn_not_configured_fmt" = "%@ has failed: %@.\n\nYou can cancel to try again or choose to unlock manually."; /* Error Reading Key File */ "open_sequence_error_reading_key_file" = "Could not read Key File. Has it been moved or deleted? Check Key Files Management in Preferences"; @@ -3313,8 +3313,8 @@ /* Could Not Open Local Copy */ "open_sequence_couldnt_open_local_title" = "Could Not Open Offline"; -/* Could not open Strongbox's local copy of this database. A online sync is required. */ -"open_sequence_couldnt_open_local_message" = "Could not open Strongbox's local copy of this database. A online sync is required."; +/* Could not open Strongbox's local copy of this database. A interactive sync is required. */ +"open_sequence_couldnt_open_local_message" = "Could not open Strongbox's local copy of this database. A Sync is required."; /* Sync Error */ "open_sequence_storage_provider_error_title" = "Sync Error";