summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-04-04 08:20:21 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-04-04 08:20:21 -0400
commit785553384fe96027b0e9274b6ccc8623092eda70 (patch)
tree090fbe1061b61f7daa5335f1f6f9ae6ae1db4042 /i18n/en.json
parentd7f394a49b04e11eaf30b399cd0843963446eab9 (diff)
parentad902f601fa7570564df386bf1b03179b55242b5 (diff)
downloadchat-785553384fe96027b0e9274b6ccc8623092eda70.tar.gz
chat-785553384fe96027b0e9274b6ccc8623092eda70.tar.bz2
chat-785553384fe96027b0e9274b6ccc8623092eda70.zip
Merge pull request #2320 from mozilla/msg-command
PLT-2231 /msg command and tests
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 0e94a80e6..6292c1e03 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -316,6 +316,38 @@
"translation": "echo"
},
{
+ "id": "api.command_msg.desc",
+ "translation": "Send Direct Message to a user"
+ },
+ {
+ "id": "api.command_msg.fail.app_error",
+ "translation": "An error occured while messaging the user."
+ },
+ {
+ "id": "api.command_msg.dm_fail.app_error",
+ "translation": "An error occured while creating the direct message."
+ },
+ {
+ "id": "api.command_msg.hint",
+ "translation": "@[username] 'message'"
+ },
+ {
+ "id": "api.command_msg.list.app_error",
+ "translation": "An error occured while listing users."
+ },
+ {
+ "id": "api.command_msg.missing.app_error",
+ "translation": "We couldn't find the user"
+ },
+ {
+ "id": "api.command_msg.name",
+ "translation": "message"
+ },
+ {
+ "id": "api.command_msg.success",
+ "translation": "Messaged user."
+ },
+ {
"id": "api.command_join.desc",
"translation": "Join the open channel"
},
@@ -2644,6 +2676,10 @@
"translation": "We couldn't find the existing channel"
},
{
+ "id": "store.sql_channel.get_by_name.missing.app_error",
+ "translation": "Channel does not exist"
+ },
+ {
"id": "store.sql_channel.get_channel_counts.get.app_error",
"translation": "We couldn't get the channel counts"
},