summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-06-02 18:39:23 -0400
committerenahum <nahumhbl@gmail.com>2016-06-02 19:39:23 -0300
commit8165f5d91fab1730fcef4832e4bfbe0323d911e0 (patch)
treeefbece2f089e98ca64d32f05bc99e18e89545b0d /i18n
parent3386c58d7c53131f0aa435abaf4cbb521d2f6049 (diff)
downloadchat-8165f5d91fab1730fcef4832e4bfbe0323d911e0.tar.gz
chat-8165f5d91fab1730fcef4832e4bfbe0323d911e0.tar.bz2
chat-8165f5d91fab1730fcef4832e4bfbe0323d911e0.zip
PLT-3131 Add slash command for sending email invites (#3218)
* Add slash command for sending email invites * Add response for empty message and trim commas * Check for @ in email addresses before sending * Update invite people error message
Diffstat (limited to 'i18n')
-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"
},