summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-09-25 15:22:28 +0100
committerHarrison Healey <harrisonmhealey@gmail.com>2017-09-25 10:22:28 -0400
commitaade47dccd3431c1e3e17818766549aa93401344 (patch)
tree6a399167c39c7df9bbb823a0cd651ddf1c8418a1 /i18n
parent49fe5fbf3db56fc466b8997b182ee135d7a4365d (diff)
downloadchat-aade47dccd3431c1e3e17818766549aa93401344.tar.gz
chat-aade47dccd3431c1e3e17818766549aa93401344.tar.bz2
chat-aade47dccd3431c1e3e17818766549aa93401344.zip
PLT-7666: Clean up files on disk/s3 in data retention. (#7503)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 0b1ff628b..1d9040821 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -6576,6 +6576,18 @@
"translation": "Encountered an error removing directory from S3."
},
{
+ "id": "utils.file.list_directory.configured.app_error",
+ "translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
+ },
+ {
+ "id": "utils.file.list_directory.local.app_error",
+ "translation": "Encountered an error listing directory from local server file storage."
+ },
+ {
+ "id": "utils.file.list_directory.s3.app_error",
+ "translation": "Encountered an error listing directory from S3."
+ },
+ {
"id": "utils.file.remove_file.configured.app_error",
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
},