X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3918/head:/resources/lang/zh_TW/common.php diff --git a/resources/lang/zh_TW/common.php b/resources/lang/zh_TW/common.php index b358111fd..6a0fa40e4 100644 --- a/resources/lang/zh_TW/common.php +++ b/resources/lang/zh_TW/common.php @@ -20,11 +20,12 @@ return [ 'role' => '角色', 'cover_image' => '封面圖片', 'cover_image_description' => '此圖片大小應約為 440x250px。', - + // Actions 'actions' => '動作', 'view' => '檢視', 'view_all' => '檢視全部', + 'new' => '新增', 'create' => '建立', 'update' => '更新', 'edit' => '編輯', @@ -39,12 +40,16 @@ return [ 'reset' => '重設', 'remove' => '移除', 'add' => '新增', - 'configure' => 'Configure', + 'configure' => '配置', 'fullscreen' => '全螢幕', 'favourite' => '最愛', 'unfavourite' => '取消最愛', 'next' => '下一頁', 'previous' => '上一頁', + 'filter_active' => '使用中的過濾器', + 'filter_clear' => '清理過濾', + 'download' => '下載', + 'open_in_tab' => '在新分頁中開啟', // Sort Options 'sort_options' => '排序選項', @@ -69,14 +74,21 @@ return [ 'list_view' => '列表檢視', 'default' => '預設', 'breadcrumb' => '頁面路徑', + 'status' => '狀態', + 'status_active' => '啟用中', + 'status_inactive' => '未啟用', + 'never' => '永不', + 'none' => '無', // Header + 'homepage' => '首頁', 'header_menu_expand' => '展開選單', 'profile_menu' => '個人資料選單', 'view_profile' => '檢視個人資料', 'edit_profile' => '編輯個人資料', 'dark_mode' => '深色模式', 'light_mode' => '淺色模式', + 'global_search' => '全域搜尋', // Layout tabs 'tab_info' => '資訊',