summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index b746b3f0a..138933bd6 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1166,6 +1166,10 @@
"translation": "Unable to upload file. File is too large."
},
{
+ "id": "api.file.upload_file.bad_parse.app_error",
+ "translation": "Unable to upload file. Header cannot be parsed."
+ },
+ {
"id": "api.file.write_file.configured.app_error",
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
},
@@ -3520,6 +3524,10 @@
"translation": "Invalid user id"
},
{
+ "id": "model.client.read_file.app_error",
+ "translation": "We encountered an error while reading the file"
+ },
+ {
"id": "model.client.connecting.app_error",
"translation": "We encountered an error while connecting to the server"
},