translations PR 20161226 (#4903)
Этот коммит содержится в:
@@ -518,7 +518,7 @@
|
||||
"admin.oauth.google": "Google Apps",
|
||||
"admin.oauth.off": "Запретить вход через OAuth 2.0 поставщика",
|
||||
"admin.oauth.office365": "Office 365 (Бета)",
|
||||
"admin.oauth.providerDescription": "Когда ИСТИНА, Mattermost может выступать в качестве сервис провайдера OAuth 2.0, позволяя Mattermost предоставлять API запросов авторизации для внешних приложений. Смотрите <a href=\"https://docs.mattermost.com/developer/oauth-2-0-applications.html\">документацию</a> для подробностей.",
|
||||
"admin.oauth.providerDescription": "Если включено, Mattermost может выступать в качестве провайдера OAuth 2.0, позволяя Mattermost предоставлять API авторизации для внешних приложений. Смотрите <a target='_blank' href=\"https://docs.mattermost.com/developer/oauth-2-0-applications.html\">документацию</a> для подробностей.",
|
||||
"admin.oauth.providerTitle": "Включить поставщика услуг OAuth 2.0:",
|
||||
"admin.oauth.select": "Выбрать OAuth 2.0 провайдера:",
|
||||
"admin.office365.EnableHtmlDesc": "<ol><li><a href='https://login.microsoftonline.com/'>Войдите</a> в свою учетную запись Microsoft или Office 365. Убедитесь, что эта учетная запись принадлежит тому же <a href='https://msdn.microsoft.com/en-us/library/azure/jj573650.aspx#Anchor_0'>арендатору</a>, через которого вы хотели бы позволить пользователям вход.</li><li>Перейдите к <a href='https://apps.dev.microsoft.com'>https://apps.dev.microsoft.com</a>, нажмите <strong>Перейти к списку приложений</strong> > <strong>Добавить приложение</strong> и используйте \"Mattermost - имя-вашей-компании\" в качестве <strong>Названия приложения</strong>.</li><li>Под <strong>Секретами приложения</strong> нажмите <strong>Создать новый пароль</strong> и вставьте его в поле <strong>Секретный пароль приложения</strong> ниже.</li><li>Под <strong>Платформами</strong> нажмите <strong>Добавление платформы</strong>, выберите <strong>Веб</strong> и введите <strong>url-вашего-mattermost/signup/office365/complete</strong> (пример: http://localhost:8065/signup/office365/complete) под <strong>URI перенаправления</strong>. Также снимите отметку с <strong>Разрешить неявный поток</strong>.</li><li>Наконец, нажмите <strong>Сохранить</strong>, а затем вставьте <strong>Код приложения</strong> ниже.</li></ol>",
|
||||
@@ -545,6 +545,10 @@
|
||||
"admin.privacy.showEmailTitle": "Показать Email: ",
|
||||
"admin.privacy.showFullNameDescription": "Когда отключено, то полное имя пользователей будет скрыто от других пользователей, в том числе членов команды и администраторов команды. Логин пользователя показывается вместо полного имени.",
|
||||
"admin.privacy.showFullNameTitle": "Показать полное имя: ",
|
||||
"admin.purge.button": "Purge All Caches",
|
||||
"admin.purge.loading": " Загрузка…",
|
||||
"admin.purge.purgeDescription": "This will purge all the in-memory caches for things like sessions, accounts, channels, etc. Deployments using High Availability will attempt to purge all the servers in the cluster. Purging the caches may adversly impact performance.",
|
||||
"admin.purge.purgeFail": "Recycling unsuccessful: {error}",
|
||||
"admin.rate.enableLimiterDescription": "Когда true, API регулируются по уровням, указанным ниже.",
|
||||
"admin.rate.enableLimiterTitle": "Включить ограничение скорости:",
|
||||
"admin.rate.httpHeaderDescription": "When filled in, vary rate limiting by HTTP header field specified (e.g. when configuring NGINX set to \"X-Real-IP\", when configuring AmazonELB set to \"X-Forwarded-For\").",
|
||||
@@ -857,7 +861,7 @@
|
||||
"admin.user_item.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.",
|
||||
"admin.user_item.confirmDemoteRoleTitle": "Подтверждение понижения администратором системы",
|
||||
"admin.user_item.confirmDemotion": "Подтвердить понижение",
|
||||
"admin.user_item.confirmDemotionCmd": "platform -assign_role -team_name=\"yourteam\" -email=\"name@yourcompany.com\" -role=\"system_admin\"",
|
||||
"admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}",
|
||||
"admin.user_item.emailTitle": "<strong>Email:</strong> {email}",
|
||||
"admin.user_item.inactive": "Неактивен",
|
||||
"admin.user_item.makeActive": "Сделать активным",
|
||||
@@ -1649,7 +1653,6 @@
|
||||
"post_info.mobile.unflag": "Не помечено",
|
||||
"post_info.permalink": "Постоянная ссылка",
|
||||
"post_info.reply": "Ответить",
|
||||
"post_message_view.edited": "(edited)",
|
||||
"posts_view.loadMore": "Больше сообщений",
|
||||
"posts_view.newMsg": "Новые сообщения",
|
||||
"posts_view.newMsgBelow": "{count} new {count, plural, one {message} other {messages}} below",
|
||||
@@ -1839,7 +1842,7 @@
|
||||
"team_members_dropdown.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.",
|
||||
"team_members_dropdown.confirmDemoteRoleTitle": "Confirm demotion from System Admin role",
|
||||
"team_members_dropdown.confirmDemotion": "Подтвердить понижение",
|
||||
"team_members_dropdown.confirmDemotionCmd": "platform -assign_role -team_name=\"yourteam\" -email=\"name@yourcompany.com\" -role=\"system_admin\"",
|
||||
"team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}",
|
||||
"team_members_dropdown.inactive": "Неактивен",
|
||||
"team_members_dropdown.leave_team": "Удалить из команды",
|
||||
"team_members_dropdown.makeActive": "Сделать активным",
|
||||
@@ -1996,7 +1999,7 @@
|
||||
"user.settings.general.notificationsExtra": "По умолчанию Вы получаете уведомления о упоминаниях, когда кто-либо пишет Ваше имя. Для изменения перейдите в настройки {notify}.",
|
||||
"user.settings.general.notificationsLink": "Уведомления",
|
||||
"user.settings.general.position": "Position",
|
||||
"user.settings.general.positionExtra": "Tell your teammates what you do.",
|
||||
"user.settings.general.positionExtra": "Use Position for your role or job title. This will be shown in your profile popover.",
|
||||
"user.settings.general.primaryEmail": "Основной адрес электронной почты",
|
||||
"user.settings.general.profilePicture": "Изображение профиля",
|
||||
"user.settings.general.title": "Общие настройки",
|
||||
@@ -2171,7 +2174,7 @@
|
||||
"web.footer.privacy": "Конфиденциальность",
|
||||
"web.footer.terms": "Условия",
|
||||
"web.header.back": "Назад",
|
||||
"web.header.logout": "Logout",
|
||||
"web.header.logout": "Выйти",
|
||||
"web.root.signup_info": "Все способы общения команды собраны в одном месте, с возможностью мгновенного поиска и доступом отовсюду",
|
||||
"webrtc.busy": "{username} занят.",
|
||||
"webrtc.call": "Вызов",
|
||||
|
||||
Ссылка в новой задаче
Block a user