feat: refine CA setup UX by moving setup button to Admin and adding redirection link

This commit is contained in:
dyzulk
2026-01-07 10:30:36 +07:00
parent 8ae637d9c6
commit 90ea7bb4a2
4 changed files with 54 additions and 39 deletions

View File

@@ -651,6 +651,7 @@
"toast_bulk_renew_failed": "Bulk renewal failed",
"toast_renew_success": "CA Certificate renewed successfully.",
"toast_renew_failed": "Failed to renew CA certificate",
"btn_initialize_ca": "Initialize Root CA",
"load_failed": "Failed to load CA certificates. Admin access required.",
"processing": "Processing...",
"info_title": "Information",
@@ -675,7 +676,7 @@
"self_signed": "Self-Signed",
"renew_button": "Renew Now",
"no_ca_search": "No CAs matched \"{term}\"",
"no_ca_found": "No Root CA certificates found. Run CA Setup from Certificates page."
"no_ca_found": "No Root CA certificates found. Start by initializing the Certification Authority."
},
"SmtpTester": {
"page_title": "SMTP Tester",
@@ -821,6 +822,7 @@
"ca_not_setup_title": "CA Not Fully Setup",
"ca_missing_msg": "The Certification Authority system is missing: {missing}. Certificates cannot be generated until setup is complete.",
"contact_admin_msg": "Please contact your administrator to initialize the Certification Authority.",
"ca_not_setup_admin_link": "Certification Authority is not setup. Please perform setup in the [Root CA Management] page.",
"btn_setup_ca": "Setup CA Now",
"btn_generate_new": "Generate New",
"processing": "Processing...",

View File

@@ -651,7 +651,8 @@
"toast_bulk_renew_failed": "Pembaruan massal gagal",
"toast_renew_success": "Sertifikat CA berhasil diperbarui.",
"toast_renew_failed": "Gagal memperbarui sertifikat CA",
"load_failed": "Gagal memuat sertifikat CA. Diperlukan akses admin.",
"btn_initialize_ca": "Inisialisasi Root CA",
"load_failed": "Gagal memuat sertifikat CA. Akses admin diperlukan.",
"processing": "Memproses...",
"info_title": "Informasi",
"info_point_1": "Memperbarui sertifikat CA menghasilkan sertifikat publik baru dengan masa berlaku 10 tahun.",
@@ -675,7 +676,7 @@
"self_signed": "Self-Signed",
"renew_button": "Perbarui",
"no_ca_search": "Tidak ada CA yang cocok dengan \"{term}\"",
"no_ca_found": "Sertifikat Root CA tidak ditemukan. Jalankan Pengaturan CA dari halaman Sertifikat."
"no_ca_found": "Sertifikat Root CA tidak ditemukan. Mulailah dengan menginisialisasi Certification Authority."
},
"SmtpTester": {
"page_title": "Pengetes SMTP",
@@ -820,8 +821,9 @@
"load_failed": "Gagal memuat sertifikat.",
"ca_not_setup_title": "CA Belum Teratur Sepenuhnya",
"ca_missing_msg": "Sistem Otoritas Sertifikasi kehilangan: {missing}. Sertifikat tidak dapat dibuat sampai pengaturan selesai.",
"contact_admin_msg": "Silakan hubungi administrator Anda untuk menginisialisasi Otoritas Sertifikasi.",
"btn_setup_ca": "Atur CA Sekarang",
"contact_admin_msg": "Silakan hubungi administrator Anda untuk menginisialisasi Certification Authority.",
"ca_not_setup_admin_link": "Certification Authority belum diatur. Silakan lakukan pengaturan di halaman [Manajemen Root CA].",
"btn_setup_ca": "Siapkan CA Sekarang",
"btn_generate_new": "Terbitkan Baru",
"processing": "Memproses...",
"delete_title": "Hapus Sertifikat",