summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json65
1 files changed, 40 insertions, 25 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 11dfdf1ed..40e486434 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -22,6 +22,28 @@
"activity_log_modal.android": "Android",
"activity_log_modal.androidNativeApp": "Android Native App",
"activity_log_modal.iphoneNativeApp": "iPhone Native App",
+ "add_incoming_webhook.cancel": "Cancel",
+ "add_incoming_webhook.channel": "Channel",
+ "add_incoming_webhook.channelRequired": "A valid channel is required",
+ "add_incoming_webhook.description": "Description",
+ "add_incoming_webhook.header": "Add Incoming Webhook",
+ "add_incoming_webhook.name": "Name",
+ "add_incoming_webhook.save": "Save",
+ "add_integration.header": "Add Integration",
+ "add_integration.incomingWebhook.title": "Incoming Webhook",
+ "add_integration.incomingWebhook.description": "Create webhook URLs for use in external integrations.",
+ "add_integration.outgoingWebhook.title": "Outgoing Webhook",
+ "add_integration.outgoingWebhook.description": "Create webhooks to send new message events to an external integration.",
+ "add_outgoing_webhook.callbackUrls": "Callback URLs (One Per Line)",
+ "add_outgoing_webhook.callbackUrlsRequired": "One or more callback URLs are required",
+ "add_outgoing_webhook.cancel": "Cancel",
+ "add_outgoing_webhook.channel": "Channel",
+ "add_outgoing_webhook.description": "Description",
+ "add_outgoing_webhook.header": "Add Outgoing Webhook",
+ "add_outgoing_webhook.name": "Name",
+ "add_outgoing_webhook.save": "Save",
+ "add_outgoing_webhook.triggerWOrds": "Trigger Words (One Per Line)",
+ "add_outgoing_webhook.triggerWordsOrChannelRequired": "A valid channel or a list of trigger words is required",
"admin.audits.reload": "Reload",
"admin.audits.title": "User Activity",
"admin.compliance.directoryDescription": "Directory to which compliance reports are written. If blank, will be set to ./data/.",
@@ -550,6 +572,12 @@
"authorize.app": "The app <strong>{appName}</strong> would like the ability to access and modify your basic information.",
"authorize.deny": "Deny",
"authorize.title": "An application would like to connect to your {teamName} account",
+ "backstage_navbar.backToMattermost": "Back to {siteName}",
+ "backstage_sidebar.integrations": "Integrations",
+ "backstage_sidebar.integrations.installed": "Installed Integrations",
+ "backstage_sidebar.integrations.add": "Add Integration",
+ "backstage_sidebar.integrations.add.incomingWebhook": "Incoming Webhook",
+ "backstage_sidebar.integrations.add.outgoingWebhook": "Outgoing Webhook",
"center_panel.recent": "Click here to jump to recent messages. ",
"chanel_header.addMembers": "Add Members",
"change_url.close": "Close",
@@ -626,6 +654,7 @@
"channel_notifications.preferences": "Notification Preferences for ",
"channel_notifications.sendDesktop": "Send desktop notifications",
"channel_notifications.unreadInfo": "The channel name is bolded in the sidebar when there are unread messages. Selecting \"Only for mentions\" will bold the channel only when you are mentioned.",
+ "channel_select.placeholder": "--- Select a channel ---",
"choose_auth_page.emailCreate": "Create new team with email address",
"choose_auth_page.find": "Find my teams",
"choose_auth_page.gitlabCreate": "Create new team with GitLab Account",
@@ -768,6 +797,16 @@
"get_team_invite_link_modal.help": "Send teammates the link below for them to sign-up to this team site. The Team Invite Link can be shared with multiple teammates as it does not change unless it's regenerated in Team Settings by a Team Admin.",
"get_team_invite_link_modal.helpDisabled": "User creation has been disabled for your team. Please ask your team administrator for details.",
"get_team_invite_link_modal.title": "Team Invite Link",
+ "installed_integrations.add": "Add Integration",
+ "installed_integrations.allFilter": "All",
+ "installed_integrations.delete": "Delete",
+ "installed_integrations.header": "Installed Integrations",
+ "installed_integrations.incomingWebhooksFilter": "Incoming Webhooks ({count})",
+ "installed_integrations.incomingWebhookType": "(Incoming Webhook)",
+ "installed_integrations.outgoingWebhooksFilter": "Outgoing Webhooks ({count})",
+ "installed_integrations.outgoingWebhookType": "(Outgoing Webhook)",
+ "installed_integrations.regenToken": "Regen Token",
+ "installed_integrations.search": "Search Integrations",
"intro_messages.DM": "This is the start of your direct message history with {teammate}.<br />Direct messages and files shared here are not shown to people outside this area.",
"intro_messages.anyMember": " Any member can join and read this channel.",
"intro_messages.beginning": "Beginning of {name}",
@@ -873,6 +912,7 @@
"navbar_dropdown.console": "System Console",
"navbar_dropdown.create": "Create a New Team",
"navbar_dropdown.help": "Help",
+ "navbar_dropdown.integrations": "Integrations",
"navbar_dropdown.inviteMember": "Invite New Member",
"navbar_dropdown.logout": "Logout",
"navbar_dropdown.manageMembers": "Manage Members",
@@ -1274,27 +1314,6 @@
"user.settings.general.usernameRestrictions": "Username must begin with a letter, and contain between {min} to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-' and '_'.",
"user.settings.general.validEmail": "Please enter a valid email address",
"user.settings.general.validImage": "Only JPG or PNG images may be used for profile pictures",
- "user.settings.hooks_in.add": "Add",
- "user.settings.hooks_in.addTitle": "Add a new incoming webhook",
- "user.settings.hooks_in.channel": "Channel: ",
- "user.settings.hooks_in.description": "Create webhook URLs for use in external integrations. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-incoming.html\" target=\"_blank\">incoming webhooks documentation</a> to learn more. View all incoming webhooks configured on this team below.",
- "user.settings.hooks_in.existing": "Existing incoming webhooks",
- "user.settings.hooks_in.none": "None",
- "user.settings.hooks_out.add": "Add",
- "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-outgoing.html\" target=\"_blank\">outgoing webhooks documentation</a> to learn more. View all outgoing webhooks configured on this team below.",
- "user.settings.hooks_out.addTitle": "Add a new outgoing webhook",
- "user.settings.hooks_out.callback": "Callback URLs: ",
- "user.settings.hooks_out.callbackDesc": "New line separated URLs that will receive the HTTP POST event",
- "user.settings.hooks_out.callbackHolder": "Each URL must start with http:// or https://",
- "user.settings.hooks_out.channel": "Channel: ",
- "user.settings.hooks_out.comma": "Comma separated words to trigger on",
- "user.settings.hooks_out.existing": "Existing outgoing webhooks",
- "user.settings.hooks_out.none": "None",
- "user.settings.hooks_out.only": "Only public channels can be used",
- "user.settings.hooks_out.optional": "Optional if channel selected",
- "user.settings.hooks_out.regen": "Regen Token",
- "user.settings.hooks_out.select": "--- Select a channel ---",
- "user.settings.hooks_out.trigger": "Trigger Words: ",
"user.settings.import_theme.cancel": "Cancel",
"user.settings.import_theme.importBody": "To import a theme, go to a Slack team and look for “Preferences -> Sidebar Theme”. Open the custom theme option, copy the theme color values and paste them here:",
"user.settings.import_theme.importHeader": "Import Slack Theme",
@@ -1302,10 +1321,6 @@
"user.settings.import_theme.submitError": "Invalid format, please try copying and pasting in again.",
"user.settings.integrations.commands": "Slash Commands",
"user.settings.integrations.commandsDescription": "Manage your slash commands",
- "user.settings.integrations.incomingWebhooks": "Incoming Webhooks",
- "user.settings.integrations.incomingWebhooksDescription": "Manage your incoming webhooks",
- "user.settings.integrations.outWebhooks": "Outgoing Webhooks",
- "user.settings.integrations.outWebhooksDescription": "Manage your outgoing webhooks",
"user.settings.integrations.title": "Integration Settings",
"user.settings.languages.change": "Change interface language",
"user.settings.modal.advanced": "Advanced",