From ffa0de53f40c1e14ae0dde5ee970abeae74721e9 Mon Sep 17 00:00:00 2001 From: sudeep Date: Thu, 10 Oct 2024 11:24:06 +0530 Subject: [PATCH] MOSIP:36283-Partner is able to reupload the Certificate for Deactivated FTM. Signed-off-by: sudeep --- pmp-reactjs-ui/public/i18n/ara.json | 2 ++ pmp-reactjs-ui/public/i18n/eng.json | 8 +++++--- pmp-reactjs-ui/public/i18n/fra.json | 6 ++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/pmp-reactjs-ui/public/i18n/ara.json b/pmp-reactjs-ui/public/i18n/ara.json index ece682db..c5e17679 100644 --- a/pmp-reactjs-ui/public/i18n/ara.json +++ b/pmp-reactjs-ui/public/i18n/ara.json @@ -653,6 +653,8 @@ "PMP_AUT_033": "لم يتم تحميل الشهادة.", "PMP_AUT_034": "لم يتم تعيين معرف تفاصيل شريحة بروتوكول نقل الملفات ومعرف موفر بروتوكول نقل الملفات.", "PMP_AUT_037": "إعطاء تفاصيل شريحة بروتوكول نقل الملفات مسجلة بالفعل .؛", + "PMP_AUT_038": "لا يمكن تحميل الشهادة إلا لـ FTM الذي هو إما في انتظار تحميل الشهادة أو لديه حالة معتمدة", + "PMP_AUT_039": "تم إلغاء تنشيط شريحة FTM", "PMS_AUT_007": "لم يتم العثور على واجهة المقاييس الحيوية الآمنة للمعرّف٪ s", "PMS_AUT_026": "يجب أن تكون حالة الموافقة نشطة / إلغاء التنشيط", "PMS_AUT_506": "قدم تفاصيل الجهاز لنفس المزود.", diff --git a/pmp-reactjs-ui/public/i18n/eng.json b/pmp-reactjs-ui/public/i18n/eng.json index f7e23658..9016e32e 100644 --- a/pmp-reactjs-ui/public/i18n/eng.json +++ b/pmp-reactjs-ui/public/i18n/eng.json @@ -642,13 +642,15 @@ "PMS_AUT_004": "Duplicate request received", "PMS_AUT_005": "Device detail for id %s does not exist", "PMS_AUT_512": "SBI details exists for given SBI Version. Multiple SBI with same SBI Version cannot be added.", - "PMS_AUT_025": "ApprovalStatus should be Activate / De_activate;", + "PMS_AUT_025": "ApprovalStatus should be Activate / De_activate", "PMP_AUT_030": "Partner is not active", "PMP_AUT_031": "ftp chip id not exists.", "PMP_AUT_032": "FTM Chip details already exists for the same make and model", "PMP_AUT_033": "Certificate is not uploaded.", - "PMP_AUT_034": "Ftp chip detail id and ftp provider id not mappped. ", - "PMP_AUT_037": "Given ftp chip details already registered.;", + "PMP_AUT_034": "Ftp chip detail id and ftp provider id not mappped.", + "PMP_AUT_037": "Given ftp chip details already registered.", + "PMP_AUT_038": "The certificate can only be uploaded for FTM that is either pending certificate upload or has an approved status", + "PMP_AUT_039": "FTM chip is deactivated", "PMS_AUT_007": "Secure Biometric Interface not found for the id %s", "PMS_AUT_026": "ApprovalStatus should be Activate / De_activate", "PMS_AUT_506": "Provide device details of same provider.", diff --git a/pmp-reactjs-ui/public/i18n/fra.json b/pmp-reactjs-ui/public/i18n/fra.json index 154a4f0b..24969b8a 100644 --- a/pmp-reactjs-ui/public/i18n/fra.json +++ b/pmp-reactjs-ui/public/i18n/fra.json @@ -647,13 +647,15 @@ "PMS_AUT_004": "Demande en double reçue", "PMS_AUT_005": "Les détails du périphérique pour l'ID %s n'existent pas", "PMS_AUT_512": "Les détails SBI existent pour la version SBI donnée. Plusieurs SBI avec la même version SBI ne peuvent pas être ajoutés.", - "PMS_AUT_025": "ApprovalStatus doit être Activer/Désactiver ;", + "PMS_AUT_025": "ApprovalStatus doit être Activer/Désactiver", "PMP_AUT_030": "Le partenaire n'est pas actif", "PMP_AUT_031": "l'identifiant de la puce ftp n'existe pas.", "PMP_AUT_032": "Les détails de la puce FTM existent déjà pour la même marque et le même modèle", "PMP_AUT_033": "Le certificat n'est pas téléchargé.", "PMP_AUT_034": "L'ID de détail de la puce FTP et l'ID du fournisseur ftp ne sont pas mappés.", - "PMP_AUT_037": "Compte tenu des détails de la puce ftp déjà enregistrés.;", + "PMP_AUT_037": "Compte tenu des détails de la puce ftp déjà enregistrés.", + "PMP_AUT_038": "Le certificat ne peut être téléchargé que pour les FTM qui sont en attente de téléchargement de certificat ou qui ont un statut approuvé.", + "PMP_AUT_039": "La puce FTM est désactivée", "PMS_AUT_007": "Interface biométrique sécurisée introuvable pour l'identifiant %s", "PMS_AUT_026": "L'état d'approbation doit être activé/désactivé", "PMS_AUT_506": "Fournissez les détails de l'appareil du même fournisseur.",