diff --git a/src/assets/i18n/ara.json b/src/assets/i18n/ara.json index d2ade1ed..88097301 100644 --- a/src/assets/i18n/ara.json +++ b/src/assets/i18n/ara.json @@ -1770,6 +1770,7 @@ "SIGNATURE_VALIDATOR_007": "معلومات الجهاز القيمة التي تم فك ترميزها فارغة", "SIGNATURE_VALIDATOR_008": "فشل التحقق من الثقة لـ [{}] >> PartnerType [{}] و CertificateData [{}]", "SIGNATURE_VALIDATOR_009": "تم التحقق من صحة جذر الثقة بنجاح", + "SIGNATURE_VALIDATOR_010": "فشل التحقق من الثقة - اسم المؤسسة غير متطابق مع شهادة [ {} ] >> PartnerType[ {} ] and CertificateData[ {} ]", "JWT_SIGNATURE_001": "تم التحقق من صحة توقيع JWT بنجاح", "JWT_SIGNATURE_002": "فشل التحقق من صحة توقيع JWT", "TIMECHECK_VALIDATOR_001": "تم التحقق من صحة التحقق من الوقت بنجاح", diff --git a/src/assets/i18n/eng.json b/src/assets/i18n/eng.json index d446eecb..e1666080 100644 --- a/src/assets/i18n/eng.json +++ b/src/assets/i18n/eng.json @@ -1770,6 +1770,7 @@ "SIGNATURE_VALIDATOR_007": "Device info Decoded value is null", "SIGNATURE_VALIDATOR_008": "Trust Validation Failed for [ {} ] >> PartnerType[ {} ] and CertificateData[ {} ]", "SIGNATURE_VALIDATOR_009": "Trust Root Validation is Successful", + "SIGNATURE_VALIDATOR_010": "Trust Validation Failed- Organization Name is not matching with the Certificate for [ {} ] >> PartnerType[ {} ] and CertificateData[ {} ]", "JWT_SIGNATURE_001": "JWT Signature validation is successful", "JWT_SIGNATURE_002": "JWT Signature validation failed", "TIMECHECK_VALIDATOR_001": "Time Check validation is Successful", diff --git a/src/assets/i18n/fra.json b/src/assets/i18n/fra.json index 75e8f073..4f5864f2 100644 --- a/src/assets/i18n/fra.json +++ b/src/assets/i18n/fra.json @@ -1770,6 +1770,7 @@ "SIGNATURE_VALIDATOR_007": "Informations sur l'appareil La valeur décodée est nulle", "SIGNATURE_VALIDATOR_008": "Échec de la validation de la confiance pour [ {} ] >> PartnerType[ {} ] et CertificateData[ {} ]", "SIGNATURE_VALIDATOR_009": "La validation de la racine de confiance est réussie", + "SIGNATURE_VALIDATOR_010": "Échec de la validation de la confiance : le nom de l'organisation ne correspond pas au certificat de [ {} ] >> PartnerType[ {} ] and CertificateData[ {} ]", "JWT_SIGNATURE_001": "La validation de la signature JWT a réussi", "JWT_SIGNATURE_002": "La validation de la signature JWT a échoué", "TIMECHECK_VALIDATOR_001": "La validation du contrôle horaire est réussie",