summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
-rw-r--r--i18n/es.json18
2 files changed, 33 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index f45f65526..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"
},
@@ -2384,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"
},
@@ -2400,6 +2408,10 @@
"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"
},
@@ -3428,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 bcb254332..c289d9e25 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -1617,7 +1617,7 @@
},
{
"id": "api.web_hub.start.stopping.debug",
- "translation": "deteniendo todas las conexiones"
+ "translation": "deteniendo conexiones %v"
},
{
"id": "api.web_socket.connect.error",
@@ -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"
},
@@ -3428,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"
},