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