diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index c6158ab..4a92958 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -16,8 +16,6 @@ en: channel_delete_confirm: "Are you sure you want to delete this channel? All associated rules will be deleted." test_modal: title: "Send a test message" - provider: "Provider" - channel: "Channel" topic: "Topic" send: "Send Test Message" close: "Close" @@ -28,7 +26,6 @@ en: follow: 'First post only' watch: 'All posts and replies' rule_table: - channel: "Channel" filter: "Filter" category: "Category" tags: "Tags" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index acf7fdf..d196d12 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -12,6 +12,7 @@ en: chat_integration_slack_outbound_webhook_url: 'URL for outbound slack requests' chat_integration_slack_excerpt_length: 'Slack post excerpt length' chat_integration_slack_icon_url: 'Icon to post to slack with (defaults to forum logo)' + chat_integration_slack_incoming_webhook_token: 'Token sent in the payload from the Slack outoing webhook' chat_integration_slack_access_token: 'Token if you are using the Web API instead of webhooks' errors: @@ -31,6 +32,10 @@ en: deleted_category: "(deleted category)" provider: + + ####################################### + ########## SLACK STRINGS ############## + ####################################### slack: status: header: | @@ -64,6 +69,9 @@ en: *Help:* `/discourse help` + ####################################### + ########## TELEGRAM STRINGS ########### + ####################################### telegram: unknown_chat: "This chat isn't setup on %{site_title}. Ask an administrator to add a channel with 'Chat ID' %{chat_id}." known_chat: "This chat is setup on %{site_title}. Configure it in the admin panel. (Chat ID: %{chat_id})"