summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json103
1 files changed, 103 insertions, 0 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index ae3a38c71..e163b6a54 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -134,6 +134,10 @@
"admin.email.true": "true",
"admin.email.false": "false",
"admin.email.allowSignupDescription": "When true, Mattermost allows team creation and account signup using email and password. This value should be false only when you want to limit signup to a single-sign-on service like OAuth or LDAP.",
+ "admin.email.allowEmailSignInTitle": "Allow Sign In With Email: ",
+ "admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.",
+ "admin.email.allowUsernameSignInTitle": "Allow Sign In With Username: ",
+ "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password. This setting is typically only used when email verification is disabled.",
"admin.email.notificationsTitle": "Send Email Notifications: ",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.<br />Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).",
"admin.email.requireVerificationTitle": "Require Email Verification: ",
@@ -487,6 +491,40 @@
"change_url.noUnderscore": "Can not contain two underscores in a row.",
"change_url.invalidUrl": "Invalid URL",
"change_url.close": "Close",
+ "channel_header.recentMentions": "Recent Mentions",
+ "channel_header.channel": "Channel",
+ "channel_header.group": "Group",
+ "channel_header.channelHeader": "Set Channel Header...",
+ "channel_header.viewInfo": "View Info",
+ "chanel_header.addMembers": "Add Members",
+ "channel_header.manageMembers": "Manage Members",
+ "channel_header.setHeader": "Set {term} Header...",
+ "channel_header.setPurpose": "Set {term} Purpose...",
+ "channel_header.notificationPreferences": "Notification Preferences",
+ "channel_header.rename": "Rename {term}...",
+ "channel_header.delete": "Delete {term}...",
+ "channel_header.leave": "Leave {term}",
+ "channel_info.notFound": "No Channel Found",
+ "channel_info.name": "Channel Name:",
+ "channel_info.url": "Channel URL:",
+ "channel_info.id": "Channel ID:",
+ "channel_info.purpose": "Channel Purpose:",
+ "channel_info.close": "Close",
+ "channel_invite.addNewMembers": "Add New Members to ",
+ "channel_invite.close": "Close",
+ "channel_memebers_modal.members": " Members",
+ "channel_members_modal.addNew": " Add New Members",
+ "channel_members_modal.close": "Close",
+ "channel_notifications.allActivity": "For all activity",
+ "channel_notifications.onlyMentions": "Only for mentions",
+ "channel_notifications.never": "Never",
+ "channel_notifications.sendDesktop": "Send desktop notifications",
+ "channel_notifications.globalDefault": "Global default ({notifyLevel}",
+ "channel_notifications.override": "Selecting an option other than \"Default\" will override the global notification settings. Desktop notifications are available on Firefox, Safari, and Chrome.",
+ "channel_notifications.markUnread": "Mark Channel Unread",
+ "channel_notifications.allUnread": "For all unread messages",
+ "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_notifications.preferences": "Notification Preferences for ",
"claim.account.noEmail": "No email specified",
"claim.email_to_sso.pwdError": "Please enter your password.",
"claim.email_to_sso.pwd": "Password",
@@ -509,6 +547,36 @@
"create_comment.commentTitle": "Comment",
"create_comment.file": "File uploading",
"create_comment.files": "Files uploading",
+ "delete_channel.channel": "channel",
+ "delete_channel.group": "group",
+ "delete_channel.confirm": "Confirm DELETE Channel",
+ "delete_channel.question": "Are you sure you wish to delete the {display_name} {term}?",
+ "delete_channel.cancel": "Cancel",
+ "delete_channel.del": "Delete",
+ "delete_post.warning": "This post has {count} comment(s) on it.",
+ "delete_post.comment": "Comment",
+ "delete_post.post": "Post",
+ "delete_post.confirm": "Confirm {term} Delete",
+ "delete_post.question": "Are you sure you want to delete this ${term}?",
+ "delete_post.cancel": "Cancel",
+ "delete_post.del": "Delete",
+ "edit_channel_header_modal.error": "This channel header is too long, please enter a shorter one",
+ "edit_channel_header_modal.title": "Edit Header for {channel}",
+ "edit_channel_header_modal.description": "Edit the text appearing next to the channel name in the channel header.",
+ "edit_channel_header_modal.cancel": "Cancel",
+ "edit_channel_header_modal.save": "Save",
+ "edit_channel_purpose_modal.error": "This channel purpose is too long, please enter a shorter one",
+ "edit_channel_purpose_modal.title1": "Edit Purpose",
+ "edit_channel_purpose_modal.title2": "Edit Purpose for ",
+ "edit_channel_purpose_modal.channel": "Channel",
+ "edit_channel_purpose_modal.group": "Group",
+ "edit_channel_purpose_modal.body": "Describe how this {type} should be used. This text appears in the channel list in the \"More...\" menu and helps others decide whether to join.",
+ "edit_channel_purpose_modal.cancel": "Cancel",
+ "edit_channel_purpose_modal.save": "Save",
+ "edit_post.editPost": "Edit the post...",
+ "edit_post.edit": "Edit {title}",
+ "edit_post.cancel": "Cancel",
+ "edit_post.save": "Save",
"email_verify.verified": "{siteName} Email Verified",
"email_verify.verifiedBody": "<p>Your email has been verified! Click <a href={url}>here</a> to log in.</p>",
"email_verify.almost": "{siteName}: You are almost done",
@@ -533,6 +601,7 @@
"get_link.close": "Close",
"get_team_invite_link_modal.title": "Team Invite Link",
"get_team_invite_link_modal.help": "Send teammates the link below for them to sign-up to this team site.",
+ "get_team_invite_link_modal.helpDisabled": "User creation has been disabled for your team. Please ask your team administrator for details.",
"invite_member.emailError": "Please enter a valid email address",
"invite_member.firstname": "First name",
"invite_member.lastname": "Last name",
@@ -557,6 +626,14 @@
"login_email.email": "Email",
"login_email.pwd": "Password",
"login_email.signin": "Sign in",
+ "login_username.badTeam": "Bad team name",
+ "login_username.usernameReq": "A username is required",
+ "login_username.pwdReq": "A password is required",
+ "login_username.verifyEmailError": "Please verify your email address. Check your inbox for an email.",
+ "login_username.userNotFoundError": "We couldn't find an existing account matching your username for this team.",
+ "login_username.username": "Username",
+ "login_username.pwd": "Password",
+ "login_username.signin": "Sign in",
"login_ldap.badTeam": "Bad team name",
"login_ldap.idlReq": "An LDAP ID is required",
"login_ldap.pwdReq": "An LDAP password is required",
@@ -575,6 +652,10 @@
"login.find": "Find your other teams",
"login.signTo": "Sign in to:",
"login.on": "on {siteName}",
+ "member_item.add": " Add",
+ "member_item.makeAdmin": "Make Admin",
+ "member_item.removeMember": "Remove Member",
+ "member_item.member": "Member",
"member_team_item.member": "Member",
"member_team_item.systemAdmin": "System Admin",
"member_team_item.teamAdmin": "Team Admin",
@@ -650,6 +731,11 @@
"password_send.title": "Password Reset",
"password_send.description": "To reset your password, enter the email address you used to sign up for {teamName}.",
"password_send.reset": "Reset my password",
+ "members_popover.msg": "Message",
+ "members_popover.title": "Members",
+ "post_delete.notPosted": "Comment could not be posted",
+ "post_delete.someone": "Someone deleted the message on which you tried to post a comment.",
+ "post_delete.okay": "Okay",
"register_app.required": "Required",
"register_app.optional": "Optional",
"register_app.nameError": "Application name must be filled in.",
@@ -669,6 +755,23 @@
"register_app.credentialsSave": "I have saved both my Client Id and Client Secret somewhere safe",
"register_app.close": "Close",
"register_app.dev": "Developer Applications",
+ "removed_channel.channelName": "the channel",
+ "removed_channel.someone": "Someone",
+ "removed_channel.from": "Removed from ",
+ "removed_channel.remover": "{remover} removed you from {channel}",
+ "removed_channel.okay": "Okay",
+ "rename_channel.required": "This field is required",
+ "rename_channel.maxLength": "This field must be less than 22 characters",
+ "rename_channel.lowercase": "Must be lowercase alphanumeric characters",
+ "rename_channel.handle": "Handle",
+ "rename_channel.defaultError": " - Cannot be changed for the default channel",
+ "rename_channel.displayNameHolder": "Enter display name",
+ "rename_channel.handleHolder": "lowercase alphanumeric&#39;s only",
+ "rename_channel.close": "Close",
+ "rename_channel.title": "Rename Channel",
+ "rename_channel.displayName": "Display Name",
+ "rename_channel.cancel": "Cancel",
+ "rename_channel.save": "Save",
"rhs_comment.comment": "Comment",
"rhs_comment.edit": "Edit",
"rhs_comment.del": "Delete",