summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJonathan <jonfritz@gmail.com>2018-03-08 06:45:36 -0500
committerJoram Wilander <jwawilander@gmail.com>2018-03-08 06:45:36 -0500
commit5ed3b42629fa9ac4d1a9c237292afcf98e61b994 (patch)
tree8d774b8dc9cab94c02e676b09da9fd0bde4a4085 /i18n
parentb2dd00dd5b83fc7e8b311a55f5a2536e4f3d45a5 (diff)
downloadchat-5ed3b42629fa9ac4d1a9c237292afcf98e61b994.tar.gz
chat-5ed3b42629fa9ac4d1a9c237292afcf98e61b994.tar.bz2
chat-5ed3b42629fa9ac4d1a9c237292afcf98e61b994.zip
MM-8840: Add GlobalRelay Configuration Settings (#8304)
* Added new GlobalRelay config settings * Adding default values to global relay config * Migrate global relay config tests to table driven tests
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 2efb13375..a6f0eb30b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4947,6 +4947,30 @@
"translation": "Message export job BatchSize must be a positive integer"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "Message export job GlobalRelaySettings.EmailAddress must be set to a valid email address"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.daily_runtime.app_error",
"translation": "Message export job DailyRuntime must be a 24-hour time stamp in the form HH:MM."
},