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, 8 insertions, 8 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 30a258137..cea44ef0a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1154,6 +1154,10 @@
"translation": "Encountered an error reading from local server storage"
},
{
+ "id": "api.file.upload_file.bad_parse.app_error",
+ "translation": "Unable to upload file. Header cannot be parsed."
+ },
+ {
"id": "api.file.upload_file.large_image.app_error",
"translation": "File above maximum dimensions could not be uploaded: {{.Filename}}"
},
@@ -1166,10 +1170,6 @@
"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."
},
@@ -3528,10 +3528,6 @@
"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"
},
@@ -3552,6 +3548,10 @@
"translation": "Authentication tokens didn't match"
},
{
+ "id": "model.client.read_file.app_error",
+ "translation": "We encountered an error while reading the file"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Create at must be a valid time"
},