summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json16
1 files changed, 16 insertions, 0 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"
},