summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-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"
},