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.24 KB
/
notifications.php
File metadata and controls
27 lines (23 loc) · 1.24 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' => 'S’ha fet un comentari a la pàgina :pageName.',
'new_comment_intro' => 'S’ha fet un comentari nou en una pàgina a :appName.',
'new_page_subject' => 'S’ha creat la pàgina :pageName',
'new_page_intro' => 'S’ha creat una pàgina nova a :appName.',
'updated_page_subject' => 'S’ha actualitzat la pàgina :pageName',
'updated_page_intro' => 'S’ha actualitzat una pàgina a :appName.',
'updated_page_debounce' => 'Per a evitar que s’acumulin les notificacions, durant un temps no se us notificarà cap canvi fet en aquesta pàgina pel mateix usuari.',
'detail_page_name' => 'Nom de la pàgina:',
'detail_page_path' => 'Camí de la pàgina:',
'detail_commenter' => 'Autor del comentari:',
'detail_comment' => 'Comentari:',
'detail_created_by' => 'Creada per:',
'detail_updated_by' => 'Actualitzada per:',
'action_view_comment' => 'Mostra el comentari',
'action_view_page' => 'Mostra la pàgina',
'footer_reason' => 'Heu rebut aquesta notificació perquè :link inclouen aquest tipus d’activitat per a aquest element.',
'footer_reason_link' => 'les vostres preferències de notificació',
];