]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_TW/activities.php
Updated minimum php version from 7.3 to 7.4
[bookstack] / resources / lang / zh_TW / 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'                 => '已建立頁面',
10     'page_create_notification'    => 'Page successfully created',
11     'page_update'                 => '已更新頁面',
12     'page_update_notification'    => 'Page successfully updated',
13     'page_delete'                 => '已刪除頁面',
14     'page_delete_notification'    => 'Page successfully deleted',
15     'page_restore'                => '已還原頁面',
16     'page_restore_notification'   => 'Page successfully restored',
17     'page_move'                   => '已移動頁面',
18
19     // Chapters
20     'chapter_create'              => '已建立章節',
21     'chapter_create_notification' => 'Chapter successfully created',
22     'chapter_update'              => '已更新章節',
23     'chapter_update_notification' => 'Chapter successfully updated',
24     'chapter_delete'              => '已刪除章節',
25     'chapter_delete_notification' => 'Chapter successfully deleted',
26     'chapter_move'                => '已移動章節',
27
28     // Books
29     'book_create'                 => '已建立書本',
30     'book_create_notification'    => 'Book successfully created',
31     'book_update'                 => '已更新書本',
32     'book_update_notification'    => 'Book successfully updated',
33     'book_delete'                 => '已刪除書本',
34     'book_delete_notification'    => 'Book successfully deleted',
35     'book_sort'                   => '已排序書本',
36     'book_sort_notification'      => 'Book successfully re-sorted',
37
38     // Bookshelves
39     'bookshelf_create'            => 'created bookshelf',
40     'bookshelf_create_notification'    => 'Bookshelf successfully created',
41     'bookshelf_update'                 => '已更新書架',
42     'bookshelf_update_notification'    => 'Bookshelf successfully updated',
43     'bookshelf_delete'                 => '已刪除書架',
44     'bookshelf_delete_notification'    => 'Bookshelf successfully deleted',
45
46     // Favourites
47     'favourite_add_notification' => '":name" 已加入到你的最愛',
48     'favourite_remove_notification' => '":name" 已從你的最愛移除',
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' => 'created webhook',
56     'webhook_create_notification' => 'Webhook successfully created',
57     'webhook_update' => 'updated webhook',
58     'webhook_update_notification' => 'Webhook successfully updated',
59     'webhook_delete' => 'deleted webhook',
60     'webhook_delete_notification' => 'Webhook successfully deleted',
61
62     // Other
63     'commented_on'                => '評論',
64     'permissions_update'          => '更新權限',
65 ];