summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-06-22 11:15:19 +0200
committerGitHub <noreply@github.com>2018-06-22 11:15:19 +0200
commitd9390244afe90ed318ac8c263c19328f16dc2562 (patch)
tree82e834f259655acec6842b7adc19dff436f8a33d /i18n
parent8526739066ccb00ccd24b74650a7d7b284442985 (diff)
downloadchat-d9390244afe90ed318ac8c263c19328f16dc2562.tar.gz
chat-d9390244afe90ed318ac8c263c19328f16dc2562.tar.bz2
chat-d9390244afe90ed318ac8c263c19328f16dc2562.zip
MM-8810: Add CSV Compliance export (#8966)
* MM-8810: Add CSV Compliance export * Only allowing to schedule actiances export throught the cli * De-duplicating some code * Fixes on texts * Fixes on translations
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json26
1 files changed, 17 insertions, 9 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 3639aaeea..b4daa6f58 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1046,11 +1046,19 @@
},
{
"id": "api.file.read_file.reading_local.app_error",
- "translation": "Encountered an error reading from local server storage"
+ "translation": "Encountered an error reading from local server file storage"
},
{
"id": "api.file.read_file.s3.app_error",
- "translation": ""
+ "translation": "Encountered an error reading from S3 storage"
+ },
+ {
+ "id": "api.file.reader.reading_local.app_error",
+ "translation": "Encountered an error opening a reader from local server file storage"
+ },
+ {
+ "id": "api.file.reader.s3.app_error",
+ "translation": "Encountered an error opening a reader from S3 storage"
},
{
"id": "api.file.test_connection.local.connection.app_error",
@@ -3580,27 +3588,27 @@
},
{
"id": "ent.compliance.bad_export_type.appError",
- "translation": ""
+ "translation": "Unknown output format {{.ExportType}}"
},
{
"id": "ent.compliance.csv.attachment.copy.appError",
- "translation": ""
+ "translation": "Unable to copy the attachment into the zip file."
},
{
"id": "ent.compliance.csv.attachment.export.appError",
- "translation": ""
+ "translation": "Unable to add attachment to the CSV export."
},
{
"id": "ent.compliance.csv.file.creation.appError",
- "translation": ""
+ "translation": "Unable to create temporary CSV export file."
},
{
"id": "ent.compliance.csv.header.export.appError",
- "translation": ""
+ "translation": "Unable to add header to the CSV export."
},
{
"id": "ent.compliance.csv.metadata.export.appError",
- "translation": ""
+ "translation": "Unable to add metadata file to the zip file."
},
{
"id": "ent.compliance.csv.metadata.json.marshalling.appError",
@@ -4444,7 +4452,7 @@
},
{
"id": "model.config.is_valid.message_export.export_type.app_error",
- "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ "translation": "Message export job ExportFormat must be one of 'actiance', 'csv' or 'globalrelay'"
},
{
"id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",