mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[i18n] Translated using Weblate (English)
Currently translated at 100.0% (38 of 38 strings)
This commit is contained in:
parent
5261fb65ee
commit
e2e5de2f95
1 changed files with 36 additions and 41 deletions
|
@ -1,45 +1,40 @@
|
||||||
{
|
{
|
||||||
"colon" : "{}: ",
|
"argument_required": "Argument '{argument}' is required",
|
||||||
|
"authentication_profile_required": "Authentication to profile '{profile}' required",
|
||||||
"success" : "Success!",
|
"authentication_required": "Authentication required",
|
||||||
"warning" : "Warning:",
|
"authentication_required_long": "Authentication is required to perform this action",
|
||||||
"error" : "Error:",
|
"colon": "{}: ",
|
||||||
"permission_denied" : "Permission denied",
|
"confirm": "Confirm {prompt}",
|
||||||
"root_required" : "You must be root to perform this action",
|
"deprecated_command": "'{prog} {command}' is deprecated and will be removed in the future",
|
||||||
"instance_already_running" : "An instance is already running",
|
"deprecated_command_alias": "'{prog} {old}' is deprecated and will be removed in the future, use '{prog} {new}' instead",
|
||||||
"error_see_log" : "An error occured. Please see the log for details.",
|
"error": "Error:",
|
||||||
"file_exists" : "File already exists: '{path}'",
|
"error_see_log": "An error occured. Please see the log for details.",
|
||||||
"folder_exists" : "Folder already exists: '{path}'",
|
"file_exists": "File already exists: '{path}'",
|
||||||
"file_not_exist" : "File does not exist",
|
"file_not_exist": "File does not exist: '{path}'",
|
||||||
"folder_not_exist" : "Folder does not exist",
|
"folder_exists": "Folder already exists: '{path}'",
|
||||||
|
"folder_not_exist": "Folder does not exist",
|
||||||
"unable_authenticate" : "Unable to authenticate",
|
"instance_already_running": "An instance is already running",
|
||||||
"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",
|
|
||||||
"invalid_argument": "Invalid argument '{argument}': {error}",
|
"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",
|
"pattern_not_match": "Does not match pattern",
|
||||||
"password" : "Password",
|
"permission_denied": "Permission denied",
|
||||||
"invalid_password" : "Invalid password",
|
"root_required": "You must be root to perform this action",
|
||||||
"confirm" : "Confirm {prompt}",
|
"server_already_running": "A server is already running on that port",
|
||||||
"values_mismatch" : "Values don't match",
|
"success": "Success!",
|
||||||
"authentication_required_long" : "Authentication is required to perform this action",
|
"unable_authenticate": "Unable to authenticate",
|
||||||
"authentication_required" : "Authentication required",
|
"unable_retrieve_session": "Unable to retrieve the session",
|
||||||
"authentication_profile_required" : "Authentication to profile '{profile}' required",
|
"unknown_group": "Unknown '{group}' group",
|
||||||
"operation_interrupted" : "Operation interrupted",
|
"unknown_user": "Unknown '{user}' user",
|
||||||
|
"values_mismatch": "Values don't match",
|
||||||
"logged_in" : "Logged in",
|
"warning": "Warning:",
|
||||||
"logged_out" : "Logged out",
|
"websocket_request_expected": "Expected a WebSocket request"
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue