From c9918f995f7b82539d4b8986e1cebfe2867d81e6 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 23 Feb 2016 21:36:42 -0300 Subject: [PATCH] Add missing platform locs to spanish --- i18n/en.json | 32 ++++++++++++++++---------------- i18n/es.json | 20 ++++++++++++++++---- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 759e3ff9a9..79b6921a4a 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2315,6 +2315,10 @@ "id": "model.utils.decode_json.app_error", "translation": "could not decode" }, + { + "id": "store.sql.alter_column_type.critical", + "translation": "Failed to alter column type %v" + }, { "id": "store.sql.check_index.critical", "translation": "Failed to check index %v" @@ -2359,10 +2363,6 @@ "id": "store.sql.create_index.critical", "translation": "Failed to create index %v" }, - { - "id": "store.sql.remove_index.critical", - "translation": "Failed to remove index %v" - }, { "id": "store.sql.create_index_missing_driver.critical", "translation": "Failed to create index because of missing driver" @@ -2387,6 +2387,10 @@ "id": "store.sql.incorrect_mac", "translation": "Incorrect MAC for the given ciphertext" }, + { + "id": "store.sql.maxlength_column.critical", + "translation": "Failed to get max length of column %v" + }, { "id": "store.sql.open_conn.critical", "translation": "Failed to open sql connection to err:%v" @@ -2403,18 +2407,14 @@ "id": "store.sql.pinging.info", "translation": "Pinging sql %v database" }, + { + "id": "store.sql.remove_index.critical", + "translation": "Failed to remove index %v" + }, { "id": "store.sql.rename_column.critical", "translation": "Failed to rename column %v" }, - { - "id": "store.sql.alter_column_type.critical", - "translation": "Failed to alter column type %v" - }, - { - "id": "store.sql.maxlength_column.critical", - "translation": "Failed to get max length of column %v" - }, { "id": "store.sql.schema_out_of_date.warn", "translation": "The database schema version of %v appears to be out of date" @@ -3367,10 +3367,6 @@ "id": "web.find_team.title", "translation": "Find Team" }, - { - "id": "web.header.back", - "translation": "Back" - }, { "id": "web.footer.about", "translation": "About" @@ -3443,6 +3439,10 @@ "id": "web.get_access_token.revoking.error", "translation": "Encountered an error revoking an access token, err=" }, + { + "id": "web.header.back", + "translation": "Back" + }, { "id": "web.incoming_webhook.channel.app_error", "translation": "Couldn't find the channel" diff --git a/i18n/es.json b/i18n/es.json index c705c0fa77..c289d9e25f 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -2315,6 +2315,10 @@ "id": "model.utils.decode_json.app_error", "translation": "no se puede decodificar" }, + { + "id": "store.sql.alter_column_type.critical", + "translation": "Falla al alterar el tipo de la columna %v" + }, { "id": "store.sql.check_index.critical", "translation": "Falla al revisar el indice %v" @@ -2383,6 +2387,10 @@ "id": "store.sql.incorrect_mac", "translation": "MAC incorrecto para el ciphertext dado" }, + { + "id": "store.sql.maxlength_column.critical", + "translation": "Falla al obtener la máxima longitud de la columna %v" + }, { "id": "store.sql.open_conn.critical", "translation": "Falla al abrir una conexión sql a err:%v" @@ -2399,6 +2407,10 @@ "id": "store.sql.pinging.info", "translation": "Verificando conexión con la base de datos sql %v" }, + { + "id": "store.sql.remove_index.critical", + "translation": "Falla al remover el índice %v" + }, { "id": "store.sql.rename_column.critical", "translation": "Falla al renombrar la columna %v" @@ -3355,10 +3367,6 @@ "id": "web.find_team.title", "translation": "Encontrar Equipo" }, - { - "id": "web.header.back", - "translation": "Atrás" - }, { "id": "web.footer.about", "translation": "Acerca" @@ -3431,6 +3439,10 @@ "id": "web.get_access_token.revoking.error", "translation": "Se encontró un error al revocar el acceso del token, err=" }, + { + "id": "web.header.back", + "translation": "Atrás" + }, { "id": "web.incoming_webhook.channel.app_error", "translation": "No se encontró el canal"