]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_TW/common.php
Update passwords.php
[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     'copy' => '複製',
35     'reply' => '回覆',
36     'delete' => '刪除',
37     'search' => '搜尋',
38     'search_clear' => '清除搜尋',
39     'reset' => '重置',
40     'remove' => '刪除',
41     'add' => '新增',
42
43     /**
44      * Misc
45      */
46     'deleted_user' => '刪除使用者',
47     'no_activity' => '無活動',
48     'no_items' => '無項目',
49     'back_to_top' => '回到頂端',
50     'toggle_details' => '顯示/隱藏詳細資訊',
51     'toggle_thumbnails' => '顯示/隱藏縮圖',
52     'details' => '詳細資訊',
53     'grid_view' => '縮圖檢視',
54     'list_view' => '清單撿視',
55     'default' => '預設',
56
57     /**
58      * Header
59      */
60     'view_profile' => '檢視資料',
61     'edit_profile' => '編輯資料',
62
63     /**
64      * Email Content
65      */
66     'email_action_help' => '如果您無法點選“:actionText”按鈕,請將下面的網址複製到您的瀏覽器中打開:',
67     'email_rights' => 'All rights reserved',
68 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.