From 87f171f25bf35f2e4fc5b61ad49f5545e284fc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Thu, 17 Dec 2015 21:40:47 +0100 Subject: [PATCH] [i18n] Sort json translation files by keys --- locales/de.json | 40 ++++++++++++++++++++-------------------- locales/es.json | 46 +++++++++++++++++++++++----------------------- locales/fr.json | 44 ++++++++++++++++++++++---------------------- locales/pt.json | 40 ++++++++++++++++++++-------------------- locales/tr.json | 46 +++++++++++++++++++++++----------------------- 5 files changed, 108 insertions(+), 108 deletions(-) diff --git a/locales/de.json b/locales/de.json index cd974425..4aa0de6d 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1,29 +1,29 @@ { - "colon": "{}:", - "success": "Erfolg!", - "warning": "Vorsicht:", - "error": "Fehler:", - "permission_denied": "Erlaubnis verweigert", - "root_required": "Du musst als root angemeldet werden, um diesem Vorgang zu führen", - "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", + "authentication_required": "Bitte sich anmelden", + "authentication_required_long": "Bitte sich erst anmelden, um diesen Handeln zu schaffen.", + "colon": "{}:", + "confirm": "Bestätigen {:s}", + "error": "Fehler:", + "instance_already_running": "Eine Instanz ist schon im Betrieb", + "invalid_argument": "ungütiges Argument '{:s}': {:s}", + "invalid_password": "falsche Passwort", + "ldap_attribute_already_exists": "Attribute existieren schon: '{:s}={:s}'", + "ldap_operation_error": "Fehler während LDAP-Betrieb", + "ldap_server_down": "LDAP-Server nicht erreichbar", "logged_in": "Angemeldet", "logged_out": "Abgemeldet", "not_logged_in": "Du bist nicht angemeldet", + "operation_interrupted": "Vorgang unterbrochen", + "password": "Passwort", + "permission_denied": "Erlaubnis verweigert", + "root_required": "Du musst als root angemeldet werden, um diesem Vorgang zu führen", "server_already_running": "Einen Server läuft schon auf diesem Port", + "success": "Erfolg!", + "unable_authenticate": "authentisierungunfähig", + "unable_retrieve_session": "sessionabrufunfähig", + "values_mismatch": "die Werte passen nicht", + "warning": "Vorsicht:", "websocket_request_expected": "es braucht einen WebSocket-request" } diff --git a/locales/es.json b/locales/es.json index a1560d1d..97c618a5 100644 --- a/locales/es.json +++ b/locales/es.json @@ -1,31 +1,31 @@ { - "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", - "error_see_log": "Ha ocurrido un error. Por favor, consulte el registro para obtener más información.", - "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}", - "pattern_not_match": "No coincide con el patrón", - "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", + "authentication_required": "Se requiere autentificación", + "authentication_required_long": "La autenticación es necesaria para realizar esta acción", + "colon": "{}:", + "confirm": "Confirmar {: s}", + "error": "Error:", + "error_see_log": "Ha ocurrido un error. Por favor, consulte el registro para obtener más información.", + "instance_already_running": "Un sistema que ya está en marcha", + "invalid_argument": "Argumento no válido '{: s}': {: s}", + "invalid_password": "Contraseña no válida", + "ldap_attribute_already_exists": "Atributo ya existe: '{: s} = {: s}'", + "ldap_operation_error": "Ha ocurrido un error durante la operación de LDAP", + "ldap_server_down": "Incapaz de alcanzar el servidor LDAP", "logged_in": "Identificados", "logged_out": "Sesión cerrada", "not_logged_in": "Usted no ha entrado en", + "operation_interrupted": "Operación interrumpido", + "password": "Contraseña", + "pattern_not_match": "No coincide con el patrón", + "permission_denied": "Permiso denegado", + "root_required": "Usted debe ser root para realizar esta acción", "server_already_running": "Un servidor ya se está ejecutando en ese puerto", + "success": "¡Éxito!", + "unable_authenticate": "No se puede autenticar", + "unable_retrieve_session": "No se puede recuperar la sesión", + "values_mismatch": "Los valores no coinciden", + "warning": "Advertencia:", "websocket_request_expected": "Se espera una solicitud WebSocket" -} \ No newline at end of file +} diff --git a/locales/fr.json b/locales/fr.json index 84d60cb5..b0c47dec 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -1,31 +1,31 @@ { - "colon": "{} : ", - "success": "Succès !", - "warning": "Attention :", - "error": "Erreur :", - "permission_denied": "Permission refusée", - "root_required": "Vous devez avoir les droits super-utilisateur pour exécuter cette action", - "instance_already_running": "Une instance est déjà en cours d'exécution", - "error_see_log": "Une erreur est survenue. Veuillez consulter les journaux pour plus de détails.", - "unable_authenticate": "Impossible de vous authentifier", - "unable_retrieve_session": "Impossible de récupérer la session", - "ldap_server_down": "Impossible d'atteindre le serveur LDAP", - "ldap_operation_error": "Une erreur est survenue lors de l'opération LDAP", - "ldap_attribute_already_exists": "L'attribut existe déjà : '{:s}={:s}'", "argument_required": "L'argument {:s} est requis", - "invalid_argument": "Argument '{:s}' incorrect : {:s}", - "pattern_not_match": "Ne correspond pas au motif", - "password": "Mot de passe", - "invalid_password": "Mot de passe incorrect", - "confirm": "Confirmez le {:s}", - "values_mismatch": "Les valeurs ne correspondent pas", - "authentication_required_long": "L'authentification est requise pour exécuter cette action", - "authentication_required": "Authentification requise", "authentication_profile_required": "Authentification au profile '{:s}' requise", - "operation_interrupted": "Opération interrompue", + "authentication_required": "Authentification requise", + "authentication_required_long": "L'authentification est requise pour exécuter cette action", + "colon": "{} : ", + "confirm": "Confirmez le {:s}", + "error": "Erreur :", + "error_see_log": "Une erreur est survenue. Veuillez consulter les journaux pour plus de détails.", + "instance_already_running": "Une instance est déjà en cours d'exécution", + "invalid_argument": "Argument '{:s}' incorrect : {:s}", + "invalid_password": "Mot de passe incorrect", + "ldap_attribute_already_exists": "L'attribut existe déjà : '{:s}={:s}'", + "ldap_operation_error": "Une erreur est survenue lors de l'opération LDAP", + "ldap_server_down": "Impossible d'atteindre le serveur LDAP", "logged_in": "Connecté", "logged_out": "Déconnecté", "not_logged_in": "Vous n'êtes pas connecté", + "operation_interrupted": "Opération interrompue", + "password": "Mot de passe", + "pattern_not_match": "Ne correspond pas au motif", + "permission_denied": "Permission refusée", + "root_required": "Vous devez avoir les droits super-utilisateur pour exécuter cette action", "server_already_running": "Un server est déjà en cours d'exécution sur ce port", + "success": "Succès !", + "unable_authenticate": "Impossible de vous authentifier", + "unable_retrieve_session": "Impossible de récupérer la session", + "values_mismatch": "Les valeurs ne correspondent pas", + "warning": "Attention :", "websocket_request_expected": "Excepter une demande de WebSocket" } diff --git a/locales/pt.json b/locales/pt.json index 6434bc87..64cbe251 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -1,29 +1,29 @@ { - "colon": "{}:", - "success": "Sucesso!", - "warning": "Aviso:", - "error": "Erro:", - "permission_denied": "Permissão revogada", - "root_required": "Deve ser root (administrador) para realizar esta ação", - "instance_already_running": "O serviço já está em execussão", - "unable_authenticate": "Não foi possível autenticar", - "unable_retrieve_session": "Não foi possível recuperar a sessão", - "ldap_server_down": "Não foi possível comunicar com o servidor LDAP", - "ldap_operation_error": "Ocorreu um erro durante a operação LDAP", - "ldap_attribute_already_exists": "O atributo já existe: '{:s}={:s}'", "argument_required": "O argumento {:s} é obrigatório", - "invalid_argument": "Argumento inválido '{:s}': {:s}", - "password": "Senha", - "invalid_password": "Senha incorreta", - "confirm": "Confirmar {:s}", - "values_mismatch": "Os valores não coincidem", - "authentication_required_long": "É preciso autenticar-se para realizar esta ação", - "authentication_required": "Autenticação obrigatória", "authentication_profile_required": "Requerida autenticação no perfil '{:s}'", - "operation_interrupted": "Operação cancelada", + "authentication_required": "Autenticação obrigatória", + "authentication_required_long": "É preciso autenticar-se para realizar esta ação", + "colon": "{}:", + "confirm": "Confirmar {:s}", + "error": "Erro:", + "instance_already_running": "O serviço já está em execussão", + "invalid_argument": "Argumento inválido '{:s}': {:s}", + "invalid_password": "Senha incorreta", + "ldap_attribute_already_exists": "O atributo já existe: '{:s}={:s}'", + "ldap_operation_error": "Ocorreu um erro durante a operação LDAP", + "ldap_server_down": "Não foi possível comunicar com o servidor LDAP", "logged_in": "Sessão iniciada", "logged_out": "Sessão terminada", "not_logged_in": "Não tem sessão iniciada", + "operation_interrupted": "Operação cancelada", + "password": "Senha", + "permission_denied": "Permissão revogada", + "root_required": "Deve ser root (administrador) para realizar esta ação", "server_already_running": "Existe um servidor ativo nessa porta", + "success": "Sucesso!", + "unable_authenticate": "Não foi possível autenticar", + "unable_retrieve_session": "Não foi possível recuperar a sessão", + "values_mismatch": "Os valores não coincidem", + "warning": "Aviso:", "websocket_request_expected": "Esperado um pedido a WebSocket" } diff --git a/locales/tr.json b/locales/tr.json index ad87476a..06721553 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -1,31 +1,31 @@ { - "colon": "{}:", - "success": "İşlem Başarılı!", - "warning": "Uyarı:", - "error": "Hata:", - "permission_denied": "Erişim reddedildi", - "root_required": "Bu işlemi yapmak için root olmalısınız", - "instance_already_running": "Uygulama zaten çalışıyor.", - "error_see_log": "Bir hata oluştu. Detaylar için lütfen loga bakınız", - "unable_authenticate": "Yetkilendirme başarısız", - "unable_retrieve_session": "Oturum bilgileri alınamadı", - "ldap_server_down": "LDAP sunucusuna erişilemiyor", - "ldap_operation_error": "LDAP işlemi sırasında hata oluştu", - "ldap_attribute_already_exists": " '{:s}={:s}' özelliği zaten mevcut", "argument_required": "{:s} argümanı gerekli", - "invalid_argument": "Geçersiz argüman '{:s}': {:s}", - "pattern_not_match": "İstenen biçimle uyuşmuyor", - "password": "Parola", - "invalid_password": "Geçersiz parola", - "confirm": "{:s}'i doğrulayın", - "values_mismatch": "Değerler uyuşmuyor", - "authentication_required_long": "Bu işlemi yapmak içi yetkilendirme gerekli", - "authentication_required": "Yetklendirme gerekli", "authentication_profile_required": "'{:s}' profili için yetkilendirme gerekli", - "operation_interrupted": "İşlem yarıda kesildi", + "authentication_required": "Yetklendirme gerekli", + "authentication_required_long": "Bu işlemi yapmak içi yetkilendirme gerekli", + "colon": "{}:", + "confirm": "{:s}'i doğrulayın", + "error": "Hata:", + "error_see_log": "Bir hata oluştu. Detaylar için lütfen loga bakınız", + "instance_already_running": "Uygulama zaten çalışıyor.", + "invalid_argument": "Geçersiz argüman '{:s}': {:s}", + "invalid_password": "Geçersiz parola", + "ldap_attribute_already_exists": " '{:s}={:s}' özelliği zaten mevcut", + "ldap_operation_error": "LDAP işlemi sırasında hata oluştu", + "ldap_server_down": "LDAP sunucusuna erişilemiyor", "logged_in": "Giriş yapıldı", "logged_out": "Çıkış yapıldı", "not_logged_in": "Giriş yapmadınız", + "operation_interrupted": "İşlem yarıda kesildi", + "password": "Parola", + "pattern_not_match": "İstenen biçimle uyuşmuyor", + "permission_denied": "Erişim reddedildi", + "root_required": "Bu işlemi yapmak için root olmalısınız", "server_already_running": "Bu portta zaten çalışan bir sunucu var", + "success": "İşlem Başarılı!", + "unable_authenticate": "Yetkilendirme başarısız", + "unable_retrieve_session": "Oturum bilgileri alınamadı", + "values_mismatch": "Değerler uyuşmuyor", + "warning": "Uyarı:", "websocket_request_expected": "WebSocket isteği gerekli" -} \ No newline at end of file +}