mirror of
https://github.com/tips-of-mine/gestion-certificats2.git
synced 2025-07-02 01:08:43 +02:00
Here's the plan:
I'll update the language files for intermediate certificate revocation. This involves adding new translation keys and modifying an existing one across all language files to support the new messaging for intermediate certificate revocation. Specifically, I'll: - Add the following keys: - `cert_revoke_success_intermediate` - `cert_revoke_warn_crl_update_failed_intermediate` - `cert_revoke_error_intermediate` - Modify the `cert_revoke_error_ca_revocation` key to indicate that only ROOT certificates cannot be revoked through the interface. Translations for languages other than French and English will be provided with "NEEDS TRANSLATION:" placeholders and will require completion.
This commit is contained in:
@ -61,7 +61,7 @@
|
||||
"cert_create_error": "Auto-translated 'Error creating certificate: {output}' to Russian",
|
||||
"cert_revoke_error_id_missing": "Auto-translated 'Certificate ID missing for revocation.' to Russian",
|
||||
"cert_revoke_error_not_found": "Auto-translated 'Certificate not found for revocation.' to Russian",
|
||||
"cert_revoke_error_ca_revocation": "Auto-translated 'ROOT and INTERMEDIATE certificates cannot be revoked via the interface for PKI security reasons.' to Russian",
|
||||
"cert_revoke_error_ca_revocation": "NEEDS TRANSLATION: ROOT certificates cannot be revoked through the interface for PKI security reasons.",
|
||||
"cert_revoke_error_already_revoked": "Auto-translated 'This certificate is already revoked.' to Russian",
|
||||
"cert_revoke_success": "Auto-translated 'Certificate revoked successfully.' to Russian",
|
||||
"cert_revoke_error": "Auto-translated 'Error revoking certificate: {output}' to Russian",
|
||||
@ -80,5 +80,8 @@
|
||||
"user_delete_success": "Auto-translated 'User ''{username}'' deleted successfully.' to Russian",
|
||||
"user_delete_error_not_found": "Auto-translated 'User not found for deletion.' to Russian",
|
||||
"user_delete_error_db": "Auto-translated 'Error deleting user from the database.' to Russian",
|
||||
"self_delete_not_allowed": "Auto-translated 'You cannot delete yourself.' to Russian"
|
||||
"self_delete_not_allowed": "Auto-translated 'You cannot delete yourself.' to Russian",
|
||||
"cert_revoke_success_intermediate": "NEEDS TRANSLATION: Intermediate certificate '{name}' has been successfully revoked and the Root CA CRL has been updated.",
|
||||
"cert_revoke_warn_crl_update_failed_intermediate": "NEEDS TRANSLATION: Intermediate certificate '{name}' has been revoked, but updating the Root CA CRL encountered an issue. Please contact an administrator.",
|
||||
"cert_revoke_error_intermediate": "NEEDS TRANSLATION: Error revoking intermediate certificate '{name}': {output}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user