summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index c1c73ce91..9ef50217d 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -820,6 +820,57 @@
"translation": "Messaged user."
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "An error occurred while creating the group message."
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "An error occurred while messaging the users."
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "We couldn't find the user: {{.Users}}",
+ "other": "We couldn't find the users: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "We couldn't find the users: %s"
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimun of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "An error occurred while listing users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "We couldn't find the user"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "message"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Messaged users."
+ },
+ {
"id": "api.command_offline.desc",
"translation": "Set your status offline"
},