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": "Errore durante la creazione del certificato: {output}",
|
||||
"cert_revoke_error_id_missing": "ID certificato mancante per la revoca.",
|
||||
"cert_revoke_error_not_found": "Certificato non trovato per la revoca.",
|
||||
"cert_revoke_error_ca_revocation": "I certificati ROOT e INTERMEDIATE non possono essere revocati tramite l'interfaccia per motivi di sicurezza PKI.",
|
||||
"cert_revoke_error_ca_revocation": "NEEDS TRANSLATION: ROOT certificates cannot be revoked through the interface for PKI security reasons.",
|
||||
"cert_revoke_error_already_revoked": "Questo certificato è già stato revocato.",
|
||||
"cert_revoke_success": "Certificato revocato con successo.",
|
||||
"cert_revoke_error": "Errore durante la revoca del certificato: {output}",
|
||||
@ -80,5 +80,8 @@
|
||||
"user_delete_success": "Utente '{username}' eliminato con successo.",
|
||||
"user_delete_error_not_found": "Utente non trovato per l'eliminazione.",
|
||||
"user_delete_error_db": "Errore durante l'eliminazione dell'utente dal database.",
|
||||
"self_delete_not_allowed": "Non puoi eliminare te stesso."
|
||||
"self_delete_not_allowed": "Non puoi eliminare te stesso.",
|
||||
"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