forked from BookStackApp/BookStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotifications.php
More file actions
27 lines (23 loc) · 1.13 KB
/
notifications.php
File metadata and controls
27 lines (23 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
/**
* Text used for activity-based notifications.
*/
return [
'new_comment_subject' => 'Jauns komentārs lapā: :pageName',
'new_comment_intro' => ':appName: lietotājs komentējis lapu',
'new_page_subject' => 'Jauna lapa: :pageName',
'new_page_intro' => 'Jauna lapa izveidota :appName:',
'updated_page_subject' => 'Atjaunināta lapa: :pageName',
'updated_page_intro' => 'Lapa atjaunināta :appName:',
'updated_page_debounce' => 'Lai novērstu pārliecīgu paziņojumu sūtīšanu, uz laiku jums tiks pārtraukti paziņojumi par turpmākiem šī lietotāja labojumiem šai lapai.',
'detail_page_name' => 'Lapas nosaukums:',
'detail_page_path' => 'Ceļš uz lapu:',
'detail_commenter' => 'Komentētājs:',
'detail_comment' => 'Komentārs:',
'detail_created_by' => 'Izveidoja:',
'detail_updated_by' => 'Atjaunināja:',
'action_view_comment' => 'Skatīt komentāru',
'action_view_page' => 'Skatīt lapu',
'footer_reason' => 'Šis paziņojums nosūtīts tāpēc, ka :link paredz šādu aktivitāti šai vienībai.',
'footer_reason_link' => 'paziņojumu vēlamie iestatījumi',
];