mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Merge pull request #126 from yunohost-bot/unstable-weblate
Update from Weblate.
This commit is contained in:
commit
b5fda77b17
6 changed files with 41 additions and 46 deletions
|
@ -8,7 +8,7 @@
|
|||
"error": "Fehler:",
|
||||
"error_see_log": "Ein Fehler ist aufgetreten. Für Details bitte im Log nach.",
|
||||
"file_exists": "Datei existiert bereits: '{path}'",
|
||||
"file_not_exist": "Datei nicht vorhanden",
|
||||
"file_not_exist": "Datei nicht vorhanden: '{path}'",
|
||||
"folder_exists": "Ordner existiert bereits: '{path}'",
|
||||
"folder_not_exist": "Ordner existiert nicht",
|
||||
"instance_already_running": "Eine Instanz läuft bereits",
|
||||
|
|
|
@ -1,45 +1,40 @@
|
|||
{
|
||||
"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": "{}: ",
|
||||
|
||||
"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",
|
||||
"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",
|
||||
"argument_required" : "Argument '{argument}' is required",
|
||||
"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}",
|
||||
"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",
|
||||
|
||||
"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",
|
||||
"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",
|
||||
"websocket_request_expected" : "Expected a WebSocket request",
|
||||
|
||||
"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",
|
||||
"unknown_group" : "Unknown '{group}' group"
|
||||
"values_mismatch": "Values don't match",
|
||||
"warning": "Warning:",
|
||||
"websocket_request_expected": "Expected a WebSocket request"
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"error": "Error:",
|
||||
"error_see_log": "Ha ocurrido un error. Consulte el registro para obtener más información.",
|
||||
"file_exists": "El archivo ya existe: '{path}'",
|
||||
"file_not_exist": "El archivo no existe",
|
||||
"file_not_exist": "El archivo no existe: '{path}'",
|
||||
"folder_exists": "El directorio ya existe: '{path}'",
|
||||
"folder_not_exist": "El directorio no existe",
|
||||
"instance_already_running": "El programa ya se está ejecutando",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"error": "Erreur :",
|
||||
"error_see_log": "Une erreur est survenue. Veuillez consulter les journaux pour plus de détails.",
|
||||
"file_exists": "Le fichier existe déjà : « {path} »",
|
||||
"file_not_exist": "Le fichier n'existe pas",
|
||||
"file_not_exist": "Le fichier « {path} » n'existe pas",
|
||||
"folder_exists": "Le dossier existe déjà : « {path} »",
|
||||
"folder_not_exist": "Le dossier n'existe pas",
|
||||
"instance_already_running": "Une instance est déjà en cours d'exécution",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"error": "Fout:",
|
||||
"error_see_log": "Er is een fout opgetreden, zie logboek voor meer informatie",
|
||||
"file_exists": "Kan '{path}' niet aanmaken: Bestand bestaat al",
|
||||
"file_not_exist": "Bestand bestaat niet",
|
||||
"file_not_exist": "Bestand bestaat niet: '{path}'",
|
||||
"folder_exists": "kan map ‘{path}’ niet aanmaken: Bestand bestaat al",
|
||||
"folder_not_exist": "Map bestaat niet",
|
||||
"instance_already_running": "Er is al een instantie aan het draaien",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"confirm": "Confirmar {prompt}",
|
||||
"error": "Erro:",
|
||||
"file_exists": "A pasta já existe: '{path}'",
|
||||
"file_not_exist": "A pasta não existe",
|
||||
"file_not_exist": "A pasta não existe: '{path}'",
|
||||
"folder_exists": "A pasta já existe '{path}'",
|
||||
"folder_not_exist": "A pasta não existe",
|
||||
"instance_already_running": "O serviço já está em execussão",
|
||||
|
|
Loading…
Reference in a new issue