]> BookStack Code Mirror - bookstack/blob - lang/ca/notifications.php
Dockerfile: Don't cache 50MB of lists and use a single layer, make it pretty
[bookstack] / lang / ca / notifications.php
1 <?php
2 /**
3  * Text used for activity-based notifications.
4  */
5 return [
6
7     'new_comment_subject' => 'Comentari nou a la pàgina :pageName',
8     'new_comment_intro' => 'Un usuari ha comentat en una pàgina de :appName:',
9     'new_page_subject' => 'Pàgina nova: :pageName',
10     'new_page_intro' => 'S’ha creat una pàgina nova a :appName:',
11     'updated_page_subject' => 'Pàgina actualitzada: :pageName',
12     'updated_page_intro' => 'S’ha actualitzat una pàgina a :appName:',
13     'updated_page_debounce' => 'Per a evitar les notificacions massives, no us enviarem notificacions si hi ha més edicions en aquesta pàgina fetes pel mateix editor.',
14
15     'detail_page_name' => 'Nom de la pàgina:',
16     'detail_page_path' => 'Camí de la pàgina:',
17     'detail_commenter' => 'Autor del comentari:',
18     'detail_comment' => 'Comentari:',
19     'detail_created_by' => 'Creat per:',
20     'detail_updated_by' => 'Actualitzat per:',
21
22     'action_view_comment' => 'Mostra el comentari',
23     'action_view_page' => 'Mostra la pàgina',
24
25     'footer_reason' => 'Rebeu aquesta notificació perquè :link cobreixen aquest tipus d’activitat en aquest element.',
26     'footer_reason_link' => 'les vostres preferències de notificacions',
27 ];