Tidy up language strings

This commit is contained in:
David Taylor 2017-07-20 12:07:40 +01:00
parent d5a4eabb85
commit 7371c2ef72
2 changed files with 8 additions and 3 deletions

View File

@ -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"

View File

@ -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})"