]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_TW/common.php
add missing @param in method comment
[bookstack] / resources / lang / zh_TW / common.php
1 <?php
2 return [
3
4     /**
5      * Buttons
6      */
7     'cancel' => '取消',
8     'confirm' => '確認',
9     'back' => '返回',
10     'save' => '儲存',
11     'continue' => '繼續',
12     'select' => '選擇',
13     'more' => '更多',
14
15     /**
16      * Form Labels
17      */
18     'name' => '名稱',
19     'description' => '摘要',
20     'role' => '角色',
21     'cover_image' => '封面圖片',
22     'cover_image_description' => '所使用圖片大小必須是440x250px。',
23     
24     /**
25      * Actions
26      */
27     'actions' => '動作',
28     'view' => '檢視',
29     'create' => '建立',
30     'update' => '更新',
31     'edit' => '編輯',
32     'sort' => '排序',
33     'move' => '移動',
34     'reply' => '回複',
35     'delete' => '刪除',
36     'search' => '搜尋',
37     'search_clear' => '清除搜尋',
38     'reset' => '重置',
39     'remove' => '刪除',
40     'add' => '新增',
41
42     /**
43      * Misc
44      */
45     'deleted_user' => '刪除使用者',
46     'no_activity' => '無活動',
47     'no_items' => '無項目',
48     'back_to_top' => '回到頂端',
49     'toggle_details' => '顯示/隱藏詳細資訊',
50     'toggle_thumbnails' => '顯示/隱藏縮圖',
51     'details' => '詳細資訊',
52     'grid_view' => '縮圖檢視',
53     'list_view' => '清單撿視',
54
55     /**
56      * Header
57      */
58     'view_profile' => '檢視資料',
59     'edit_profile' => '編輯資料',
60
61     /**
62      * Email Content
63      */
64     'email_action_help' => '如果您無法點選“:actionText”按鈕,請將下面的網址複製到您的瀏覽器中打開:',
65     'email_rights' => 'All rights reserved',
66 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.