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

130 lines
4.8 KiB
YAML

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."
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"
filter:
mute: 'Mute'
follow: 'First post only'
watch: 'All posts and replies'
rule_table:
filter: "Filter"
category: "Category"
tags: "Tags"
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:
#######################################
########### 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"
#######################################
########## TELEGRAM STRINGS ###########
#######################################
telegram:
title: "Telegram"
param:
name:
title: "Name"
help: "A name to describe the channel. It is not used for the connection to 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"
#######################################
########### DISCORD STRINGS ###########
#######################################
discord:
title: "Discord"
param:
name:
title: "Name"
help: "A name to describe the channel. It is not used for the connection to Discord."
webhook_url:
title: Webhook URL
help: The webhook URL created in your Discord server settings
#######################################
########### HIPCHAT STRINGS ###########
#######################################
hipchat:
title: "HipChat"
param:
name:
title: "Name"
help: "A name to describe the channel. It is not used for the connection to HipChat."
webhook_url:
title: Webhook URL
help: The webhook URL created in your HipChat integration
color:
title: Color
help: The colour of the message in HipChat. Must be one of yellow,green,red,purple,gray,random
#######################################
######### MATTERMOST STRINGS ##########
#######################################
mattermost:
title: "Mattermost"
param:
identifier:
title: Channel
help: "e.g. #channel, @username."
errors:
channel_not_found: "The specified channel does not exist on Mattermost"
#######################################
############ MATRIX STRINGS ###########
#######################################
matrix:
title: "Matrix"
param:
name:
title: "Name"
help: "A name to describe the channel. It is not used for the connection to Matrix."
room_id:
title: "Room ID"
help: "The 'private identifier' for the room. It should look something like !abcdefg:matrix.org"
errors:
unknown_token: "Access token is invalid"
unknown_room: "Room ID is invalid"