Define needed strings

This commit is contained in:
ismailgulek
2020-07-21 16:10:43 +03:00
parent 874f789698
commit e7777e4612
2 changed files with 78 additions and 0 deletions
+18
View File
@@ -1415,3 +1415,21 @@
"major_update_information" = "We're excited to announce we've changed name! Your app is up to date and you're signed in to your account.";
"major_update_learn_more_action" = "Learn more";
"major_update_done_action" = "Got it";
// MARK: - PIN Protection
"pin_protection_choose_pin" = "Choose a PIN for security";
"pin_protection_confirm_pin" = "Confirm your PIN";
"pin_protection_confirm_pin_to_disable" = "Confirm PIN to disable PIN";
"pin_protection_enter_pin" = "Enter your PIN";
"pin_protection_forgot_pin" = "Forgot PIN";
"pin_protection_reset_alert_title" = "Reset PIN";
"pin_protection_reset_alert_message" = "To reset your PIN, you'll need to re-login and create a new one";
"pin_protection_reset_alert_action_reset" = "Reset";
"pin_protection_mismatch_error_title" = "PINs don't match";
"pin_protection_mismatch_error_message" = "Please try again";
"pin_protection_mismatch_too_many_times_error_message" = "If you can't remember your PIN, tap the forgot PIN button.";
"pin_protection_settings_section_header" = "PIN";
"pin_protection_settings_section_footer" = "To reset your PIN, you'll need to re-login and create a new one.";
"pin_protection_settings_enabled_forced" = "PIN enabled";
"pin_protection_settings_enable_pin" = "Enable PIN";