]> BookStack Code Mirror - bookstack/blob - lang/zh_TW/activities.php
Merge branch 'development' of github.com:BookStackApp/BookStack into development
[bookstack] / 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'    => '頁面已建立成功',
11     'page_update'                 => '已更新頁面',
12     'page_update_notification'    => '頁面已更新成功',
13     'page_delete'                 => '已刪除頁面',
14     'page_delete_notification'    => '頁面已刪除成功',
15     'page_restore'                => '已還原頁面',
16     'page_restore_notification'   => '頁面已還原成功',
17     'page_move'                   => '已移動頁面',
18     'page_move_notification'      => '頁面已成功移動',
19
20     // Chapters
21     'chapter_create'              => '已建立章節',
22     'chapter_create_notification' => '章節已建立成功',
23     'chapter_update'              => '已更新章節',
24     'chapter_update_notification' => '章節已更新成功',
25     'chapter_delete'              => '已刪除章節',
26     'chapter_delete_notification' => '章節已刪除成功',
27     'chapter_move'                => '已移動章節',
28     'chapter_move_notification' => '章節已移動成功',
29
30     // Books
31     'book_create'                 => '已建立書本',
32     'book_create_notification'    => '書本已建立成功',
33     'book_create_from_chapter'              => '將章節轉爲書籍',
34     'book_create_from_chapter_notification' => '章節已轉換爲書籍',
35     'book_update'                 => '已更新書本',
36     'book_update_notification'    => '書本已更新成功',
37     'book_delete'                 => '已刪除書本',
38     'book_delete_notification'    => '書本已刪除成功',
39     'book_sort'                   => '已排序書本',
40     'book_sort_notification'      => '書本已重新排序成功',
41
42     // Bookshelves
43     'bookshelf_create'            => '已建立書棧',
44     'bookshelf_create_notification'    => '書棧已創建',
45     'bookshelf_create_from_book'    => '將書籍轉爲書棧',
46     'bookshelf_create_from_book_notification'    => '章節已轉爲書籍',
47     'bookshelf_update'                 => '更新書棧',
48     'bookshelf_update_notification'    => '書棧已更新',
49     'bookshelf_delete'                 => '刪除書棧',
50     'bookshelf_delete_notification'    => '書棧已刪除',
51
52     // Revisions
53     'revision_restore' => '還原的版本',
54     'revision_delete' => '刪除的版本',
55     'revision_delete_notification' => '修訂已成功刪除',
56
57     // Favourites
58     'favourite_add_notification' => '":name" 已加入到你的最愛',
59     'favourite_remove_notification' => '":name" 已從你的最愛移除',
60
61     // Watching
62     'watch_update_level_notification' => '追蹤偏好設定已成功更新',
63
64     // Auth
65     'auth_login' => '已登入',
66     'auth_register' => '註冊為新用戶',
67     'auth_password_reset_request' => '請求重置用戶密碼',
68     'auth_password_reset_update' => '重置使用者密碼',
69     'mfa_setup_method' => '設定MFA方式',
70     'mfa_setup_method_notification' => '多重身份驗證已設定成功',
71     'mfa_remove_method' => '移除MFA方式',
72     'mfa_remove_method_notification' => '多重身份驗證已移除成功',
73
74     // Settings
75     'settings_update' => '更新設定',
76     'settings_update_notification' => '設定更新成功',
77     'maintenance_action_run' => '執行維護動作',
78
79     // Webhooks
80     'webhook_create' => '建立 Webhook',
81     'webhook_create_notification' => 'Webhook 已建立成功',
82     'webhook_update' => 'Webhook 已更新',
83     'webhook_update_notification' => 'Webhook 已更新成功',
84     'webhook_delete' => 'webhook 已刪除',
85     'webhook_delete_notification' => 'Webhook 已刪除成功',
86
87     // Imports
88     'import_create' => '已建立匯入',
89     'import_create_notification' => '成功上傳匯入',
90     'import_run' => '已更新匯入',
91     'import_run_notification' => '成功匯入內容',
92     'import_delete' => '已刪除匯入',
93     'import_delete_notification' => '匯入刪除成功',
94
95     // Users
96     'user_create' => '建立使用者',
97     'user_create_notification' => '使用者已成功建立。',
98     'user_update' => '更新使用者',
99     'user_update_notification' => '使用者已成功更新。',
100     'user_delete' => '已刪除使用者',
101     'user_delete_notification' => '使用者移除成功',
102
103     // API Tokens
104     'api_token_create' => '建立 API 權杖',
105     'api_token_create_notification' => '成功建立 API 權杖',
106     'api_token_update' => '已更新 API 權杖',
107     'api_token_update_notification' => '成功更新 API 權杖',
108     'api_token_delete' => '已刪除 API 權杖',
109     'api_token_delete_notification' => 'API 權杖已成功刪除',
110
111     // Roles
112     'role_create' => '創建角色',
113     'role_create_notification' => '建立角色成功',
114     'role_update' => '已更新角色',
115     'role_update_notification' => '更新角色成功',
116     'role_delete' => '已刪除角色',
117     'role_delete_notification' => '刪除角色成功',
118
119     // Recycle Bin
120     'recycle_bin_empty' => '清理資源回收筒',
121     'recycle_bin_restore' => '從資源回收筒復原',
122     'recycle_bin_destroy' => '從資源回收筒刪除',
123
124     // Comments
125     'commented_on'                => '評論',
126     'comment_create'              => '新增評論',
127     'comment_update'              => '更新評論',
128     'comment_delete'              => '已刪除之評論',
129
130     // Sort Rules
131     'sort_rule_create' => '已建立的排序規則',
132     'sort_rule_create_notification' => '排序規則已成功建立',
133     'sort_rule_update' => '已更新排序規則',
134     'sort_rule_update_notification' => '排序規則已成功更新',
135     'sort_rule_delete' => '已刪除排序規則',
136     'sort_rule_delete_notification' => '排序規則已成功刪除',
137
138     // Other
139     'permissions_update'          => '更新權限',
140 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.