Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update settings.php #1885

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions resources/lang/ru/settings.php
Expand Up @@ -42,21 +42,21 @@
'app_disable_comments_desc' => 'Отключение комментов на всех страницах. Существующие комментарии отображаться не будут.',

// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
'content_colors' => 'Цвета контента',
'content_colors_desc' => 'Настройка цветов элементов иерархии страницы. Для комфортного чтения рекомендуем выбирать цвета близкие по яркости к цветам по умолчанию.',
'bookshelf_color' => 'Цвет полки',
'book_color' => 'Цвет книги',
'chapter_color' => 'Цвет главы',
'page_color' => 'Цвет страницы',
'page_draft_color' => 'Цвет страницы черновика',

// Registration Settings
'reg_settings' => 'Настройки регистрации',
'reg_enable' => 'Разрешить регистрацию',
'reg_enable_toggle' => 'Разрешить регистрацию',
'reg_enable_desc' => 'Если регистрация разрешена, пользователь сможет зарегистрироваться в системе самостоятельно. При регистрации назначается роль пользователя по умолчанию',
'reg_default_role' => 'Роль пользователя по умолчанию после регистрации',
'reg_enable_external_warning' => 'The option above is ignored while external LDAP or SAML authentication is active. User accounts for non-existing members will be auto-created if authentication, against the external system in use, is successful.',
'reg_enable_external_warning' => 'Если используется LDAP или SAMP аутентификация, то параметр выше игнорируется. Аккаунты для несуществующих пользователей будут автоматически созданы если аутентификация на внешней системе будет успешна.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'reg_enable_external_warning' => 'Если используется LDAP или SAMP аутентификация, то параметр выше игнорируется. Аккаунты для несуществующих пользователей будут автоматически созданы если аутентификация на внешней системе будет успешна.',
'reg_enable_external_warning' => 'Если используется LDAP или SAMP аутентификация, то параметр выше игнорируется. Аккаунты для несуществующих пользователей будут автоматически созданы если аутентификация на внешней системе будет успешна.',

Typo - SAMP should be SAML?

Copy link
Contributor Author

@kostefun kostefun Feb 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, Correct SAML

'reg_email_confirmation' => 'Подтверждение электронной почты',
'reg_email_confirmation_toggle' => 'Требовать подтверждение по электронной почте',
'reg_confirm_email_desc' => 'При использовании ограничения по домену - подтверждение обязательно, этот пункт игнорируется.',
Expand Down Expand Up @@ -159,8 +159,8 @@
'users_api_tokens_docs' => 'API Documentation',

// API Tokens
'user_api_token_create' => 'Create API Token',
'user_api_token_name' => 'Name',
'user_api_token_create' => 'Создать API токен',
'user_api_token_name' => 'Имя',
'user_api_token_name_desc' => 'Give your token a readable name as a future reminder of its intended purpose.',
'user_api_token_expiry' => 'Expiry Date',
'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.',
Expand Down