summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2017-11-14 23:27:14 +0100
committerJoram Wilander <jwawilander@gmail.com>2017-11-14 17:27:14 -0500
commit6c211c3a12b9f909651a1431999067c7a8df0def (patch)
tree445c7cd195599dc6cb9a4636deb03179a768fd26 /i18n
parent1c92ad0afb7d0828f5d8a69adbf9600b75f3b212 (diff)
downloadchat-6c211c3a12b9f909651a1431999067c7a8df0def.tar.gz
chat-6c211c3a12b9f909651a1431999067c7a8df0def.tar.bz2
chat-6c211c3a12b9f909651a1431999067c7a8df0def.zip
PLT-7111 Add groupmsg command (#7419)
* Coping command_msg to use as command_groupmsg base * Changing msg to groupmsg names in groumsg command * Add groupmsg command
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"
},