diff --git a/resident-ui/src/assets/i18n/ara.json b/resident-ui/src/assets/i18n/ara.json index ab0b918a..d9dd244f 100644 --- a/resident-ui/src/assets/i18n/ara.json +++ b/resident-ui/src/assets/i18n/ara.json @@ -713,6 +713,7 @@ "RES-SER-526": "تم تجاوز الحد الأقصى لعدد التحديثات للسمات:- %s", "RES-SER-470": "لا توجد سجلات", "RES-SER-401": "استثناء قاعدة", - "RES-SER-474": "لم يتم العثور على معرف فردي استثناء" + "RES-SER-474": "لم يتم العثور على معرف فردي استثناء", + "RES-SER-527": "الإدخال الذي أدخلته موجود بالفعل. الرجاء إدخال قيمة جديدة للمتابعة." } } \ No newline at end of file diff --git a/resident-ui/src/assets/i18n/eng.json b/resident-ui/src/assets/i18n/eng.json index c310dcf7..04c22c45 100644 --- a/resident-ui/src/assets/i18n/eng.json +++ b/resident-ui/src/assets/i18n/eng.json @@ -714,6 +714,7 @@ "RES-SER-526": "Update count limit for the attributes exceeded:- %s", "RES-SER-470": "No Record(s) found", "RES-SER-401": "Base exception.", - "RES-SER-474": "Individual ID not found exception" + "RES-SER-474": "Individual ID not found exception", + "RES-SER-527": "The input you have entered already exists. Please enter a new value to proceed." } } \ No newline at end of file diff --git a/resident-ui/src/assets/i18n/fra.json b/resident-ui/src/assets/i18n/fra.json index 8629b7d9..3db84e9c 100644 --- a/resident-ui/src/assets/i18n/fra.json +++ b/resident-ui/src/assets/i18n/fra.json @@ -714,6 +714,7 @@ "RES-SER-526": "Limite du nombre de mises à jour pour les attributs dépassée : - %s", "RES-SER-470": "Aucun enregistrement trouvé", "RES-SER-401": "Exception de base", - "RES-SER-474": "Exception d'identification individuelle introuvable" + "RES-SER-474": "Exception d'identification individuelle introuvable", + "RES-SER-527": "L'entrée que vous avez saisie existe déjà. Veuillez saisir une nouvelle valeur pour continuer." } } \ No newline at end of file diff --git a/resident-ui/src/assets/i18n/hin.json b/resident-ui/src/assets/i18n/hin.json index 52445f6a..a71e88c1 100644 --- a/resident-ui/src/assets/i18n/hin.json +++ b/resident-ui/src/assets/i18n/hin.json @@ -714,6 +714,7 @@ "RES-SER-526": "विशेषताओं के लिए अद्यतन गणना सीमा पार हो गई:- %s", "RES-SER-470": "कोई रिकॉर्ड नहीं मिला", "RES-SER-401": "आधार अपवाद", - "RES-SER-474": "व्यक्तिगत आईडी को अपवाद नहीं मिला" + "RES-SER-474": "व्यक्तिगत आईडी को अपवाद नहीं मिला", + "RES-SER-527": "आपके द्वारा दर्ज किया गया इनपुट पहले से मौजूद है। आगे बढ़ने के लिए कृपया एक नया मान दर्ज करें।" } } \ No newline at end of file diff --git a/resident-ui/src/assets/i18n/kan.json b/resident-ui/src/assets/i18n/kan.json index d1940401..f27d6d6b 100644 --- a/resident-ui/src/assets/i18n/kan.json +++ b/resident-ui/src/assets/i18n/kan.json @@ -714,6 +714,7 @@ "RES-SER-526": "ಗುಣಲಕ್ಷಣಗಳ ನವೀಕರಣ ಎಣಿಕೆ ಮಿತಿ ಮೀರಿದೆ:- %s", "RES-SER-470": "ಯಾವುದೇ ದಾಖಲೆಗಳು ಕಂಡುಬಂದಿಲ್ಲ", "RES-SER-401": "ಮೂಲ ವಿನಾಯಿತಿ", - "RES-SER-474": "ವೈಯಕ್ತಿಕ ID ವಿನಾಯಿತಿ ಕಂಡುಬಂದಿಲ್ಲ" + "RES-SER-474": "ವೈಯಕ್ತಿಕ ID ವಿನಾಯಿತಿ ಕಂಡುಬಂದಿಲ್ಲ", + "RES-SER-527": "ನೀವು ನಮೂದಿಸಿದ ಇನ್‌ಪುಟ್ ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ. ಮುಂದುವರಿಯಲು ದಯವಿಟ್ಟು ಹೊಸ ಮೌಲ್ಯವನ್ನು ನಮೂದಿಸಿ." } } \ No newline at end of file diff --git a/resident-ui/src/assets/i18n/spa.json b/resident-ui/src/assets/i18n/spa.json index 962914e9..ef83d2ae 100644 --- a/resident-ui/src/assets/i18n/spa.json +++ b/resident-ui/src/assets/i18n/spa.json @@ -714,6 +714,7 @@ "RES-SER-526": "Límite de recuento de actualizaciones para los atributos excedidos: - %s", "RES-SER-470": "No se encontraron registros", "RES-SER-401": "Excepción básica", - "RES-SER-474": "Excepción de identificación individual no encontrada" + "RES-SER-474": "Excepción de identificación individual no encontrada", + "RES-SER-527": "La entrada que has ingresado ya existe. Ingrese un nuevo valor para continuar." } } \ No newline at end of file diff --git a/resident-ui/src/assets/i18n/tam.json b/resident-ui/src/assets/i18n/tam.json index c90f449f..a1f088d4 100644 --- a/resident-ui/src/assets/i18n/tam.json +++ b/resident-ui/src/assets/i18n/tam.json @@ -715,6 +715,7 @@ "RES-SER-526": "பண்புக்கூறுகளுக்கான புதுப்பிப்பு எண்ணிக்கை வரம்பு மீறப்பட்டது:- %s", "RES-SER-470": "எந்த பதிவுகளும் கண்டறியப்படவில்லை", "RES-SER-401": "அடிப்படை விதிவிலக்கு", - "RES-SER-474": "தனிப்பட்ட ஐடி விதிவிலக்கு இல்லை" + "RES-SER-474": "தனிப்பட்ட ஐடி விதிவிலக்கு இல்லை", + "RES-SER-527": "நீங்கள் உள்ளிட்ட உள்ளீடு ஏற்கனவே உள்ளது. தொடர புதிய மதிப்பை உள்ளிடவும்." } } \ No newline at end of file