Merge branch 'main' into feat/toggle-user-role

This commit is contained in:
tips-of-mine
2025-06-15 20:37:28 +02:00
committed by GitHub
14 changed files with 118 additions and 39 deletions

View File

@ -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",
@ -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": "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}"
}