]> BookStack Code Mirror - bookstack/blob - lang/eu/activities.php
Updated translations with latest Crowdin changes (#5345)
[bookstack] / 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     'page_move_notification'      => 'Page successfully moved',
19
20     // Chapters
21     'chapter_create'              => 'kapitulua sortu',
22     'chapter_create_notification' => 'Kapitulua egoki sortuta',
23     'chapter_update'              => 'eguneratu kapitulua',
24     'chapter_update_notification' => 'Kapitulua egoki eguneratuta',
25     'chapter_delete'              => 'kapitulua ezabatu',
26     'chapter_delete_notification' => 'Kapitulua egoki ezabatua',
27     'chapter_move'                => 'kapitulua mugituta',
28     'chapter_move_notification' => 'Chapter successfully moved',
29
30     // Books
31     'book_create'                 => 'liburua sortuta',
32     'book_create_notification'    => 'Liburua ongi sortu da',
33     'book_create_from_chapter'              => 'bihurtu kapitulua liburu',
34     'book_create_from_chapter_notification' => 'Kapitulua ongi bilakatu da liburu',
35     'book_update'                 => 'liburua eguneratuta',
36     'book_update_notification'    => 'Liburua egoki eguneratua',
37     'book_delete'                 => 'liburua ezabatua',
38     'book_delete_notification'    => 'Liburua egoki ezabatua',
39     'book_sort'                   => 'liburua sailkatua',
40     'book_sort_notification'      => 'Liburua ongi bersailaktu da',
41
42     // Bookshelves
43     'bookshelf_create'            => 'apalategia sortuta',
44     'bookshelf_create_notification'    => 'Apalategia egoki sortuta',
45     'bookshelf_create_from_book'    => 'liburua apalategi bihurtuta',
46     'bookshelf_create_from_book_notification'    => 'Kapitulua ongi bilakatu da liburu',
47     'bookshelf_update'                 => 'apalategia eguneratuta',
48     'bookshelf_update_notification'    => 'Erabiltzailea egoki eguneratua',
49     'bookshelf_delete'                 => 'apalategia ezabatua',
50     'bookshelf_delete_notification'    => 'Apalategia egoki ezabatua',
51
52     // Revisions
53     'revision_restore' => 'restored revision',
54     'revision_delete' => 'deleted revision',
55     'revision_delete_notification' => 'Revision successfully deleted',
56
57     // Favourites
58     'favourite_add_notification' => '":name" zure gogoetara gehitua izan da',
59     'favourite_remove_notification' => '":name" zure gogokoetatik ezabatua izan da',
60
61     // Watching
62     'watch_update_level_notification' => 'Watch preferences successfully updated',
63
64     // Auth
65     'auth_login' => 'logged in',
66     'auth_register' => 'registered as new user',
67     'auth_password_reset_request' => 'requested user password reset',
68     'auth_password_reset_update' => 'reset user password',
69     'mfa_setup_method' => 'configured MFA method',
70     'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
71     'mfa_remove_method' => 'removed MFA method',
72     'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
73
74     // Settings
75     'settings_update' => 'updated settings',
76     'settings_update_notification' => 'Settings successfully updated',
77     'maintenance_action_run' => 'ran maintenance action',
78
79     // Webhooks
80     'webhook_create' => 'sortu webhook',
81     'webhook_create_notification' => 'Webhook egoki sortua',
82     'webhook_update' => 'webhook eguneratua',
83     'webhook_update_notification' => 'Webhook egoki eguneratua',
84     'webhook_delete' => 'webhook ezabatua',
85     'webhook_delete_notification' => 'Webhook egoki ezabatua',
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' => 'created user',
97     'user_create_notification' => 'User successfully created',
98     'user_update' => 'updated user',
99     'user_update_notification' => 'Erabiltzailea egoki eguneratua',
100     'user_delete' => 'deleted user',
101     'user_delete_notification' => 'Erabiltzailea egoki ezabatua',
102
103     // API Tokens
104     'api_token_create' => 'created API token',
105     'api_token_create_notification' => 'API token successfully created',
106     'api_token_update' => 'updated API token',
107     'api_token_update_notification' => 'API token successfully updated',
108     'api_token_delete' => 'deleted API token',
109     'api_token_delete_notification' => 'API token successfully deleted',
110
111     // Roles
112     'role_create' => 'created role',
113     'role_create_notification' => 'Role successfully created',
114     'role_update' => 'updated role',
115     'role_update_notification' => 'Role successfully updated',
116     'role_delete' => 'deleted role',
117     'role_delete_notification' => 'Role successfully deleted',
118
119     // Recycle Bin
120     'recycle_bin_empty' => 'emptied recycle bin',
121     'recycle_bin_restore' => 'restored from recycle bin',
122     'recycle_bin_destroy' => 'removed from recycle bin',
123
124     // Comments
125     'commented_on'                => 'iruzkinak',
126     'comment_create'              => 'added comment',
127     'comment_update'              => 'updated comment',
128     'comment_delete'              => 'deleted comment',
129
130     // Other
131     'permissions_update'          => 'eguneratu baimenak',
132 ];