From 9623c6306763b508273a69dc99e678674adf37d4 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Sat, 20 Mar 2021 16:45:22 +0200 Subject: [PATCH] New translations en-US.json (Catalan) --- src/config/locales/ca-ES.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ca-ES.json b/src/config/locales/ca-ES.json index 14bc51aa6..58312169f 100644 --- a/src/config/locales/ca-ES.json +++ b/src/config/locales/ca-ES.json @@ -323,7 +323,10 @@ "enter_text": "Enter pin to unlock", "set_new": "Set new pin", "write_again": "Write again", - "forgot_text": "Oh, I forgot it..." + "forgot_text": "Oh, I forgot it...", + "pin_not_matched": "PIN do not match, Please try again.", + "attempts_postfix": "failed attempt(s)", + "message_reset_warning": "User data will be wiped on next failed attempt" }, "alert": { "success": "Success!", @@ -357,6 +360,7 @@ "remove_alert": "Are you sure want to remove?", "clear_alert": "Are you sure you want to clear?", "clear_user_alert": "Are you sure you want to clear all user data?", + "decrypt_fail_alert": "Corrupt app state, please relogin to reset state.", "clear": "Clear", "cancel": "Cancel", "delete": "Delete",