summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-08 21:16:46 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-08 21:16:46 -0300
commitb77a04009e8b670d704b8f1b862d6ed5bb42d4e8 (patch)
tree75cb5f4129bbf92f4eb6f53cc00375ab5b30826d /i18n/en.json
parent734a5dccf0c9c4b9674a066cf71cc45e0e6cb2e6 (diff)
downloadchat-b77a04009e8b670d704b8f1b862d6ed5bb42d4e8.tar.gz
chat-b77a04009e8b670d704b8f1b862d6ed5bb42d4e8.tar.bz2
chat-b77a04009e8b670d704b8f1b862d6ed5bb42d4e8.zip
Add missing server spanish locs
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."
},