]> BookStack Code Mirror - bookstack/blob - resources/lang/eu/activities.php
Fixed failing test after drawio default url change
[bookstack] / resources / lang / eu / 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'                 => 'sortu orria',
10     'page_create_notification'    => 'Orria ongi sortu da',
11     'page_update'                 => 'eguneratu orrialdea',
12     'page_update_notification'    => 'Orria egoki egunerauta',
13     'page_delete'                 => 'ezabatu orrialdea',
14     'page_delete_notification'    => 'Ondo ezabatu da',
15     'page_restore'                => 'leheneratu orria',
16     'page_restore_notification'   => 'Dokumentua behar bezala leheneratuta',
17     'page_move'                   => 'mugitu orrialdea',
18
19     // Chapters
20     'chapter_create'              => 'kapitulua sortu',
21     'chapter_create_notification' => 'Kapitulua egoki sortuta',
22     'chapter_update'              => 'eguneratu kapitulua',
23     'chapter_update_notification' => 'Kapitulua egoki eguneratuta',
24     'chapter_delete'              => 'kapitulua ezabatu',
25     'chapter_delete_notification' => 'Kapitulua egoki ezabatua',
26     'chapter_move'                => 'kapitulua mugituta',
27
28     // Books
29     'book_create'                 => 'liburua sortuta',
30     'book_create_notification'    => 'Liburua ongi sortu da',
31     'book_update'                 => 'liburua eguneratuta',
32     'book_update_notification'    => 'Liburua egoki eguneratua',
33     'book_delete'                 => 'liburua ezabatua',
34     'book_delete_notification'    => 'Liburua egoki ezabatua',
35     'book_sort'                   => 'liburua sailkatua',
36     'book_sort_notification'      => 'Liburua ongi bersailaktu da',
37
38     // Bookshelves
39     'bookshelf_create'            => 'apalategia sortuta',
40     'bookshelf_create_notification'    => 'Apalategia egoki sortuta',
41     'bookshelf_update'                 => 'apalategia eguneratuta',
42     'bookshelf_update_notification'    => 'Apalategia egoki eguneratuta',
43     'bookshelf_delete'                 => 'apalategia ezabatua',
44     'bookshelf_delete_notification'    => 'Apalategia egoki ezabatua',
45
46     // Favourites
47     'favourite_add_notification' => '":name" zure gogoetara gehitua izan da',
48     'favourite_remove_notification' => '":name" zure gogokoetatik ezabatua izan da',
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     // Webhooks
55     'webhook_create' => 'sortu webhook',
56     'webhook_create_notification' => 'Webhook egoki sortua',
57     'webhook_update' => 'webhook eguneratua',
58     'webhook_update_notification' => 'Webhook egoki eguneratua',
59     'webhook_delete' => 'webhook ezabatua',
60     'webhook_delete_notification' => 'Webhook egoki ezabatua',
61
62     // Users
63     'user_update_notification' => 'Erabiltzailea egoki eguneratua',
64     'user_delete_notification' => 'Erabiltzailea egoki ezabatua',
65
66     // Other
67     'commented_on'                => 'iruzkinak',
68     'permissions_update'          => 'eguneratu baimenak',
69 ];