]> BookStack Code Mirror - bookstack/blob - resources/lang/ca/activities.php
Add unit test for ip addess searching
[bookstack] / resources / lang / ca / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'ha creat la pàgina',
10     'page_create_notification'    => 'Pàgina creada correctament',
11     'page_update'                 => 'ha actualitzat la pàgina',
12     'page_update_notification'    => 'Pàgina actualitzada correctament',
13     'page_delete'                 => 'ha suprimit una pàgina',
14     'page_delete_notification'    => 'Pàgina suprimida correctament',
15     'page_restore'                => 'ha restaurat la pàgina',
16     'page_restore_notification'   => 'Pàgina restaurada correctament',
17     'page_move'                   => 'ha mogut la pàgina',
18
19     // Chapters
20     'chapter_create'              => 'ha creat el capítol',
21     'chapter_create_notification' => 'Capítol creat correctament',
22     'chapter_update'              => 'ha actualitzat el capítol',
23     'chapter_update_notification' => 'Capítol actualitzat correctament',
24     'chapter_delete'              => 'ha suprimit un capítol',
25     'chapter_delete_notification' => 'Capítol suprimit correctament',
26     'chapter_move'                => 'ha mogut el capítol',
27
28     // Books
29     'book_create'                 => 'ha creat el llibre',
30     'book_create_notification'    => 'Llibre creat correctament',
31     'book_update'                 => 'ha actualitzat el llibre',
32     'book_update_notification'    => 'Llibre actualitzat correctament',
33     'book_delete'                 => 'ha suprimit un llibre',
34     'book_delete_notification'    => 'Llibre suprimit correctament',
35     'book_sort'                   => 'ha ordenat el llibre',
36     'book_sort_notification'      => 'Llibre reordenat correctament',
37
38     // Bookshelves
39     'bookshelf_create'            => 'ha creat el prestatge',
40     'bookshelf_create_notification'    => 'Prestatge creat correctament',
41     'bookshelf_update'                 => 'ha actualitzat el prestatge',
42     'bookshelf_update_notification'    => 'Prestatge actualitzat correctament',
43     'bookshelf_delete'                 => 'ha suprimit un prestatge',
44     'bookshelf_delete_notification'    => 'Prestatge suprimit correctament',
45
46     // Favourites
47     'favourite_add_notification' => '":name" has been added to your favourites',
48     'favourite_remove_notification' => '":name" has been removed from your favourites',
49
50     // MFA
51     'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
52     'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
53
54     // Other
55     'commented_on'                => 'ha comentat a',
56     'permissions_update'          => 'ha actualitzat els permisos',
57 ];