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