summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorAlan Mooiman <amooiman@gmail.com>2016-03-24 22:42:03 -0400
committerAlan Mooiman <amooiman@gmail.com>2016-03-24 23:45:15 -0400
commitad902f601fa7570564df386bf1b03179b55242b5 (patch)
tree8904076d6ebbae1c93b53c899b9c06b4520774d8 /i18n
parent8f5b90fe7858de03ac055b38ab7aaec5f54fa107 (diff)
downloadchat-ad902f601fa7570564df386bf1b03179b55242b5.tar.gz
chat-ad902f601fa7570564df386bf1b03179b55242b5.tar.bz2
chat-ad902f601fa7570564df386bf1b03179b55242b5.zip
msg command
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 935af52f9..59d83235d 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"
},
@@ -2588,6 +2620,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"
},