mirror of
https://github.com/tips-of-mine/gestion-certificats2.git
synced 2025-07-02 02:18:43 +02:00
Merge branch 'main' into feat/toggle-user-role
This commit is contained in:
@ -61,7 +61,7 @@
|
||||
"cert_create_error": "Error creating certificate: {output}",
|
||||
"cert_revoke_error_id_missing": "Certificate ID missing for revocation.",
|
||||
"cert_revoke_error_not_found": "Certificate not found for revocation.",
|
||||
"cert_revoke_error_ca_revocation": "ROOT and INTERMEDIATE certificates cannot be revoked via the interface for PKI security reasons.",
|
||||
"cert_revoke_error_ca_revocation": "ROOT certificates cannot be revoked through the interface for PKI security reasons.",
|
||||
"cert_revoke_error_already_revoked": "This certificate is already revoked.",
|
||||
"cert_revoke_success": "Certificate revoked successfully.",
|
||||
"cert_revoke_error": "Error revoking certificate: {output}",
|
||||
@ -91,4 +91,7 @@
|
||||
"remove_admin_status": "Remove Admin",
|
||||
"pass_to_admin": "Make Admin",
|
||||
"cannot_change_main_admin_role": "Role not modifiable"
|
||||
"cert_revoke_success_intermediate": "Intermediate certificate '{name}' has been successfully revoked and the Root CA CRL has been updated.",
|
||||
"cert_revoke_warn_crl_update_failed_intermediate": "Intermediate certificate '{name}' has been revoked, but updating the Root CA CRL encountered an issue. Please contact an administrator.",
|
||||
"cert_revoke_error_intermediate": "Error revoking intermediate certificate '{name}': {output}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user