2023-08-27 07:43:59 -04:00
< ? php
/**
* Text used for activity - based notifications .
*/
return [
2023-08-30 07:35:10 -04:00
'new_comment_subject' => 'Новый комментарий на странице: :pageName' ,
2023-10-30 07:16:19 -04:00
'new_comment_intro' => 'Пользователь прокомментировал страницу в :appName:' ,
2023-08-30 07:35:10 -04:00
'new_page_subject' => 'Новая страница: :pageName' ,
2023-10-30 07:16:19 -04:00
'new_page_intro' => 'Новая страница была создана в :appName:' ,
'updated_page_subject' => 'Обновлена страница: :pageName' ,
'updated_page_intro' => 'Страница была обновлена в :appName:' ,
2023-08-27 07:43:59 -04:00
'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.' ,
'detail_page_name' => 'Имя страницы:' ,
2023-12-28 12:49:38 -05:00
'detail_page_path' => 'Page Path:' ,
2023-08-27 07:43:59 -04:00
'detail_commenter' => 'Комментатор:' ,
'detail_comment' => 'Комментарий:' ,
'detail_created_by' => 'Создано:' ,
'detail_updated_by' => 'Обновлено:' ,
'action_view_comment' => 'Просмотреть комментарий' ,
'action_view_page' => 'Посмотреть страницу' ,
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.' ,
2023-08-30 07:35:10 -04:00
'footer_reason_link' => 'ваши настройки уведомлений' ,
2023-08-27 07:43:59 -04:00
];