summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 472d30d5f..509ba3f56 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1720,6 +1720,14 @@
"translation": "Failed to add user to channel: {{.Username}}\r\n"
},
{
+ "id": "api.slackimport.slack_add_users.missing_email_address",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system.\r\n"
+ },
+ {
+ "id": "api.slackimport.slack_add_users.missing_email_address.warn",
+ "translation": "User {{.Username}} does not have an email address in the Slack export. Using {{.Email}} as a placeholder. The user should update their email address once logged in to the system."
+ },
+ {
"id": "api.slackimport.slack_add_channels.import_failed",
"translation": "Failed to import: {{.DisplayName}}\r\n"
},