]> BookStack Code Mirror - bookstack/blob - lang/sr/notifications.php
Merge pull request #5627 from BookStackApp/lexical_20250525
[bookstack] / lang / sr / 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' => 'Путања странице:',
17     'detail_commenter' => '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' => 'your notification preferences',
27 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.