discourse-chat-integration/config/locales/client.en.yml

72 lines
2.7 KiB
YAML
Raw Normal View History

2017-06-26 10:08:06 -04:00
en:
js:
chat_integration:
menu_title: "Chat Integrations"
settings: "Settings"
no_providers: "You need to enable some providers in the plugin settings"
channels_with_errors: "Some channels for this provider failed last time messages were sent. Click the error icon(s) to learn more."
channel_exception: "An unknown error occured when a message was last sent to this channel. Check the site logs for more information."
2017-07-03 17:11:17 -04:00
all_categories: "(all categories)"
all_tags: "(all tags)"
create_rule: "Create Rule"
create_channel: "Create Channel"
delete_channel: "Delete"
test_channel: "Test"
edit_channel: "Edit"
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"
topic: "Topic"
send: "Send Test Message"
close: "Close"
error: "An unknown error occured while sending the message. Check the site logs for more information."
success: "Message sent successfully"
2017-07-03 17:11:17 -04:00
filter:
mute: 'Mute'
follow: 'First post only'
watch: 'All posts and replies'
rule_table:
filter: "Filter"
category: "Category"
tags: "Tags"
2017-07-03 17:11:17 -04:00
edit_rule: "Edit"
delete_rule: "Delete"
edit_channel_modal:
title: "Edit Channel"
save: "Save Channel"
cancel: "Cancel"
provider: "Provider"
channel_validation:
ok: "Valid"
fail: "Invalid format"
provider:
2017-07-03 17:11:17 -04:00
#######################################
########### SLACK STRINGS #############
#######################################
slack:
title: "Slack"
param:
identifier:
title: Channel
help: "e.g. #channel, @username."
errors:
action_prohibited: "The bot does not have permission to post to that channel"
channel_not_found: "The specified channel does not exist on slack"
2017-07-03 17:11:17 -04:00
#######################################
########## TELEGRAM STRINGS ###########
#######################################
telegram:
title: "Telegram"
param:
name:
title: "Name"
help: "A name to describe the channel. It is not used for the connection for telegram."
chat_id:
title: Chat ID
help: A number given to you by the bot, or a broadcast channel identifier in the form @channelname
errors:
channel_not_found: "The specified channel does not exist on Telegram"
forbidden: "The bot does not have permission to post to this channel"