|
| 1 | +/** |
| 2 | + * @author: rayatn1011 |
| 3 | + * @homepage: https://github.com/rayatn1011 |
| 4 | + */ |
| 5 | + |
| 6 | +import { LanguageDict } from '@common/types' |
| 7 | + |
| 8 | +const lang: LanguageDict = { |
| 9 | + _app_name: 'SwitchHosts', |
| 10 | + _key: 'zh-hant', |
| 11 | + _name: '中文', |
| 12 | + about: '關於', |
| 13 | + acknowledgement: '特別感謝', |
| 14 | + advanced: '進階', |
| 15 | + all: '全部', |
| 16 | + append: '追加', |
| 17 | + auto_refresh: '自動更新', |
| 18 | + btn_cancel: '取消', |
| 19 | + btn_ok: '確定', |
| 20 | + change: '修改', |
| 21 | + check_update: '檢查更新', |
| 22 | + choice_mode: '選擇模式', |
| 23 | + choice_mode_default: '預設', |
| 24 | + choice_mode_desc: '只對頂層項目有效,每個資料夾可設定自己的選擇模式。', |
| 25 | + choice_mode_multiple: '多選', |
| 26 | + choice_mode_single: '單選', |
| 27 | + choices: '選項', |
| 28 | + chosen: '已選', |
| 29 | + clear_history: '清除歷史紀錄', |
| 30 | + click_to_open: '點擊開啟', |
| 31 | + close: '關閉', |
| 32 | + colon: ':', |
| 33 | + commands: '指令', |
| 34 | + commands_help: '每次 Hosts 應用後將執行下面的系統指令:', |
| 35 | + commands_title: 'Hosts 應用後指令', |
| 36 | + comment_current_line: '註解當前行', |
| 37 | + content: '內容', |
| 38 | + copy: '複製', |
| 39 | + cut: '剪下', |
| 40 | + day: '天', |
| 41 | + days: '天', |
| 42 | + delete: '刪除', |
| 43 | + download: '下載', |
| 44 | + edit: '編輯', |
| 45 | + export: '匯出', |
| 46 | + export_done: '匯出已完成。', |
| 47 | + fail: '操作失敗!', |
| 48 | + feedback: '意見回饋', |
| 49 | + file: '檔案', |
| 50 | + find: '尋找', |
| 51 | + find_all: '尋找所有', |
| 52 | + find_and_replace: '尋找並替換', |
| 53 | + find_history: '尋找歷史', |
| 54 | + folder: '資料夾', |
| 55 | + front: '前置', |
| 56 | + general: '一般', |
| 57 | + group: '群組', |
| 58 | + help: 'Help', |
| 59 | + hide: '隱藏', |
| 60 | + hide_at_launch: '啟動時隱藏', |
| 61 | + hide_dock_icon: '隱藏工作列圖示', |
| 62 | + hide_history: '隱藏歷史紀錄', |
| 63 | + hide_others: '隱藏其他', |
| 64 | + homepage: '首頁', |
| 65 | + host: '主機', |
| 66 | + hosts_add: '新增 hosts', |
| 67 | + hosts_delete: '刪除當前方案', |
| 68 | + hosts_delete_confirm: '確定要刪除當前方案嗎?', |
| 69 | + hosts_edit: '編輯 hosts', |
| 70 | + hosts_title: 'Hosts 標題', |
| 71 | + hosts_type: 'Hosts 類型', |
| 72 | + hosts_updated: 'Hosts 檔案已更新。', |
| 73 | + hour: '小時', |
| 74 | + hours: '小時', |
| 75 | + http_api_on: '開啟 HTTP API', |
| 76 | + http_api_on_desc: '運行於 {0} 通訊埠,可用於 Alfred 等第三方應用切換 hosts。', |
| 77 | + http_api_only_local: 'HTTP API 僅監聽 127.0.0.1', |
| 78 | + ignore_case: '忽略大小寫', |
| 79 | + import: '匯入', |
| 80 | + import_done: '匯入已完成。', |
| 81 | + import_fail: '匯入失敗!', |
| 82 | + import_from_url: '從 URL 匯入', |
| 83 | + is_latest_version_inform: '太棒了,你正在執行的是最新版本!', |
| 84 | + check_update_failed: '檢查更新失敗!', |
| 85 | + item_found: '{0} 項符合', |
| 86 | + items: '項', |
| 87 | + items_found: '{0} 項符合', |
| 88 | + language: '語言', |
| 89 | + last_refresh: '最後更新:', |
| 90 | + latest_version_desc: '最新的版本為:{0}', |
| 91 | + line: '行', |
| 92 | + lines: '行', |
| 93 | + loading: '載入中...', |
| 94 | + local: '本地', |
| 95 | + match: '符合', |
| 96 | + migrate_confirm: 'SwitchHosts v4.0 使用了新的資料儲存格式,是否遷移舊資料到新格式?', |
| 97 | + migrate_data: '遷移資料', |
| 98 | + minimize: '最小化', |
| 99 | + minute: '分鐘', |
| 100 | + minutes: '分鐘', |
| 101 | + move_items_to_trashcan: '移動 {0} 項到垃圾桶', |
| 102 | + move_to_trashcan: '移到垃圾桶', |
| 103 | + multi_chose_folder_switch_all: '多選資料夾開關控制子項目', |
| 104 | + need_to_relaunch: '需要重啟', |
| 105 | + need_to_relaunch_after_setting_changed: '設定已更改,應用重啟後生效。', |
| 106 | + never: '永不', |
| 107 | + new: '新建', |
| 108 | + new_version_found: '發現新版本', |
| 109 | + next: '下一個', |
| 110 | + no_access_to_hosts: '沒有寫入 Hosts 檔案的權限。', |
| 111 | + no_record: '沒有紀錄', |
| 112 | + overwrite: '覆寫', |
| 113 | + password: '密碼', |
| 114 | + paste: '貼上', |
| 115 | + port: '通訊埠', |
| 116 | + preferences: '選項', |
| 117 | + previous: '上一個', |
| 118 | + protocol: '協議', |
| 119 | + proxy: '代理', |
| 120 | + quit: '退出', |
| 121 | + read_only: '唯讀', |
| 122 | + redo: '重做', |
| 123 | + refresh: '更新', |
| 124 | + regexp: '正規表達式', |
| 125 | + reload: '重載', |
| 126 | + remote: '遠端', |
| 127 | + remove_duplicate_records: '移除重複的紀錄', |
| 128 | + remove_duplicate_records_desc: '如果一個網域指向多個 IP,只有第一條會生效,剩下的將被轉為註解。', |
| 129 | + replace: '替換', |
| 130 | + replace_all: '替換全部', |
| 131 | + replace_history: '替換歷史', |
| 132 | + reset: '重設', |
| 133 | + reset_data_dir_confirm: '確定要把資料夾重設為預設路徑嗎?({0})?', |
| 134 | + reset_zoom: '重設縮放', |
| 135 | + search: '搜尋', |
| 136 | + select_all: '全選', |
| 137 | + selected: '已選', |
| 138 | + show_dock_icon: '顯示工作列圖示', |
| 139 | + show_history: '顯示歷史紀錄', |
| 140 | + show_main_window: '顯示主視窗', |
| 141 | + show_title_on_tray: '在通知區域顯示標題', |
| 142 | + source_code: '原始碼', |
| 143 | + success: '操作成功!', |
| 144 | + sudo_prompt_title: '請輸入你的登入密碼(sudo 密碼)', |
| 145 | + system_hosts: '系統 Hosts', |
| 146 | + system_hosts_history: '系統 Hosts 歷史版本', |
| 147 | + system_hosts_history_delete_confirm: '確定要刪除該項紀錄嗎?', |
| 148 | + system_hosts_history_help: '如果歷史紀錄的總數超過這個限制,最舊的紀錄將被刪除。', |
| 149 | + system_hosts_history_limit: '最大紀錄數:', |
| 150 | + test: '測試', |
| 151 | + theme: '主題', |
| 152 | + theme_dark: '深色', |
| 153 | + theme_light: '亮色', |
| 154 | + title: '標題', |
| 155 | + to_show_source: '雙擊顯示原始碼。', |
| 156 | + toggle_developer_tools: '切換開發者工具', |
| 157 | + toggle_dock_icon: '顯示/隱藏任務列圖示', |
| 158 | + toggle_full_screen: '切換全螢幕', |
| 159 | + trashcan: '垃圾桶', |
| 160 | + trashcan_clear: '清除垃圾桶', |
| 161 | + trashcan_clear_confirm: '確定要清除垃圾桶嗎?', |
| 162 | + trashcan_delete_confirm: '要完全清除本項嗎?', |
| 163 | + trashcan_restore: '復原', |
| 164 | + tray_mini_window: '任務列快捷視窗', |
| 165 | + undo: '取消', |
| 166 | + unhide: '取消隱藏', |
| 167 | + untitled: '未命名', |
| 168 | + url_placeholder: 'http:// 或 https:// 或 file://', |
| 169 | + usage_data_agree: '好的,寄送匿名的使用資料', |
| 170 | + usage_data_help: |
| 171 | + '您願意寄送匿名的使用資料來幫助我們改善 SwitchHosts 嗎?資料中不會包含任何隱私資訊。', |
| 172 | + usage_data_title: '幫助改善 SwitchHosts', |
| 173 | + use_proxy: '使用代理', |
| 174 | + use_system_window_frame: '使用系統視窗外框,需要重啟程式', |
| 175 | + view: '視窗', |
| 176 | + where_is_my_data: '我的資料儲存在哪裡?', |
| 177 | + where_is_my_hosts: '我的 hosts 檔案在哪裡?', |
| 178 | + window: 'Window', |
| 179 | + write_mode: '寫入模式', |
| 180 | + write_mode_append_help: '新紀錄將追加到現有系統 hosts 檔案後面。', |
| 181 | + write_mode_overwrite_help: '新紀錄將覆寫現有系統 hosts 檔案。', |
| 182 | + write_mode_set: '設定寫入模式', |
| 183 | + your_data_is: '你的資料在:', |
| 184 | + your_hosts_file_is: '你的 hosts 檔案在:', |
| 185 | + zoom: '縮放', |
| 186 | + zoom_in: '放大', |
| 187 | + zoom_out: '縮小', |
| 188 | +} |
| 189 | + |
| 190 | +export default lang |
0 commit comments