Files
BookStack/lang/uk/notifications.php

30 lines
1.7 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Text used for activity-based notifications.
*/
return [
'new_comment_subject' => 'Новий коментар на сторінці: :pageName',
'new_comment_intro' => 'Користувач прокоментував на сторінці у :appName:',
'new_page_subject' => 'Нова сторінка: :pageName',
'new_page_intro' => 'Створено сторінку у :appName:',
'updated_page_subject' => 'Оновлено сторінку: :pageName',
'updated_page_intro' => 'Оновлено сторінку у :appName:',
'updated_page_debounce' => 'Для запобігання кількості сповіщень, деякий час ви не будете відправлені повідомлення для подальших змін на цій сторінці тим самим редактором.',
'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName',
'comment_mention_intro' => 'You were mentioned in a comment on :appName:',
'detail_page_name' => 'Назва сторінки:',
'detail_page_path' => 'Шлях до сторінки:',
'detail_commenter' => 'Коментатор:',
'detail_comment' => 'Коментар:',
'detail_created_by' => 'Створено:',
'detail_updated_by' => 'Оновлено:',
'action_view_comment' => 'Переглянути коментар',
'action_view_page' => 'Дивитись сторінку',
'footer_reason' => 'Дане повідомлення було надіслано вам тому, що :link покриває цю діяльність для цього елемента.',
'footer_reason_link' => 'ваші налаштування сповіщень',
];