]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_TW/common.php
Update entities.php
[bookstack] / resources / lang / zh_TW / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => '取消',
9     'confirm' => '確認',
10     'back' => '返回',
11     'save' => '儲存',
12     'continue' => '繼續',
13     'select' => '選擇',
14     'toggle_all' => 'Toggle All',
15     'more' => '更多',
16
17     // Form Labels
18     'name' => '名稱',
19     'description' => '摘要',
20     'role' => '角色',
21     'cover_image' => '封面圖片',
22     'cover_image_description' => '所使用圖片大小必須是440x250px。',
23     
24     // Actions
25     'actions' => '動作',
26     'view' => '檢視',
27     'view_all' => 'View All',
28     'create' => '建立',
29     'update' => '更新',
30     'edit' => '編輯',
31     'sort' => '排序',
32     'move' => '移動',
33     'copy' => '複製',
34     'reply' => '回覆',
35     'delete' => '刪除',
36     'search' => '搜尋',
37     'search_clear' => '清除搜尋',
38     'reset' => '重置',
39     'remove' => '刪除',
40     'add' => '新增',
41
42     // Sort Options
43     'sort_options' => 'Sort Options',
44     'sort_direction_toggle' => 'Sort Direction Toggle',
45     'sort_ascending' => 'Sort Ascending',
46     'sort_descending' => 'Sort Descending',
47     'sort_name' => 'Name',
48     'sort_created_at' => 'Created Date',
49     'sort_updated_at' => 'Updated Date',
50
51     // Misc
52     'deleted_user' => '刪除使用者',
53     'no_activity' => '無活動',
54     'no_items' => '無項目',
55     'back_to_top' => '回到頂端',
56     'toggle_details' => '顯示/隱藏詳細資訊',
57     'toggle_thumbnails' => '顯示/隱藏縮圖',
58     'details' => '詳細資訊',
59     'grid_view' => '縮圖檢視',
60     'list_view' => '清單撿視',
61     'default' => '預設',
62     'breadcrumb' => 'Breadcrumb',
63
64     // Header
65     'profile_menu' => 'Profile Menu',
66     'view_profile' => '檢視資料',
67     'edit_profile' => '編輯資料',
68
69     // Layout tabs
70     'tab_info' => 'Info',
71     'tab_content' => 'Content',
72
73     // Email Content
74     'email_action_help' => '如果您無法點選“:actionText”按鈕,請將下面的網址複製到您的瀏覽器中打開:',
75     'email_rights' => 'All rights reserved',
76 ];