From ad902f601fa7570564df386bf1b03179b55242b5 Mon Sep 17 00:00:00 2001 From: Alan Mooiman Date: Thu, 24 Mar 2016 22:42:03 -0400 Subject: msg command --- i18n/en.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'i18n') 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" }, @@ -2587,6 +2619,10 @@ "id": "store.sql_channel.get_by_name.existing.app_error", "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" -- cgit v1.2.3-1-g7c22