Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Updating translation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino committed Sep 3, 2018
1 parent 888d059 commit 0b8b2f5
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
"add_outgoing_webhook.doneHelp": "Your outgoing webhook has been set up. The following token will be sent in the outgoing payload. Please use it to verify the request came from your Mattermost team (see [documentation](!https://docs.mattermost.com/developer/webhooks-outgoing.html) for further details).",
"add_outgoing_webhook.icon_url": "Profile Picture",
"add_outgoing_webhook.icon_url.help": "Choose the profile picture this integration will use when posting. Enter the URL of a .png or .jpg file at least 128 pixels by 128 pixels.",
"add_outgoing_webhook.name": "Name",
"add_outgoing_webhook.save": "Save",
"add_outgoing_webhook.token": "**Token**: {token}",
"add_outgoing_webhook.triggerWords": "Trigger Words (One Per Line)",
Expand All @@ -150,7 +149,6 @@
"add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "First word matches a trigger word exactly",
"add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "First word starts with a trigger word",
"add_outgoing_webhook.username": "Username",
"add_outgoing_webhook.username.help": "Choose the username this integration will post as. Usernames can be up to 22 characters, and may contain lowercase letters, numbers and the symbols \"-\", \"_\", and \".\" .",
"add_teams_to_scheme.confirmation.accept": "Yes, Move Team",
"add_teams_to_scheme.confirmation.message": "This team is already selected in another team scheme, are you sure you want to move it to this team scheme?",
"add_teams_to_scheme.confirmation.title": "Team Override Scheme Change?",
Expand Down Expand Up @@ -636,7 +634,6 @@
"admin.log.locationPlaceholder": "Enter your file location",
"admin.log.locationTitle": "File Log Directory:",
"admin.log.logLevel": "Log Level",
"admin.log.logSettings": "Log Settings",
"admin.logs.bannerDesc": "To look up users by User ID or Token ID, go to Reporting > Users and paste the ID into the search filter.",
"admin.logs.next": "Next",
"admin.logs.prev": "Previous",
Expand Down Expand Up @@ -932,12 +929,12 @@
"admin.requestButton.requestFailure": "Test Failure: {error}",
"admin.requestButton.requestSuccess": "Test Successful",
"admin.reset_email.cancel": "Cancel",
"admin.reset_email.newEmail": "New Email",
"admin.reset_email.reset": "Reset",
"admin.reset_email.titleReset": "Update Email",
"admin.reset_password.cancel": "Cancel",
"admin.reset_password.curentPassword": "Current Password",
"admin.reset_password.missing_current": "Please enter your current password.",
"admin.reset_password.newEmail": "New Email",
"admin.reset_password.newPassword": "New Password",
"admin.reset_password.reset": "Reset",
"admin.reset_password.titleReset": "Reset Password",
Expand All @@ -956,18 +953,18 @@
"admin.saml.emailAttrTitle": "Email Attribute:",
"admin.saml.enableDescription": "When true, Mattermost allows login using SAML 2.0. Please see <a href='http:https://docs.mattermost.com/deployment/sso-saml.html' target='_blank'>documentation</a> to learn more about configuring SAML for Mattermost.",
"admin.saml.enableSyncWithLdapDescription": "When true, Mattermost periodically synchronizes SAML user attributes, including user deactivation and removal, from AD/LDAP. Enable and configure synchronization settings at <strong>Authentication > AD/LDAP</strong>. When false, user attributes are updated in Mattermost during user login. See <a href='https://about.mattermost.com/default-saml-ldap-sync' target='_blank'>documentation</a> to learn more.",
"admin.saml.enableSyncWithLdapTitle": "Enable Synchronizing SAML Accounts With AD/LDAP:",
"admin.saml.enableSyncWithLdapIncludeAuthDescription": "When true, Mattermost will override the SAML ID attribute with the AD/LDAP ID attribute if configured or override the SAML Email attribute with the AD/LDAP Email attribute if SAML ID attribute is not present. This will allow you automatically migrate users from Email binding to ID binding to prevent creation of new users when an email address changes for a user. Moving from true to false, will remove the override from happening.\n \n**Note:** SAML IDs must match the LDAP IDs to prevent disabling of user accounts. Please review [documentation](!https://docs.mattermost.com/deployment/sso-saml-ldapsync.html) for more information.",
"admin.saml.enableSyncWithLdapIncludeAuthTitle": "Override SAML bind data with AD/LDAP information:",
"admin.saml.enableSyncWithLdapTitle": "Enable Synchronizing SAML Accounts With AD/LDAP:",
"admin.saml.enableTitle": "Enable Login With SAML 2.0:",
"admin.saml.encryptDescription": "When false, Mattermost will not decrypt SAML Assertions encrypted with your Service Provider Public Certificate. Not recommended for production environments. For testing only.",
"admin.saml.encryptTitle": "Enable Encryption:",
"admin.saml.firstnameAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the first name of users in Mattermost.",
"admin.saml.firstnameAttrEx": "E.g.: \"FirstName\"",
"admin.saml.firstnameAttrTitle": "First Name Attribute:",
"admin.saml.idAttrTitle": "Id Attribute:",
"admin.saml.idAttrEx": "E.g.: \"Id\"",
"admin.saml.idAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to bind users from SAML to users in Mattermost.",
"admin.saml.idAttrEx": "E.g.: \"Id\"",
"admin.saml.idAttrTitle": "Id Attribute:",
"admin.saml.idpCertificateFileDesc": "The public authentication certificate issued by your Identity Provider.",
"admin.saml.idpCertificateFileRemoveDesc": "Remove the public authentication certificate issued by your Identity Provider.",
"admin.saml.idpCertificateFileTitle": "Identity Provider Public Certificate:",
Expand Down Expand Up @@ -1050,8 +1047,6 @@
"admin.service.iconTitle": "Enable integrations to override profile picture icons:",
"admin.service.insecureTlsDesc": "When true, any outgoing HTTPS requests will accept unverified, self-signed certificates. For example, outgoing webhooks to a server with a self-signed TLS certificate, using any domain, will be allowed. Note that this makes these connections susceptible to man-in-the-middle attacks.",
"admin.service.insecureTlsTitle": "Enable Insecure Outgoing Connections: ",
"admin.service.integrationAdmin": "Restrict managing integrations to Admins:",
"admin.service.integrationAdminDesc": "When true, webhooks and slash commands can only be created, edited and viewed by Team and System Admins, and OAuth 2.0 applications by System Admins. Integrations are available to all users after they have been created by the Admin.",
"admin.service.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. Separate two or more domains with spaces. **Not recommended for use in production**, since this can allow a user to extract confidential data from your server or internal network.\n \nBy default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
"admin.service.internalConnectionsEx": "webhooks.internal.example.com 127.0.0.1 10.0.16.0/28",
"admin.service.internalConnectionsTitle": "Allow untrusted internal connections to: ",
Expand Down Expand Up @@ -2577,6 +2572,12 @@
"user_profile.webrtc.call": "Start Video Call",
"user_profile.webrtc.offline": "The user is offline",
"user_profile.webrtc.unavailable": "New call unavailable until your existing call ends",
"user.settings.advance.confirmDeactivateAccountTitle": "Confirm Deactivation",
"user.settings.advance.confirmDeactivateDesc": "Are you sure you want to deactivate your account? This can only be reversed by your System Administrator.",
"user.settings.advance.deactivate_member_modal.deactivateButton": "Yes, deactivate my account",
"user.settings.advance.deactivateAccountTitle": "Deactivate Account",
"user.settings.advance.deactivateDesc": "Deactivating your account removes your ability to log in to this server and disables all email and mobile notifications. To reactivate your account, contact your System Administrator.",
"user.settings.advance.deactivateDescShort": "Click 'Edit' to deactivate your account",
"user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}} Enabled",
"user.settings.advance.formattingDesc": "If enabled, posts will be formatted to create links, show emoji, style the text, and add line breaks. By default, this setting is enabled. Changing this setting requires the page to be refreshed.",
"user.settings.advance.formattingTitle": "Enable Post Formatting",
Expand All @@ -2600,7 +2601,7 @@
"user.settings.custom_theme.codeTheme": "Code Theme",
"user.settings.custom_theme.copyPaste": "Copy and paste to share theme colors:",
"user.settings.custom_theme.dndIndicator": "Do Not Disturb Indicator",
"user.settings.custom_theme.errorTextColor": "",
"user.settings.custom_theme.errorTextColor": "Error Text Color",
"user.settings.custom_theme.linkButtonTitle": "Link and Button Styles",
"user.settings.custom_theme.linkColor": "Link Color",
"user.settings.custom_theme.mentionBg": "Mention Jewel BG",
Expand Down Expand Up @@ -2902,15 +2903,6 @@
"user.settings.tokens.tokenId": "Token ID: ",
"user.settings.tokens.tokenLoading": "Loading...",
"user.settings.tokens.userAccessTokensNone": "No personal access tokens.",
"user_list.notFound": "No users found",
"user_profile.account.editSettings": "Edit Account Settings",
"user_profile.account.localTime": "Local Time: ",
"user_profile.send.dm": "Send Message",
"user_profile.send.dm.icon": "Send Message Icon",
"user_profile.webrtc.call": "Start Video Call",
"user_profile.webrtc.offline": "The user is offline",
"user_profile.webrtc.unavailable": "New call unavailable until your existing call ends",
"view_image.loading": "Loading ",
"view_image_popover.download": "Download",
"view_image_popover.file": "File {count, number} of {total, number}",
"view_image_popover.open": "Open",
Expand Down Expand Up @@ -2954,4 +2946,4 @@
"webrtc.unsupported": "{username} client does not support video calls.",
"yourcomputer": "Your computer",
"youtube_video.notFound": "Video not found"
}
}

0 comments on commit 0b8b2f5

Please sign in to comment.