]> BookStack Code Mirror - bookstack/blob - lang/cy/activities.php
Added control-upon-access of the default favicon.ico file
[bookstack] / lang / cy / 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'                 => 'tudalen wedi\'i chreu',
10     'page_create_notification'    => 'Tudalen wedi\'i chreu\'n llwyddiannus',
11     'page_update'                 => 'tudalen wedi\'i diweddaru',
12     'page_update_notification'    => 'Tudalen wedi\'i diweddaru\'n llwyddiannus',
13     'page_delete'                 => 'tudalen wedi\'i dileu',
14     'page_delete_notification'    => 'Cafodd y dudalen ei dileu yn llwyddiannus',
15     'page_restore'                => 'tudalen wedi\'i hadfer',
16     'page_restore_notification'   => 'Cafodd y dudalen ei hadfer yn llwyddiannus',
17     'page_move'                   => 'symwyd tudalen',
18
19     // Chapters
20     'chapter_create'              => 'pennod creu',
21     'chapter_create_notification' => 'Pennod wedi\'i chreu\'n llwyddiannus',
22     'chapter_update'              => 'pennod wedi diweddaru',
23     'chapter_update_notification' => 'Pennod wedi\'i diweddaru\'n llwyddiannus',
24     'chapter_delete'              => 'pennod wedi dileu',
25     'chapter_delete_notification' => 'Pennod wedi\'i dileu\'n llwyddiannus',
26     'chapter_move'                => 'pennod wedi symud',
27
28     // Books
29     'book_create'                 => 'llyfr wedi creu',
30     'book_create_notification'    => 'Llyfr wedi\'i creu\'n llwyddiannus',
31     'book_create_from_chapter'              => 'converted chapter to book',
32     'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
33     'book_update'                 => 'llyfr wedi diweddaru',
34     'book_update_notification'    => 'Llyfr wedi\'i diweddaru\'n llwyddiannus',
35     'book_delete'                 => 'llyfr wedi\'i dileu',
36     'book_delete_notification'    => 'Cafodd y llyfr ei dileu yn llwyddiannus',
37     'book_sort'                   => 'llyfr wedi\'i ddidoli',
38     'book_sort_notification'      => 'Ail-archebwyd y llyfr yn llwyddiannus',
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'    => 'Book successfully converted to a shelf',
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' => 'Mae ":name" wedi\'i ychwanegu at eich ffefrynnau',
52     'favourite_remove_notification' => 'Mae ":name" wedi\'i tynnu o\'ch ffefrynnau',
53
54     // MFA
55     'mfa_setup_method_notification' => 'Dull aml-ffactor wedi\'i ffurfweddu\'n llwyddiannus',
56     'mfa_remove_method_notification' => 'Llwyddwyd i ddileu dull aml-ffactor',
57
58     // Webhooks
59     'webhook_create' => 'webhook wedi creu',
60     'webhook_create_notification' => 'Webhook wedi\'i creu\'n llwyddiannus',
61     'webhook_update' => 'webhook wedi\'i diweddaru',
62     'webhook_update_notification' => 'Webhook wedi\'i diweddaru\'n llwyddiannus',
63     'webhook_delete' => 'webhook wedi\'i dileu',
64     'webhook_delete_notification' => 'Webhook wedi\'i dileu\'n llwyddiannus',
65
66     // Users
67     'user_update_notification' => 'Diweddarwyd y defnyddiwr yn llwyddiannus',
68     'user_delete_notification' => 'Tynnwyd y defnyddiwr yn llwyddiannus',
69
70     // Other
71     'commented_on'                => 'gwnaeth sylwadau ar',
72     'permissions_update'          => 'caniatadau wedi\'u diweddaru',
73 ];