summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-23 21:36:42 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-23 21:36:42 -0300
commitc9918f995f7b82539d4b8986e1cebfe2867d81e6 (patch)
treea8f0c530bd457b550b4faae390d0def61f14fa40 /i18n
parent52767d9dcdc84fca4cd7a5b5c7ece2650691b91d (diff)
downloadchat-c9918f995f7b82539d4b8986e1cebfe2867d81e6.tar.gz
chat-c9918f995f7b82539d4b8986e1cebfe2867d81e6.tar.bz2
chat-c9918f995f7b82539d4b8986e1cebfe2867d81e6.zip
Add missing platform locs to spanish
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json32
-rw-r--r--i18n/es.json20
2 files changed, 32 insertions, 20 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 759e3ff9a..79b6921a4 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2316,6 +2316,10 @@
"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"
},
@@ -2360,10 +2364,6 @@
"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"
},
@@ -2388,6 +2388,10 @@
"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"
},
@@ -2404,16 +2408,12 @@
"translation": "Pinging sql %v database"
},
{
- "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.remove_index.critical",
+ "translation": "Failed to remove index %v"
},
{
- "id": "store.sql.maxlength_column.critical",
- "translation": "Failed to get max length of column %v"
+ "id": "store.sql.rename_column.critical",
+ "translation": "Failed to rename column %v"
},
{
"id": "store.sql.schema_out_of_date.warn",
@@ -3368,10 +3368,6 @@
"translation": "Find Team"
},
{
- "id": "web.header.back",
- "translation": "Back"
- },
- {
"id": "web.footer.about",
"translation": "About"
},
@@ -3444,6 +3440,10 @@
"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 c705c0fa7..c289d9e25 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -2316,6 +2316,10 @@
"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"
},
@@ -2384,6 +2388,10 @@
"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"
},
@@ -2400,6 +2408,10 @@
"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"
},
@@ -3356,10 +3368,6 @@
"translation": "Encontrar Equipo"
},
{
- "id": "web.header.back",
- "translation": "Atrás"
- },
- {
"id": "web.footer.about",
"translation": "Acerca"
},
@@ -3432,6 +3440,10 @@
"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"
},