summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 6ac5ce5c2..bc33fc019 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -456,22 +456,6 @@
"translation": "S3 is not supported for local storage export."
},
{
- "id": "api.file.move_file.get_from_s3.app_error",
- "translation": "Unable to get file from S3."
- },
- {
- "id": "api.file.move_file.delete_from_s3.app_error",
- "translation": "Unable to delete file from S3."
- },
- {
- "id": "api.file.move_file.rename.app_error",
- "translation": "Unable to move file locally."
- },
- {
- "id": "api.file.move_file.configured.app_error",
- "translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
- },
- {
"id": "api.file.file_upload.exceeds",
"translation": "File exceeds max image size."
},
@@ -524,6 +508,22 @@
"translation": "Initializing file api routes"
},
{
+ "id": "api.file.move_file.configured.app_error",
+ "translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
+ },
+ {
+ "id": "api.file.move_file.delete_from_s3.app_error",
+ "translation": "Unable to delete file from S3."
+ },
+ {
+ "id": "api.file.move_file.get_from_s3.app_error",
+ "translation": "Unable to get file from S3."
+ },
+ {
+ "id": "api.file.move_file.rename.app_error",
+ "translation": "Unable to move file locally."
+ },
+ {
"id": "api.file.open_file_write_stream.configured.app_error",
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
},