mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-07 14:22:13 +00:00
Tidy up language strings
This commit is contained in:
parent
d5a4eabb85
commit
7371c2ef72
@ -16,8 +16,6 @@ en:
|
|||||||
channel_delete_confirm: "Are you sure you want to delete this channel? All associated rules will be deleted."
|
channel_delete_confirm: "Are you sure you want to delete this channel? All associated rules will be deleted."
|
||||||
test_modal:
|
test_modal:
|
||||||
title: "Send a test message"
|
title: "Send a test message"
|
||||||
provider: "Provider"
|
|
||||||
channel: "Channel"
|
|
||||||
topic: "Topic"
|
topic: "Topic"
|
||||||
send: "Send Test Message"
|
send: "Send Test Message"
|
||||||
close: "Close"
|
close: "Close"
|
||||||
@ -28,7 +26,6 @@ en:
|
|||||||
follow: 'First post only'
|
follow: 'First post only'
|
||||||
watch: 'All posts and replies'
|
watch: 'All posts and replies'
|
||||||
rule_table:
|
rule_table:
|
||||||
channel: "Channel"
|
|
||||||
filter: "Filter"
|
filter: "Filter"
|
||||||
category: "Category"
|
category: "Category"
|
||||||
tags: "Tags"
|
tags: "Tags"
|
||||||
|
@ -12,6 +12,7 @@ en:
|
|||||||
chat_integration_slack_outbound_webhook_url: 'URL for outbound slack requests'
|
chat_integration_slack_outbound_webhook_url: 'URL for outbound slack requests'
|
||||||
chat_integration_slack_excerpt_length: 'Slack post excerpt length'
|
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_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'
|
chat_integration_slack_access_token: 'Token if you are using the Web API instead of webhooks'
|
||||||
|
|
||||||
errors:
|
errors:
|
||||||
@ -31,6 +32,10 @@ en:
|
|||||||
deleted_category: "(deleted category)"
|
deleted_category: "(deleted category)"
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
|
|
||||||
|
#######################################
|
||||||
|
########## SLACK STRINGS ##############
|
||||||
|
#######################################
|
||||||
slack:
|
slack:
|
||||||
status:
|
status:
|
||||||
header: |
|
header: |
|
||||||
@ -64,6 +69,9 @@ en:
|
|||||||
|
|
||||||
*Help:* `/discourse help`
|
*Help:* `/discourse help`
|
||||||
|
|
||||||
|
#######################################
|
||||||
|
########## TELEGRAM STRINGS ###########
|
||||||
|
#######################################
|
||||||
telegram:
|
telegram:
|
||||||
unknown_chat: "This chat isn't setup on %{site_title}. Ask an administrator to add a channel with 'Chat ID' %{chat_id}."
|
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})"
|
known_chat: "This chat is setup on %{site_title}. Configure it in the admin panel. (Chat ID: %{chat_id})"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user