summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorPoornima <mpoornima@users.noreply.github.com>2017-02-27 00:18:20 +0530
committerJoram Wilander <jwawilander@gmail.com>2017-02-26 13:48:20 -0500
commit19b753467d37209f2227567637e60138d05dd405 (patch)
tree163ba0878c02267ecbbcb288e11d23e30ec9c8eb /i18n/en.json
parentc0bb6f99f89259f6728856ace23d5dd505494b26 (diff)
downloadchat-19b753467d37209f2227567637e60138d05dd405.tar.gz
chat-19b753467d37209f2227567637e60138d05dd405.tar.bz2
chat-19b753467d37209f2227567637e60138d05dd405.zip
Adding edit of incoming webhook (#5272)
Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json42
1 files changed, 39 insertions, 3 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 8aebd4adc..9e1452da5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2692,10 +2692,22 @@
"translation": "team hub stopping for teamId=%v"
},
{
- "id": "api.webhook.create_incoming.disabled.app_errror",
+ "id": "api.webhook.create_incoming.disabled.app_error",
"translation": "Incoming webhooks have been disabled by the system admin."
},
{
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Incoming webhooks have been disabled by the system admin."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Invalid permissions to update incoming webhook"
+ },
+ {
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "Cannot update webhook across teams"
+ },
+ {
"id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "Outgoing webhooks have been disabled by the system admin."
},
@@ -2716,11 +2728,31 @@
"translation": "Either trigger_words or channel_id must be set"
},
{
- "id": "api.webhook.delete_incoming.disabled.app_errror",
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Outgoing webhooks have been disabled by the system admin."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "Outgoing webhooks from the same channel cannot have the same trigger words/callback URLs."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Outgoing webhooks can only be updated to public channels."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Invalid permissions to update outgoing webhook."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Either trigger_words or channel_id must be set"
+ },
+ {
+ "id": "api.webhook.delete_incoming.disabled.app_error",
"translation": "Incoming webhooks have been disabled by the system admin."
},
{
- "id": "api.webhook.delete_incoming.permissions.app_errror",
+ "id": "api.webhook.delete_incoming.permissions.app_error",
"translation": "Invalid permissions to delete incoming webhook"
},
{
@@ -5548,6 +5580,10 @@
"translation": "You cannot overwrite an existing IncomingWebhook"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "We couldn't update the IncomingWebhook"
+ },
+ {
"id": "store.sql_webhooks.save_outgoing.app_error",
"translation": "We couldn't save the OutgoingWebhook"
},