diff --git a/pmp-reactjs-ui/public/i18n/ara.json b/pmp-reactjs-ui/public/i18n/ara.json index 3ac16d35..440bd509 100644 --- a/pmp-reactjs-ui/public/i18n/ara.json +++ b/pmp-reactjs-ui/public/i18n/ara.json @@ -738,7 +738,9 @@ "KER-PCM-006": "لم يتم العثور على شهادات CA الجذر/CA المتوسطة.", "KER-PCM-008": "اسم المنظمة الشريكة غير متطابق", "KER-PCM-015": "الشهادة الموقعة ذاتيًا غير مسموح بها كشريك.", + "KER-PCM-003": "الشهادة موجودة بالفعل في المتجر", "KER-PCM-004": "تاريخ الشهادة غير صالح.", + "KER-PCM-005": "لم يتم العثور على شهادة CA الجذر", "KER-KMS-013": "خطأ في تحليل الشهادة. تم تجاوز التجاوز، البايتات = 917", "KER-KMS-015": "لن يُسمح بتحميل الشهادة لتحديث شهادة المجال الأخرى.", "PMS_AUT_001": "لم يتم العثور على جهاز تسجيل رمز النوع الفرعي للجهاز المسجل في قائمة أنواع USB", diff --git a/pmp-reactjs-ui/public/i18n/eng.json b/pmp-reactjs-ui/public/i18n/eng.json index fb140ade..00aabce3 100644 --- a/pmp-reactjs-ui/public/i18n/eng.json +++ b/pmp-reactjs-ui/public/i18n/eng.json @@ -734,7 +734,9 @@ "PMS_POL_060": "Error while fetching policy groups.", "KER-PCM-006": "Root CA/Intermediate CA Certificates not found.", "KER-PCM-015": "Self Signed Certificate not allowed as partner.", + "KER-PCM-003": "Certificate already exists in store.", "KER-PCM-004": "Certificate Date is not valid.", + "KER-PCM-005": "Root CA Certificate not found.", "KER-KMS-013": "Certificate Parsing Error.signed overrun, bytes = 917", "KER-KMS-015": "Upload of certificate will not be allowed to update other domain certificate.", "PMS_AUT_001": "Reg Device Sub Type Code not found in the list of Reg Device Sub Types", diff --git a/pmp-reactjs-ui/public/i18n/fra.json b/pmp-reactjs-ui/public/i18n/fra.json index 2c0a917b..fb7e0df0 100644 --- a/pmp-reactjs-ui/public/i18n/fra.json +++ b/pmp-reactjs-ui/public/i18n/fra.json @@ -738,7 +738,9 @@ "PMS_POL_060": "Erreur lors de la récupération des groupes de stratégies.", "KER-PCM-006": "Certificats d'autorité de certification racine/autorité de certification intermédiaire introuvables.", "KER-PCM-015": "Certificat auto-signé non autorisé en tant que partenaire.", + "KER-PCM-003": "Le certificat existe déjà en magasin.", "KER-PCM-004": "La date du certificat n'est pas valide.", + "KER-PCM-005": "Certificat d'autorité de certification racine introuvable.", "KER-KMS-013": "Erreur d'analyse du certificat. dépassement de signature, octets = 917", "KER-KMS-015": "Le téléchargement du certificat ne sera pas autorisé pour mettre à jour un autre certificat de domaine.", "PMS_AUT_001": "Code de sous-type de périphérique Reg introuvable dans la liste des sous-types de périphérique Reg", diff --git a/pmp-reactjs-ui/src/pages/admin/certificates/UploadRootTrustCertificate.js b/pmp-reactjs-ui/src/pages/admin/certificates/UploadRootTrustCertificate.js index 6aaf50a1..8a85cced 100644 --- a/pmp-reactjs-ui/src/pages/admin/certificates/UploadRootTrustCertificate.js +++ b/pmp-reactjs-ui/src/pages/admin/certificates/UploadRootTrustCertificate.js @@ -153,7 +153,7 @@ function UploadRootTrustCertificate() {