diff --git a/App.tsx b/App.tsx index 08b61c1c..95fba24c 100644 --- a/App.tsx +++ b/App.tsx @@ -19,8 +19,8 @@ import { Alert } from 'react-native'; // an occurance of a bug with minimal residual code changes, this should // be removed once the bug cause is determined & fixed, ref: INJI-222 const DecryptErrorAlert = (controller, t) => { - const heading = t('decryptError'); - const desc = t('decryptError'); + const heading = t('errors.decryptionFailed'); + const desc = t('errors.decryptionFailed'); const ignoreBtnTxt = t('ignore'); Alert.alert(heading, desc, [ { diff --git a/locales/ara.json b/locales/ara.json index 103a919f..5380008d 100644 --- a/locales/ara.json +++ b/locales/ara.json @@ -513,7 +513,9 @@ "unlockApp": "فتح التطبيق", "failedToReadKeys": "فشلت قراءة المفاتيح", "retryRead": "هل تريد إعادة المحاولة؟", - "decryptError": "فشل في فك تشفير البيانات", + "errors": { + "decryptionFailed": "فشل في فك تشفير البيانات", + }, "ignore": "يتجاهل" }, "SetupLanguage": { diff --git a/locales/en.json b/locales/en.json index c30ca749..8a0cfd42 100644 --- a/locales/en.json +++ b/locales/en.json @@ -513,8 +513,10 @@ "unlockApp": "Unlock application", "failedToReadKeys": "Failed to read keys", "retryRead": "Want to retry?", - "decryptError": "Failed to decrypt data", - "ignore": "Ignore" + "ignore": "Ignore", + "errors": { + "decryptionFailed": "Failed to decrypt data", + } }, "SetupLanguage": { "header": "Choose Language", diff --git a/locales/fil.json b/locales/fil.json index 31f6cf95..3183b651 100644 --- a/locales/fil.json +++ b/locales/fil.json @@ -517,7 +517,9 @@ "unlockApp": "Buksan ang aplikasyon", "failedToReadKeys": "Nabigong basahin ang mga susi", "retryRead": "Gustong subukang muli?", - "decryptError": "Nabigong i-decrypt ang data", + "error": { + "decryptionFailed": "Nabigong i-decrypt ang data" + }, "ignore": "Huwag pansinin" }, "SetupLanguage": { diff --git a/locales/hin.json b/locales/hin.json index cac79834..0d3af1ff 100644 --- a/locales/hin.json +++ b/locales/hin.json @@ -512,9 +512,10 @@ "unlockApp": "एप्लिकेशन अनलॉक करें", "failedToReadKeys": "कुंजियाँ पढ़ने में विफल", "retryRead": "पुनः प्रयास करना चाहते हैं?", - "decryptError": "डेटा डिक्रिप्ट करने में विफल", + "errors": { + "decryptionFailed": "डेटा डिक्रिप्ट करने में विफल" + }, "ignore": "अनदेखा करना" - }, "SetupLanguage": { "header": "भाषा चुनें", diff --git a/locales/kan.json b/locales/kan.json index 43b90bff..82f12ff4 100644 --- a/locales/kan.json +++ b/locales/kan.json @@ -510,7 +510,9 @@ "unlockApp": "ಅಪ್ಲಿಕೇಶನ್ ಅನ್ಲಾಕ್ ಮಾಡಿ", "failedToReadKeys": "ಕೀಗಳನ್ನು ಓದಲು ವಿಫಲವಾಗಿದೆ", "retryRead": "ಮರುಪ್ರಯತ್ನಿಸಲು ಬಯಸುವಿರಾ?", - "decryptError": "ಡೇಟಾವನ್ನು ಡೀಕ್ರಿಪ್ಟ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ", + "errors": { + "decryptionFailed": "ಡೇಟಾವನ್ನು ಡೀಕ್ರಿಪ್ಟ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ", + }, "ignore": "ನಿರ್ಲಕ್ಷಿಸಿ" }, diff --git a/locales/tam.json b/locales/tam.json index dd401e6b..ff3f6268 100644 --- a/locales/tam.json +++ b/locales/tam.json @@ -510,7 +510,9 @@ "unlockApp": "பயன்பாட்டைத் திற", "failedToReadKeys": "விசைகளைப் படிக்க முடியவில்லை", "retryRead": "மீண்டும் முயற்சிக்க வேண்டுமா?", - "decryptError": "தரவை மறைகுறியாக்க முடியவில்லை", + "errors": { + "decryptionFailed": "தரவை மறைகுறியாக்க முடியவில்லை" + }, "ignore": "புறக்கணிக்க" },