mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Add missing platform locs to spanish
This commit is contained in:
32
i18n/en.json
32
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"
|
||||
|
||||
20
i18n/es.json
20
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"
|
||||
|
||||
Reference in New Issue
Block a user