]> BookStack Code Mirror - bookstack/blob - lang/ca/activities.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / 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'    => 'S’ha creat la pàgina',
11     'page_update'                 => 'ha actualitzat la pàgina',
12     'page_update_notification'    => 'S’ha actualitzat la pàgina',
13     'page_delete'                 => 'ha suprimit la pàgina',
14     'page_delete_notification'    => 'S’ha suprimit la pàgina',
15     'page_restore'                => 'ha restaurat la pàgina',
16     'page_restore_notification'   => 'S’ha restaurat la pàgina',
17     'page_move'                   => 'ha mogut la pàgina',
18     'page_move_notification'      => 'S’ha mogut la pàgina',
19
20     // Chapters
21     'chapter_create'              => 'ha creat el capítol',
22     'chapter_create_notification' => 'S’ha creat el capítol',
23     'chapter_update'              => 'ha actualitzat el capítol',
24     'chapter_update_notification' => 'S’ha actualitzat el capítol',
25     'chapter_delete'              => 'ha suprimit el capítol',
26     'chapter_delete_notification' => 'S’ha suprimit el capítol',
27     'chapter_move'                => 'ha mogut el capítol',
28     'chapter_move_notification' => 'S’ha mogut el capítol',
29
30     // Books
31     'book_create'                 => 'ha creat el llibre',
32     'book_create_notification'    => 'S’ha creat el llibre',
33     'book_create_from_chapter'              => 'ha convertit el capítol a llibre',
34     'book_create_from_chapter_notification' => 'S’ha convertit el capítol a llibre',
35     'book_update'                 => 'ha actualitzat el llibre',
36     'book_update_notification'    => 'S’ha actualitzat el llibre',
37     'book_delete'                 => 'ha suprimit el llibre',
38     'book_delete_notification'    => 'S’ha suprimit el llibre',
39     'book_sort'                   => 'ha ordenat el llibre',
40     'book_sort_notification'      => 'S’ha tornat a ordenar el llibre',
41
42     // Bookshelves
43     'bookshelf_create'            => 'ha creat el prestatge',
44     'bookshelf_create_notification'    => 'S’ha creat el prestatge',
45     'bookshelf_create_from_book'    => 'ha convertit el llibre a prestatge',
46     'bookshelf_create_from_book_notification'    => 'S’ha convertit el llibre a prestatge',
47     'bookshelf_update'                 => 'ha actualitzat el prestatge',
48     'bookshelf_update_notification'    => 'S’ha actualitzat el prestatge',
49     'bookshelf_delete'                 => 'ha suprimit el prestatge',
50     'bookshelf_delete_notification'    => 'S’ha suprimit el prestatge',
51
52     // Revisions
53     'revision_restore' => 'ha restaurat la revisió',
54     'revision_delete' => 'ha suprimit la revisió',
55     'revision_delete_notification' => 'S’ha suprimit la revisió',
56
57     // Favourites
58     'favourite_add_notification' => 'S’ha afegit &laquo;:name&raquo; als favorits.',
59     'favourite_remove_notification' => 'S’ha eliminat &laquo;:name&raquo; dels favorits.',
60
61     // Watching
62     'watch_update_level_notification' => 'S’han actualitzat les preferències de seguiment',
63
64     // Auth
65     'auth_login' => 'ha iniciat sessió',
66     'auth_register' => 's’ha registrat com a usuari nou',
67     'auth_password_reset_request' => 'ha sol·licitat la reinicialització de la contrasenya',
68     'auth_password_reset_update' => 'ha reinicialitzat la contrasenya',
69     'mfa_setup_method' => 'ha configurat un mètode d’autenticació multifactorial',
70     'mfa_setup_method_notification' => 'S’ha configurat un mètode d’autenticació multifactorial',
71     'mfa_remove_method' => 'ha eliminat un mètode d’autenticació multifactorial',
72     'mfa_remove_method_notification' => 'S’ha eliminat un mètode d’autenticació multifactorial',
73
74     // Settings
75     'settings_update' => 'ha actualitzat la configuració',
76     'settings_update_notification' => 'S’ha actualitzat la configuració',
77     'maintenance_action_run' => 'ha executat una acció de manteniment',
78
79     // Webhooks
80     'webhook_create' => 'ha creat un webhook',
81     'webhook_create_notification' => 'S’ha creat el webhook',
82     'webhook_update' => 'ha actualitzat el webhook',
83     'webhook_update_notification' => 'S’ha actualitzat el webhook',
84     'webhook_delete' => 'ha suprimit el webhook',
85     'webhook_delete_notification' => 'S’ha suprimit el webhook',
86
87     // Imports
88     'import_create' => 'created import',
89     'import_create_notification' => 'Import successfully uploaded',
90     'import_run' => 'updated import',
91     'import_run_notification' => 'Content successfully imported',
92     'import_delete' => 'deleted import',
93     'import_delete_notification' => 'Import successfully deleted',
94
95     // Users
96     'user_create' => 'ha creat l’usuari',
97     'user_create_notification' => 'S’ha creat l’usuari',
98     'user_update' => 'ha actualitzat l’usuari',
99     'user_update_notification' => 'S’ha actualitzat l’usuari',
100     'user_delete' => 'ha suprimit l’usuari',
101     'user_delete_notification' => 'S’ha suprimit l’usuari',
102
103     // API Tokens
104     'api_token_create' => 'ha creat el testimoni API',
105     'api_token_create_notification' => 'S’ha creat el testimoni API',
106     'api_token_update' => 'ha actualitzat el testimoni API',
107     'api_token_update_notification' => 'S’ha actualitzat el testimoni API',
108     'api_token_delete' => 'ha suprimit el testimoni API',
109     'api_token_delete_notification' => 'S’ha suprimit el testimoni API',
110
111     // Roles
112     'role_create' => 'ha creat el rol',
113     'role_create_notification' => 'S’ha creat el rol',
114     'role_update' => 'ha actualitzat el rol',
115     'role_update_notification' => 'S’ha actualitzat el rol',
116     'role_delete' => 'ha suprimit el rol',
117     'role_delete_notification' => 'S’ha suprimit el rol',
118
119     // Recycle Bin
120     'recycle_bin_empty' => 'ha buidat la paperera',
121     'recycle_bin_restore' => 'ha restaurat de la paperera',
122     'recycle_bin_destroy' => 'ha eliminat de la paperera',
123
124     // Comments
125     'commented_on'                => 'ha comentat a',
126     'comment_create'              => 'ha afegit un comentari',
127     'comment_update'              => 'ha actualitzat un comentari',
128     'comment_delete'              => 'ha suprimit un comentari',
129
130     // Sort Rules
131     'sort_rule_create' => 'created sort rule',
132     'sort_rule_create_notification' => 'Sort rule successfully created',
133     'sort_rule_update' => 'updated sort rule',
134     'sort_rule_update_notification' => 'Sort rule successfully updated',
135     'sort_rule_delete' => 'deleted sort rule',
136     'sort_rule_delete_notification' => 'Sort rule successfully deleted',
137
138     // Other
139     'permissions_update'          => 'ha actualitzat els permisos',
140 ];