summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-04-16 14:23:58 +0200
committerJesús Espino <jespinog@gmail.com>2018-04-16 14:23:58 +0200
commitbf24f51c4e1cc6286885460672f7f449e8c6f5ef (patch)
tree147773b452dd017451dcc63f3f752b82d5c7694a /i18n
parent0759cf639d1872680c9fc204cdef91cb784fac72 (diff)
downloadchat-bf24f51c4e1cc6286885460672f7f449e8c6f5ef.tar.gz
chat-bf24f51c4e1cc6286885460672f7f449e8c6f5ef.tar.bz2
chat-bf24f51c4e1cc6286885460672f7f449e8c6f5ef.zip
[MM-9904] Add /invite slash command to invite users to a channel (#8482)
* [MM-9904] Add /invite slash command to invite users to a channel * Update en.json
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 02ac46e70..c7276b6cc 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -815,6 +815,54 @@
"translation": "Joined channel."
},
{
+ "id": "api.command_invite.hint",
+ "translation": "@[username] ~[channel]"
+ },
+ {
+ "id": "api.command_invite.name",
+ "translation": "invite"
+ },
+ {
+ "id": "api.command_invite.desc",
+ "translation": "Invite a user to a channel"
+ },
+ {
+ "id": "api.command_invite.missing_message.app_error",
+ "translation": "Missing Username and Channel."
+ },
+ {
+ "id": "api.command_invite.missing_user.app_error",
+ "translation": "We couldn't find the user."
+ },
+ {
+ "id": "api.command_invite.channel.app_error",
+ "translation": "Error to retrieve the current channel."
+ },
+ {
+ "id": "api.command_invite.channel.error",
+ "translation": "Could not find the channel {{.Channel}}. Please use the [channel handle](https://about.mattermost.com/default-channel-handle-documentation) to identify channels."
+ },
+ {
+ "id": "api.command_invite.fail.app_error",
+ "translation": "An error occurred while joining the channel."
+ },
+ {
+ "id": "api.command_invite.permission.app_error",
+ "translation": "You don't have enough permissions to add {{.User}} in {{.Channel}}."
+ },
+ {
+ "id": "api.command_invite.directchannel.app_error",
+ "translation": "You can't add someone to a direct message channel."
+ },
+ {
+ "id": "api.command_invite.user_already_in_channel.app_error",
+ "translation": "{{.User}} is already in the channel."
+ },
+ {
+ "id": "api.command_invite.success",
+ "translation": "{{.User}} added to {{.Channel}} channel."
+ },
+ {
"id": "api.command_kick.name",
"translation": "kick"
},