]> BookStack Code Mirror - bookstack/blob - resources/lang/ro/activities.php
New Crowdin updates (#3643)
[bookstack] / resources / lang / ro / 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'                 => 'a creat pagina',
10     'page_create_notification'    => 'Pagina creată cu succes',
11     'page_update'                 => 'a actualizat pagina',
12     'page_update_notification'    => 'Pagina a fost actualizată cu succes',
13     'page_delete'                 => 'a șters pagina',
14     'page_delete_notification'    => 'Pagina a fost ștearsă cu succes',
15     'page_restore'                => 'a restabilit pagina',
16     'page_restore_notification'   => 'Pagina a fost restaurată cu succes',
17     'page_move'                   => 'a mutat pagina',
18
19     // Chapters
20     'chapter_create'              => 'a creat capitolul',
21     'chapter_create_notification' => 'Capitol creat cu succes',
22     'chapter_update'              => 'a actualizat capitolul',
23     'chapter_update_notification' => 'Capitolul a fost actualizat cu succes',
24     'chapter_delete'              => 'a șters capitolul',
25     'chapter_delete_notification' => 'Capitolul a fost șters cu succes',
26     'chapter_move'                => 'a mutat capitolul',
27
28     // Books
29     'book_create'                 => 'a creat cartea',
30     'book_create_notification'    => 'Carte creată cu succes',
31     'book_create_from_chapter'              => 'a convertit capitolul în carte',
32     'book_create_from_chapter_notification' => 'Capitol convertit cu succes într-o carte',
33     'book_update'                 => 'a actualizat cartea',
34     'book_update_notification'    => 'Carte actualizată cu succes',
35     'book_delete'                 => 'a șters cartea',
36     'book_delete_notification'    => 'Carte ștearsă cu succes',
37     'book_sort'                   => 'a sortat cartea',
38     'book_sort_notification'      => 'Carte reordonată cu succes',
39
40     // Bookshelves
41     'bookshelf_create'            => 'created shelf',
42     'bookshelf_create_notification'    => 'Shelf successfully created',
43     'bookshelf_create_from_book'    => 'converted book to shelf',
44     'bookshelf_create_from_book_notification'    => 'Carte transformată cu succes într-un raft',
45     'bookshelf_update'                 => 'updated shelf',
46     'bookshelf_update_notification'    => 'Shelf successfully updated',
47     'bookshelf_delete'                 => 'deleted shelf',
48     'bookshelf_delete_notification'    => 'Shelf successfully deleted',
49
50     // Favourites
51     'favourite_add_notification' => '":name" a fost adăugat la favorite',
52     'favourite_remove_notification' => '":name" a fost eliminat din favorite',
53
54     // MFA
55     'mfa_setup_method_notification' => 'Metoda multi-factor a fost configurată cu succes',
56     'mfa_remove_method_notification' => 'Metoda multi-factor a fost configurată cu succes',
57
58     // Webhooks
59     'webhook_create' => 'a creat webhook',
60     'webhook_create_notification' => 'Webhook creat cu succes',
61     'webhook_update' => 'a actualizat webhook',
62     'webhook_update_notification' => 'Webhook actualizat cu succes',
63     'webhook_delete' => 'a șters webhook',
64     'webhook_delete_notification' => 'Webhook șters cu succes',
65
66     // Users
67     'user_update_notification' => 'Utilizator actualizat cu succes',
68     'user_delete_notification' => 'Utilizator eliminat cu succes',
69
70     // Other
71     'commented_on'                => 'a comentat la',
72     'permissions_update'          => 'a actualizat permisiunile',
73 ];