]> BookStack Code Mirror - bookstack/blob - lang/ru/notifications.php
OIDC: Added testing of PKCE flow
[bookstack] / lang / ru / notifications.php
1 <?php
2 /**
3  * Text used for activity-based notifications.
4  */
5 return [
6
7     'new_comment_subject' => 'Новый комментарий на странице: :pageName',
8     'new_comment_intro' => 'Пользователь прокомментировал страницу в :appName:',
9     'new_page_subject' => 'Новая страница: :pageName',
10     'new_page_intro' => 'Новая страница была создана в :appName:',
11     'updated_page_subject' => 'Обновлена страница: :pageName',
12     'updated_page_intro' => 'Страница была обновлена в :appName:',
13     'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
14
15     'detail_page_name' => 'Имя страницы:',
16     'detail_page_path' => 'Page Path:',
17     'detail_commenter' => 'Комментатор:',
18     'detail_comment' => 'Комментарий:',
19     'detail_created_by' => 'Создано:',
20     'detail_updated_by' => 'Обновлено:',
21
22     'action_view_comment' => 'Просмотреть комментарий',
23     'action_view_page' => 'Посмотреть страницу',
24
25     'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
26     'footer_reason_link' => 'ваши настройки уведомлений',
27 ];