summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-08-16 07:17:57 -0500
committerJoram Wilander <jwawilander@gmail.com>2017-08-16 08:17:57 -0400
commitb122381e87577ddfc12b792a3de9121ea830d50e (patch)
tree1487a6a97aa0a928db230b207463e721e56858c9 /i18n
parent5cd45c939406e5af84b0d9a6967683b77100303c (diff)
downloadchat-b122381e87577ddfc12b792a3de9121ea830d50e.tar.gz
chat-b122381e87577ddfc12b792a3de9121ea830d50e.tar.bz2
chat-b122381e87577ddfc12b792a3de9121ea830d50e.zip
PLT-1649: add response_url support for custom slash commands (#6739)
* add response_url support for custom slash commands * pr suggestions * pr update / suggestion * test fix
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 70a243e56..8a2d0d770 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4784,6 +4784,34 @@
"translation": "Invalid job type"
},
{
+ "id": "model.command_hook.id.app_error",
+ "translation": "Invalid command hook id"
+ },
+ {
+ "id": "model.command_hook.create_at.app_error",
+ "translation": "Create at must be a valid time"
+ },
+ {
+ "id": "model.command_hook.command_id.app_error",
+ "translation": "Invalid command id"
+ },
+ {
+ "id": "model.command_hook.user_id.app_error",
+ "translation": "Invalid user id"
+ },
+ {
+ "id": "model.command_hook.channel_id.app_error",
+ "translation": "Invalid channel id"
+ },
+ {
+ "id": "model.command_hook.root_id.app_error",
+ "translation": "Invalid root id"
+ },
+ {
+ "id": "model.command_hook.parent_id.app_error",
+ "translation": "Invalid parent id"
+ },
+ {
"id": "model.oauth.is_valid.app_id.app_error",
"translation": "Invalid app id"
},
@@ -6504,6 +6532,26 @@
"translation": "We couldn't update the webhook"
},
{
+ "id": "store.sql_command_webhooks.save.existing.app_error",
+ "translation": "You cannot update an existing CommandWebhook"
+ },
+ {
+ "id": "store.sql_command_webhooks.save.app_error",
+ "translation": "We couldn't save the CommandWebhook"
+ },
+ {
+ "id": "store.sql_command_webhooks.get.app_error",
+ "translation": "We couldn't get the webhook"
+ },
+ {
+ "id": "store.sql_command_webhooks.try_use.app_error",
+ "translation": "Unable to use the webhook"
+ },
+ {
+ "id": "store.sql_command_webhooks.try_use.invalid.app_error",
+ "translation": "Invalid webhook"
+ },
+ {
"id": "system.message.name",
"translation": "System"
},
@@ -6728,6 +6776,18 @@
"translation": "Couldn't find the user"
},
{
+ "id": "web.command_webhook.parse.app_error",
+ "translation": "Unable to parse incoming data"
+ },
+ {
+ "id": "web.command_webhook.invalid.app_error",
+ "translation": "Invalid webhook"
+ },
+ {
+ "id": "web.command_webhook.command.app_error",
+ "translation": "Couldn't find the command"
+ },
+ {
"id": "web.init.debug",
"translation": "Initializing web routes"
},