mirror of
https://github.com/tips-of-mine/gestion-certificats2.git
synced 2025-06-28 08:08:43 +02:00
98 lines
8.0 KiB
JSON
98 lines
8.0 KiB
JSON
{
|
|
"app_name": "Auto-translated 'Certificate Management' to Russian",
|
|
"login_title": "Auto-translated 'Login - Certificate Management' to Russian",
|
|
"login_heading": "Auto-translated 'Log in to the application' to Russian",
|
|
"username": "Auto-translated 'Username' to Russian",
|
|
"password": "Auto-translated 'Password' to Russian",
|
|
"login_button": "Auto-translated 'Log In' to Russian",
|
|
"dark_mode": "Auto-translated 'Dark Mode' to Russian",
|
|
"light_mode": "Auto-translated 'Light Mode' to Russian",
|
|
"dashboard_title": "Auto-translated 'Dashboard' to Russian",
|
|
"welcome": "Auto-translated 'Welcome, {username}!' to Russian",
|
|
"logout": "Auto-translated 'Log Out' to Russian",
|
|
"certificates": "Auto-translated 'Certificates' to Russian",
|
|
"functional_perimeters": "Auto-translated 'Functional Perimeters' to Russian",
|
|
"users": "Auto-translated 'Users' to Russian",
|
|
"quick_actions": "Auto-translated 'Quick Actions' to Russian",
|
|
"create_new_certificate": "Auto-translated 'Create a new certificate' to Russian",
|
|
"create_new_perimeter": "Auto-translated 'Create a new perimeter' to Russian",
|
|
"new_user": "Auto-translated 'New user' to Russian",
|
|
"certificate_name": "Auto-translated 'Certificate Name' to Russian",
|
|
"type": "Auto-translated 'Type' to Russian",
|
|
"expiration_date": "Auto-translated 'Expiration Date' to Russian",
|
|
"status": "Auto-translated 'Status' to Russian",
|
|
"revoked": "Auto-translated 'Revoked' to Russian",
|
|
"active": "Auto-translated 'Active' to Russian",
|
|
"actions": "Auto-translated 'Actions' to Russian",
|
|
"revoke_certificate": "Auto-translated 'Revoke' to Russian",
|
|
"confirm_revoke": "Auto-translated 'Are you sure you want to revoke this certificate? This action is irreversible and will invalidate the certificate.' to Russian",
|
|
"perimeter_name": "Auto-translated 'Perimeter Name' to Russian",
|
|
"intermediate_cert_file": "Auto-translated 'Intermediate Certificate File' to Russian",
|
|
"created_at": "Auto-translated 'Created On' to Russian",
|
|
"create_perimeter_button": "Auto-translated 'Create Perimeter' to Russian",
|
|
"create_new_user": "Auto-translated 'Create a new user' to Russian",
|
|
"user_role": "Auto-translated 'Role' to Russian",
|
|
"admin": "Auto-translated 'Administrator' to Russian",
|
|
"user": "Auto-translated 'User' to Russian",
|
|
"create_user_button": "Auto-translated 'Create User' to Russian",
|
|
"delete_user": "Auto-translated 'Delete' to Russian",
|
|
"confirm_delete_user": "Auto-translated 'Are you sure you want to delete this user? This action is irreversible.' to Russian",
|
|
"new_certificate_heading": "Auto-translated 'Create a New Certificate' to Russian",
|
|
"subdomain_name": "Auto-translated 'Subdomain / CN Name' to Russian",
|
|
"select_perimeter": "Auto-translated 'Select a Functional Perimeter' to Russian",
|
|
"select_perimeter_placeholder": "Auto-translated 'Choose a perimeter' to Russian",
|
|
"create_certificate": "Auto-translated 'Create Certificate' to Russian",
|
|
"root": "Auto-translated 'Root' to Russian",
|
|
"intermediate": "Auto-translated 'Intermediate' to Russian",
|
|
"simple": "Auto-translated 'Simple' to Russian",
|
|
"back_to_dashboard": "Auto-translated 'Back to Dashboard' to Russian",
|
|
"back_to_cert_list": "Auto-translated 'Back to Certificate List' to Russian",
|
|
"back_to_perimeter_list": "Auto-translated 'Back to Perimeter List' to Russian",
|
|
"back_to_user_list": "Auto-translated 'Back to User List' to Russian",
|
|
"no_certificates_yet": "Auto-translated 'No certificates have been created yet.' to Russian",
|
|
"no_perimeters_yet": "Auto-translated 'No functional perimeters have been created yet.' to Russian",
|
|
"no_users_yet": "Auto-translated 'No users have been created yet.' to Russian",
|
|
"login_error_empty_fields": "Auto-translated 'Please enter your username and password.' to Russian",
|
|
"login_error_credentials": "Auto-translated 'Incorrect username or password.' to Russian",
|
|
"permission_denied": "Auto-translated 'You do not have the necessary permissions to access this page.' to Russian",
|
|
"cert_create_error_empty_fields": "Auto-translated 'Subdomain name and functional perimeter are required.' to Russian",
|
|
"cert_create_error_perimeter_not_found": "Auto-translated 'Selected functional perimeter not found.' to Russian",
|
|
"cert_create_success": "Auto-translated 'Certificate created successfully.' to Russian",
|
|
"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": "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",
|
|
"perimeter_create_error_empty_name": "Auto-translated 'Functional perimeter name is required.' to Russian",
|
|
"perimeter_create_error_exists": "Auto-translated 'A functional perimeter with this name already exists.' to Russian",
|
|
"perimeter_create_success": "Auto-translated 'Functional perimeter and its intermediate certificate created successfully.' to Russian",
|
|
"perimeter_create_error": "Auto-translated 'Error creating functional perimeter: {output}' to Russian",
|
|
"user_create_error_empty_fields": "Auto-translated 'Username and password are required.' to Russian",
|
|
"user_create_error_invalid_role": "Auto-translated 'Invalid user role.' to Russian",
|
|
"user_create_error_exists": "Auto-translated 'A user with the username ''{username}'' already exists.' to Russian",
|
|
"user_create_success": "Auto-translated 'User ''{username}'' created successfully.' to Russian",
|
|
"user_create_error_db": "Auto-translated 'Error creating user in the database.' to Russian",
|
|
"user_delete_error_id_missing": "Auto-translated 'User ID missing for deletion.' to Russian",
|
|
"user_delete_error_self_delete": "Auto-translated 'You cannot delete your own account.' to Russian",
|
|
"user_delete_error_last_admin": "Auto-translated 'Cannot delete the last administrator account.' to Russian",
|
|
"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",
|
|
"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": "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}"
|
|
}
|