diff --git a/locales/en.json b/locales/en.json index f18aaebe..b3f0ab7c 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1,45 +1,40 @@ { - "colon" : "{}: ", - - "success" : "Success!", - "warning" : "Warning:", - "error" : "Error:", - "permission_denied" : "Permission denied", - "root_required" : "You must be root to perform this action", - "instance_already_running" : "An instance is already running", - "error_see_log" : "An error occured. Please see the log for details.", - "file_exists" : "File already exists: '{path}'", - "folder_exists" : "Folder already exists: '{path}'", - "file_not_exist" : "File does not exist", - "folder_not_exist" : "Folder does not exist", - - "unable_authenticate" : "Unable to authenticate", - "unable_retrieve_session" : "Unable to retrieve the session", - "ldap_server_down" : "Unable to reach LDAP server", - "ldap_operation_error" : "An error occured during LDAP operation", - "ldap_attribute_already_exists" : "Attribute '{attribute}' already exists with value '{value}'", - - "invalid_usage" : "Invalid usage, pass --help to see help", - "deprecated_command" : "'{prog} {command}' is deprecated and will be removed in the future", - "deprecated_command_alias" : "'{prog} {old}' is deprecated and will be removed in the future, use '{prog} {new}' instead", - "argument_required" : "Argument '{argument}' is required", + "argument_required": "Argument '{argument}' is required", + "authentication_profile_required": "Authentication to profile '{profile}' required", + "authentication_required": "Authentication required", + "authentication_required_long": "Authentication is required to perform this action", + "colon": "{}: ", + "confirm": "Confirm {prompt}", + "deprecated_command": "'{prog} {command}' is deprecated and will be removed in the future", + "deprecated_command_alias": "'{prog} {old}' is deprecated and will be removed in the future, use '{prog} {new}' instead", + "error": "Error:", + "error_see_log": "An error occured. Please see the log for details.", + "file_exists": "File already exists: '{path}'", + "file_not_exist": "File does not exist: '{path}'", + "folder_exists": "Folder already exists: '{path}'", + "folder_not_exist": "Folder does not exist", + "instance_already_running": "An instance is already running", "invalid_argument": "Invalid argument '{argument}': {error}", + "invalid_password": "Invalid password", + "invalid_usage": "Invalid usage, pass --help to see help", + "ldap_attribute_already_exists": "Attribute '{attribute}' already exists with value '{value}'", + "ldap_operation_error": "An error occured during LDAP operation", + "ldap_server_down": "Unable to reach LDAP server", + "logged_in": "Logged in", + "logged_out": "Logged out", + "not_logged_in": "You are not logged in", + "operation_interrupted": "Operation interrupted", + "password": "Password", "pattern_not_match": "Does not match pattern", - "password" : "Password", - "invalid_password" : "Invalid password", - "confirm" : "Confirm {prompt}", - "values_mismatch" : "Values don't match", - "authentication_required_long" : "Authentication is required to perform this action", - "authentication_required" : "Authentication required", - "authentication_profile_required" : "Authentication to profile '{profile}' required", - "operation_interrupted" : "Operation interrupted", - - "logged_in" : "Logged in", - "logged_out" : "Logged out", - "not_logged_in" : "You are not logged in", - "server_already_running" : "A server is already running on that port", - "websocket_request_expected" : "Expected a WebSocket request", - - "unknown_user" : "Unknown '{user}' user", - "unknown_group" : "Unknown '{group}' group" + "permission_denied": "Permission denied", + "root_required": "You must be root to perform this action", + "server_already_running": "A server is already running on that port", + "success": "Success!", + "unable_authenticate": "Unable to authenticate", + "unable_retrieve_session": "Unable to retrieve the session", + "unknown_group": "Unknown '{group}' group", + "unknown_user": "Unknown '{user}' user", + "values_mismatch": "Values don't match", + "warning": "Warning:", + "websocket_request_expected": "Expected a WebSocket request" }