From 76c4bebf9f6b1a56cc0a3243e7301d3c65dd8fb6 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 13 Apr 2016 09:22:18 -0300 Subject: Add spanish missing locs and sort by id (#2694) --- i18n/en.json | 98 ++++++++++++++++++++++++++++++------------------------------ i18n/es.json | 64 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+), 49 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 27f9a680a..a135e04be 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -48,27 +48,11 @@ "translation": "September" }, { - "id": "api.admin.upload_brand_image.storage.app_error", - "translation": "Unable to upload image. Image storage is not configured." - }, - { - "id": "api.admin.upload_brand_image.too_large.app_error", - "translation": "Unable to upload file. File is too large." - }, - { - "id": "api.admin.upload_brand_image.parse.app_error", - "translation": "Could not parse multipart form" - }, - { - "id": "api.admin.upload_brand_image.no_file.app_error", - "translation": "No file under 'image' in request" - }, - { - "id": "api.admin.upload_brand_image.array.app_error", - "translation": "Empty array under 'image' in request" + "id": "api.admin.file_read_error", + "translation": "Error reading log file" }, { - "id": "api.admin.upload_brand_image.not_available.app_error", + "id": "api.admin.get_brand_image.not_available.app_error", "translation": "Custom branding is not configured or supported on this server" }, { @@ -76,52 +60,40 @@ "translation": "Image storage is not configured." }, { - "id": "api.admin.get_brand_image.not_available.app_error", - "translation": "Custom branding is not configured or supported on this server" - }, - { - "id": "store.sql_system.get_by_name.app_error", - "translation": "We couldn't find the system variable." - }, - { - "id": "ent.brand.save_brand_image.open.app_error", - "translation": "Unable to open the image." - }, - { - "id": "ent.brand.save_brand_image.decode_config.app_error", - "translation": "Unable to decode image config." + "id": "api.admin.init.debug", + "translation": "Initializing admin api routes" }, { - "id": "ent.brand.save_brand_image.too_large.app_error", - "translation": "Unable to open image. Image is too large." + "id": "api.admin.test_email.body", + "translation": "


It appears your Mattermost email is setup correctly!" }, { - "id": "ent.brand.save_brand_image.decode.app_error", - "translation": "Unable to decode image." + "id": "api.admin.test_email.subject", + "translation": "Mattermost - Testing Email Settings" }, { - "id": "ent.brand.save_brand_image.encode.app_error", - "translation": "Unable to encode image as PNG." + "id": "api.admin.upload_brand_image.array.app_error", + "translation": "Empty array under 'image' in request" }, { - "id": "ent.brand.save_brand_image.save_image.app_error", - "translation": "Unable to save image" + "id": "api.admin.upload_brand_image.no_file.app_error", + "translation": "No file under 'image' in request" }, { - "id": "api.admin.file_read_error", - "translation": "Error reading log file" + "id": "api.admin.upload_brand_image.not_available.app_error", + "translation": "Custom branding is not configured or supported on this server" }, { - "id": "api.admin.init.debug", - "translation": "Initializing admin api routes" + "id": "api.admin.upload_brand_image.parse.app_error", + "translation": "Could not parse multipart form" }, { - "id": "api.admin.test_email.body", - "translation": "


It appears your Mattermost email is setup correctly!" + "id": "api.admin.upload_brand_image.storage.app_error", + "translation": "Unable to upload image. Image storage is not configured." }, { - "id": "api.admin.test_email.subject", - "translation": "Mattermost - Testing Email Settings" + "id": "api.admin.upload_brand_image.too_large.app_error", + "translation": "Unable to upload file. File is too large." }, { "id": "api.api.init.parsing_templates.debug", @@ -1831,6 +1803,30 @@ "id": "api.webhook.regen_outgoing_token.permissions.app_error", "translation": "Inappropriate permissions to regenerate outcoming webhook token" }, + { + "id": "ent.brand.save_brand_image.decode.app_error", + "translation": "Unable to decode image." + }, + { + "id": "ent.brand.save_brand_image.decode_config.app_error", + "translation": "Unable to decode image config." + }, + { + "id": "ent.brand.save_brand_image.encode.app_error", + "translation": "Unable to encode image as PNG." + }, + { + "id": "ent.brand.save_brand_image.open.app_error", + "translation": "Unable to open the image." + }, + { + "id": "ent.brand.save_brand_image.save_image.app_error", + "translation": "Unable to save image" + }, + { + "id": "ent.brand.save_brand_image.too_large.app_error", + "translation": "Unable to open image. Image is too large." + }, { "id": "ent.compliance.licence_disable.app_error", "translation": "Compliance functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license." @@ -3271,6 +3267,10 @@ "id": "store.sql_system.get.app_error", "translation": "We encountered an error finding the system properties" }, + { + "id": "store.sql_system.get_by_name.app_error", + "translation": "We couldn't find the system variable." + }, { "id": "store.sql_system.save.app_error", "translation": "We encountered an error saving the system property" diff --git a/i18n/es.json b/i18n/es.json index f5e98c5c7..7686e2b88 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -51,6 +51,14 @@ "id": "api.admin.file_read_error", "translation": "Error leyendo el archivo de registro" }, + { + "id": "api.admin.get_brand_image.not_available.app_error", + "translation": "La marca personalizada no está configurada o no está soportada en este servidor" + }, + { + "id": "api.admin.get_brand_image.storage.app_error", + "translation": "El almacenamiento para las imagénes no está configurado." + }, { "id": "api.admin.init.debug", "translation": "Inicializando rutas del API para la administración" @@ -63,6 +71,30 @@ "id": "api.admin.test_email.subject", "translation": "Mattermost - Configuración de pruebas de correo" }, + { + "id": "api.admin.upload_brand_image.array.app_error", + "translation": "Arreglo vacio bajo 'image' en la solicitud" + }, + { + "id": "api.admin.upload_brand_image.no_file.app_error", + "translation": "No hay un archivo bajo 'image' en la solicitud" + }, + { + "id": "api.admin.upload_brand_image.not_available.app_error", + "translation": "La marca personalizada no está configurada o no está soportada en este servidor" + }, + { + "id": "api.admin.upload_brand_image.parse.app_error", + "translation": "No se pudo analizar el formulario multipart" + }, + { + "id": "api.admin.upload_brand_image.storage.app_error", + "translation": "No se pudo subir la imagen. El almacenamiento de imagenes no está configurado." + }, + { + "id": "api.admin.upload_brand_image.too_large.app_error", + "translation": "No se pudo subir el archivo. El archivo es muy grande." + }, { "id": "api.api.init.parsing_templates.debug", "translation": "Analizando el contenido plantillas del servidor en %v" @@ -1771,6 +1803,30 @@ "id": "api.webhook.regen_outgoing_token.permissions.app_error", "translation": "Permisos inapropiados para regenerar un token para el Webhook saliente" }, + { + "id": "ent.brand.save_brand_image.decode.app_error", + "translation": "No se puede decodificar la imagen." + }, + { + "id": "ent.brand.save_brand_image.decode_config.app_error", + "translation": "No se puede decodificar la configuración de la imagen." + }, + { + "id": "ent.brand.save_brand_image.encode.app_error", + "translation": "No se puede codificar la imagene como un PNG." + }, + { + "id": "ent.brand.save_brand_image.open.app_error", + "translation": "No se puede abrir la imagen." + }, + { + "id": "ent.brand.save_brand_image.save_image.app_error", + "translation": "No se puede guardar la imagen" + }, + { + "id": "ent.brand.save_brand_image.too_large.app_error", + "translation": "No se puede abrir la imagen. La imagen es muy grande." + }, { "id": "ent.compliance.licence_disable.app_error", "translation": "La característica de Cumplimiento está deshabilitada para tu licencia actual. Por favor contacta a un administrador del sistema sobre como actualizar a una licencia enterprise." @@ -2351,6 +2407,10 @@ "id": "model.outgoing_hook.is_valid.token.app_error", "translation": "Token inválido" }, + { + "id": "model.outgoing_hook.is_valid.trigger_words.app_error", + "translation": "Palabras gatilladoras inválidas" + }, { "id": "model.outgoing_hook.is_valid.update_at.app_error", "translation": "Update debe ser un tiempo válido" @@ -3207,6 +3267,10 @@ "id": "store.sql_system.get.app_error", "translation": "Encontramos un error buscando las propiedades del sistema" }, + { + "id": "store.sql_system.get_by_name.app_error", + "translation": "No pudimos encontrar las variables del sistema." + }, { "id": "store.sql_system.save.app_error", "translation": "Entrontramos un error mientras se guardaban las propiedades del sistema" -- cgit v1.2.3-1-g7c22