mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
update locales
This commit is contained in:
parent
fbc5f87f0a
commit
55d1b0decf
2 changed files with 58 additions and 0 deletions
29
locales/de.json
Normal file
29
locales/de.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"colon": "{}:",
|
||||
"success": "Erfolg!",
|
||||
"warning": "Vorsicht:",
|
||||
"error": "Fehler:",
|
||||
"permission_denied": "Erlaubnis verweigert",
|
||||
"root_required": "You must be root to perform this action",
|
||||
"instance_already_running": "Eine Instanz ist schon im Betrieb",
|
||||
"unable_authenticate": "authentisierungunfähig",
|
||||
"unable_retrieve_session": "sessionabrufunfähig",
|
||||
"ldap_server_down": "LDAP-Server nicht erreichbar",
|
||||
"ldap_operation_error": "Fehler während LDAP-Betrieb",
|
||||
"ldap_attribute_already_exists": "Attribute existieren schon: '{:s}={:s}'",
|
||||
"argument_required": "es braucht {:s}-Argument",
|
||||
"invalid_argument": "ungütiges Argument '{:s}': {:s}",
|
||||
"password": "Passwort",
|
||||
"invalid_password": "falsche Passwort",
|
||||
"confirm": "Bestätigen {:s}",
|
||||
"values_mismatch": "die Werte passen nicht",
|
||||
"authentication_required_long": "Bitte sich erst anmelden, um diesen Handeln zu schaffen.",
|
||||
"authentication_required": "Bitte sich anmelden",
|
||||
"authentication_profile_required": "Bitte sich als '{:s}' anmelden",
|
||||
"operation_interrupted": "Vorgang unterbrochen",
|
||||
"logged_in": "Angemeldet",
|
||||
"logged_out": "Abgemeldet",
|
||||
"not_logged_in": "Du bist nicht angemeldet",
|
||||
"server_already_running": "Einen Server läuft schon auf diesem Port",
|
||||
"websocket_request_expected": "es braucht einen WebSocket-request"
|
||||
}
|
29
locales/es.json
Normal file
29
locales/es.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"colon": "{}: ",
|
||||
"success": "¡Éxito!",
|
||||
"warning": "Advertencia:",
|
||||
"error": "Error:",
|
||||
"permission_denied": "Permiso denegado",
|
||||
"root_required": "Usted debe ser root para realizar esta acción",
|
||||
"instance_already_running": "Un sistema que ya está en marcha",
|
||||
"unable_authenticate": "No se puede autenticar",
|
||||
"unable_retrieve_session": "No se puede recuperar la sesión",
|
||||
"ldap_server_down": "Incapaz de alcanzar el servidor LDAP",
|
||||
"ldap_operation_error": "Ha ocurrido un error durante la operación de LDAP",
|
||||
"ldap_attribute_already_exists": "Atributo ya existe: '{: s} = {: s}'",
|
||||
"argument_required": "El argumento {: s} es necesario",
|
||||
"invalid_argument": "Argumento no válido '{: s}': {: s}",
|
||||
"password": "Contraseña",
|
||||
"invalid_password": "Contraseña no válida",
|
||||
"confirm": "Confirmar {: s}",
|
||||
"values_mismatch": "Los valores no coinciden",
|
||||
"authentication_required_long": "La autenticación es necesaria para realizar esta acción",
|
||||
"authentication_required": "Se requiere autentificación",
|
||||
"authentication_profile_required": "Autenticación para perfilar '{: s}' requiere",
|
||||
"operation_interrupted": "Operación interrumpido",
|
||||
"logged_in": "Identificados",
|
||||
"logged_out": "Sesión cerrada",
|
||||
"not_logged_in": "Usted no ha entrado en",
|
||||
"server_already_running": "Un servidor ya se está ejecutando en ese puerto",
|
||||
"websocket_request_expected": "Se espera una solicitud WebSocket"
|
||||
}
|
Loading…
Add table
Reference in a new issue