summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index d3f2d22eb..3666abd44 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -340,6 +340,34 @@
"translation": "No command trigger found"
},
{
+ "id": "api.command.invite_people.desc",
+ "translation": "Send an email invite to your Mattermost team"
+ },
+ {
+ "id": "api.command.invite_people.email_off",
+ "translation": "Email has not been configured, no invite(s) sent"
+ },
+ {
+ "id": "api.command.invite_people.fail",
+ "translation": "Encountered an error sending email invite(s)"
+ },
+ {
+ "id": "api.command.invite_people.hint",
+ "translation": "[name@domain.com ...]"
+ },
+ {
+ "id": "api.command.invite_people.name",
+ "translation": "invite_people"
+ },
+ {
+ "id": "api.command.invite_people.no_email",
+ "translation": "Please specify one or more valid email addresses"
+ },
+ {
+ "id": "api.command.invite_people.sent",
+ "translation": "Email invite(s) sent"
+ },
+ {
"id": "api.command.init.debug",
"translation": "Initializing command api routes"
},