diff --git a/src/messages/en.json b/src/messages/en.json index 3e1da53..2b5888f 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -651,6 +651,8 @@ "toast_bulk_renew_failed": "Bulk renewal failed", "toast_renew_success": "CA Certificate renewed successfully.", "toast_renew_failed": "Failed to renew CA certificate", + "toast_ca_setup_success": "Root CA Initialized successfully!", + "toast_ca_setup_failed": "Failed to initialize Root CA", "btn_initialize_ca": "Initialize Root CA", "load_failed": "Failed to load CA certificates. Admin access required.", "processing": "Processing...", diff --git a/src/messages/id.json b/src/messages/id.json index 267da0a..35acedf 100644 --- a/src/messages/id.json +++ b/src/messages/id.json @@ -651,6 +651,8 @@ "toast_bulk_renew_failed": "Pembaruan massal gagal", "toast_renew_success": "Sertifikat CA berhasil diperbarui.", "toast_renew_failed": "Gagal memperbarui sertifikat CA", + "toast_ca_setup_success": "Root CA berhasil diinisialisasi!", + "toast_ca_setup_failed": "Gagal menginisialisasi Root CA", "btn_initialize_ca": "Inisialisasi Root CA", "load_failed": "Gagal memuat sertifikat CA. Akses admin diperlukan.", "processing": "Memproses...",