Refactor: Synchroniser les fichiers de traduction avec l'anglais

J'ai mis à jour tous les fichiers de traduction non anglais et non français pour :
1. Ajouter les clés manquantes en utilisant les valeurs anglaises.
2. Remplacer les chaînes "NEEDS TRANSLATION" par les valeurs anglaises.
3. Remplacer les chaînes "Auto-translated..." par les valeurs anglaises.
4. Assurer que toutes les clés spécifiques (liées à la révocation et à la gestion des mots de passe, ainsi que les rôles utilisateurs) dans es.json, de.json, et it.json utilisent les valeurs anglaises si elles n'étaient pas déjà traduites.

Tous les fichiers de traduction (sauf en.json et fr.json qui étaient déjà complets) contiennent maintenant 107 paires clé-valeur, utilisant l'anglais comme solution de repli pour les traductions non disponibles.

Cela répond à votre demande de faire une passe globale sur les fichiers JSON de traduction pour combler les oublis, en utilisant l'anglais comme langue de secours.
This commit is contained in:
google-labs-jules[bot]
2025-06-16 14:45:45 +00:00
parent 22f0644aa7
commit 343cf6c8ac
9 changed files with 549 additions and 450 deletions

View File

@ -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": "NEEDS TRANSLATION: ROOT certificates cannot be revoked through 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": "Questo certificato è già stato revocato.",
"cert_revoke_success": "Certificato revocato con successo.",
"cert_revoke_error": "Errore durante la revoca del certificato: {output}",
@ -90,8 +90,19 @@
"confirm_toggle_admin_role": "Are you sure you want to modify this user's role?",
"remove_admin_status": "Remove Admin",
"pass_to_admin": "Make Admin",
"cannot_change_main_admin_role": "Role not modifiable"
"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}"
"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}",
"edit_password_title": "Edit Password",
"new_password": "New Password",
"confirm_new_password": "Confirm New Password",
"update_password_button": "Update Password",
"editing_password_for_user": "Editing password for user: %username%",
"password_update_error_empty_fields": "Please fill in all password fields.",
"password_update_error_mismatch": "Passwords do not match.",
"cannot_change_admin_password": "The main administrator's password cannot be changed through this interface.",
"password_update_error_db": "Error updating password. Please try again.",
"password_update_success": "User %username%'s password has been successfully updated.",
"edit_password_button": "Edit Pwd"
}