Files
gestion-certificats2/app/src/Lang/en.json
2025-06-15 20:37:28 +02:00

98 lines
5.6 KiB
JSON

{
"app_name": "Certificate Management",
"login_title": "Login - Certificate Management",
"login_heading": "Log in to the application",
"username": "Username",
"password": "Password",
"login_button": "Log In",
"dark_mode": "Dark Mode",
"light_mode": "Light Mode",
"dashboard_title": "Dashboard",
"welcome": "Welcome, {username}!",
"logout": "Log Out",
"certificates": "Certificates",
"functional_perimeters": "Functional Perimeters",
"users": "Users",
"quick_actions": "Quick Actions",
"create_new_certificate": "Create a new certificate",
"create_new_perimeter": "Create a new perimeter",
"new_user": "New user",
"certificate_name": "Certificate Name",
"type": "Type",
"expiration_date": "Expiration Date",
"status": "Status",
"revoked": "Revoked",
"active": "Active",
"actions": "Actions",
"revoke_certificate": "Revoke",
"confirm_revoke": "Are you sure you want to revoke this certificate? This action is irreversible and will invalidate the certificate.",
"perimeter_name": "Perimeter Name",
"intermediate_cert_file": "Intermediate Certificate File",
"created_at": "Created On",
"create_perimeter_button": "Create Perimeter",
"create_new_user": "Create a new user",
"user_role": "Role",
"admin": "Administrator",
"user": "User",
"create_user_button": "Create User",
"delete_user": "Delete",
"confirm_delete_user": "Are you sure you want to delete this user? This action is irreversible.",
"new_certificate_heading": "Create a New Certificate",
"subdomain_name": "Subdomain / CN Name",
"select_perimeter": "Select a Functional Perimeter",
"select_perimeter_placeholder": "Choose a perimeter",
"create_certificate": "Create Certificate",
"root": "Root",
"intermediate": "Intermediate",
"simple": "Simple",
"back_to_dashboard": "Back to Dashboard",
"back_to_cert_list": "Back to Certificate List",
"back_to_perimeter_list": "Back to Perimeter List",
"back_to_user_list": "Back to User List",
"no_certificates_yet": "No certificates have been created yet.",
"no_perimeters_yet": "No functional perimeters have been created yet.",
"no_users_yet": "No users have been created yet.",
"login_error_empty_fields": "Please enter your username and password.",
"login_error_credentials": "Incorrect username or password.",
"permission_denied": "You do not have the necessary permissions to access this page.",
"cert_create_error_empty_fields": "Subdomain name and functional perimeter are required.",
"cert_create_error_perimeter_not_found": "Selected functional perimeter not found.",
"cert_create_success": "Certificate created successfully.",
"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 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}",
"perimeter_create_error_empty_name": "Functional perimeter name is required.",
"perimeter_create_error_exists": "A functional perimeter with this name already exists.",
"perimeter_create_success": "Functional perimeter and its intermediate certificate created successfully.",
"perimeter_create_error": "Error creating functional perimeter: {output}",
"user_create_error_empty_fields": "Username and password are required.",
"user_create_error_invalid_role": "Invalid user role.",
"user_create_error_exists": "A user with the username '{username}' already exists.",
"user_create_success": "User '{username}' created successfully.",
"user_create_error_db": "Error creating user in the database.",
"user_delete_error_id_missing": "User ID missing for deletion.",
"user_delete_error_self_delete": "You cannot delete your own account.",
"user_delete_error_last_admin": "Cannot delete the last administrator account.",
"user_delete_success": "User '{username}' deleted successfully.",
"user_delete_error_not_found": "User not found for deletion.",
"user_delete_error_db": "Error deleting user from the database.",
"self_delete_not_allowed": "You cannot delete yourself.",
"user_role_error_id_missing": "User ID missing for role modification.",
"user_not_found": "User not found.",
"cannot_change_admin_role": "The main administrator's role or your own role cannot be modified.",
"cannot_remove_last_admin_role": "Cannot remove administrator status from the last administrator.",
"user_role_updated_success": "User '{username}' role has been successfully changed to '{role}'.",
"user_role_update_error_db": "Database error while updating user role.",
"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": "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}"
}