langs/zh-tw
Massimo Melina committed
Apr 15, 2023 at 16:09 UTC
fa964a1e7f5d00ee5fb265f5ee8700493373209b
2 files changed
+116
-1
src/langs/embedded.ts
+2
-1
@@ -4,5 +4,6 @@ import ru from './hfs-lang-ru.json'
4
import sr from './hfs-lang-sr.json'
5
import ko from './hfs-lang-ko.json'
6
import ms from './hfs-lang-ms.json'
7
+import zh_tw from './hfs-lang-zh-tw.json'
8
8
-export default { it, zh, ru, sr, ko, ms }
\ No newline at end of file
9
+export default { it, zh, ru, sr, ko, ms, 'zh-tw': zh_tw }
\ No newline at end of file
src/langs/hfs-lang-zh-tw.json
new
+114
@@ -0,0 +1,114 @@
1
+{
2
+ "author": "Phoenix",
3
+ "version": 1.0,
4
+ "hfs_version": "0.43.0",
5
+ "translate": {
6
+ "Select": "選擇",
7
+ "n_files": "{n,plural,one{# 個檔案} other{# 個檔案}}",
8
+ "n_folders": "{n,plural,one{# 個資料夾} other{# 個資料夾}}",
9
+ "filter_count": "{n,plural, one{# 已過濾} other{# 已過濾}}",
10
+ "select_count": "{n,plural, one{# 已選擇} other{# 已選擇}}",
11
+ "filter_placeholder": "輸入內容,過濾下方列表",
12
+ "Select some files": "選擇一些檔案",
13
+ "zip_checkboxes": "使用選擇來複選檔案,然後再次使用Zip壓縮",
14
+ "zip_tooltip_selected": "將所選檔案下載為單一Zip壓縮檔",
15
+ "zip_tooltip_whole": "將整個列表(未過濾)作為單一Zip壓縮檔下載.如果選擇了一些檔案,則只會下載那些檔案",
16
+ "zip_confirm_search": "將此搜尋的所有結果下載為Zip壓縮檔?",
17
+ "zip_confirm_folder": "確認將整個資料夾下載為Zip壓縮檔?",
18
+ "select_tooltip": "選擇適用於\"Zip\"和\"刪除\"(如果有的話),也可以過濾列表",
19
+ "delete_hint": "請先點擊“選擇”某些項目,才能執行刪除.",
20
+ "delete_confirm": "確認刪除 {n,plural, one{# 項} other{# 項}}?",
21
+ "delete_completed": "刪除: {n} 完成",
22
+ "delete_failed": ", {n,plural, one{# 失敗} other{# 失敗}}",
23
+ "delete_select": "選擇要刪除的項目",
24
+ "Delete": "刪除",
25
+ "Options": "選項",
26
+ "Search": "搜尋",
27
+ "Zip": "Zip",
28
+ "search_msg": "搜尋目前資料夾和子資料夾",
29
+ "Searching": "搜尋中",
30
+ "Searched": "搜尋完成",
31
+ "Clear search": "清除搜尋條件",
32
+ "Interrupted": "中止",
33
+ "stopped_before": "已停止",
34
+ "empty_list": "空列表",
35
+ "filter_none": "過濾後無找到",
36
+
37
+ "Admin-panel": "管理面板",
38
+ "Login": "登入",
39
+ "Username": "使用者名稱",
40
+ "Password": "密碼",
41
+ "login_untrusted": "登入已中止:無法信任伺服器身份",
42
+ "login_bad_credentials": "帳號密碼錯誤",
43
+ "login_bad_cookies": "Cookies無法運作 - 登入失敗",
44
+ "User panel": "使用者面板",
45
+ "Change password": "修改密碼",
46
+ "enter_pass": "輸入新密碼",
47
+ "enter_pass2": "再次輸入相同的新密碼",
48
+ "pass2_mismatch": "密碼輸入不一致。修改失敗!",
49
+ "password_changed": "密碼修改成功",
50
+ "Logout": "登出",
51
+ "connection error": "連線錯誤",
52
+ "Full timestamp:": "完整的時間戳:",
53
+ "Search was interrupted": "搜尋已中止",
54
+ "Stop list": "停止",
55
+
56
+ "upload_starting": "開始下載",
57
+ "wrong_account": "使用者 {u} 沒有存取權限,請更換使用者",
58
+ "no_upload_here": "沒有上傳權限",
59
+ "Create folder": "建立資料夾",
60
+ "Pick files": "選擇檔案",
61
+ "Pick folder": "選擇資料夾",
62
+ "send_files": "開始上傳 {n,plural,one{# 檔案} other{# 檔案}}, {size}",
63
+ "Clear": "清空",
64
+ "failed_upload": "無法上傳 {name}",
65
+ "confirm_resume": "繼續上傳?",
66
+ "file too large": "檔案太大",
67
+ "Enter folder name": "輸入資料夾名稱",
68
+ "Successfully created": "建立成功",
69
+ "enter_folder": "進入資料夾",
70
+ "folder_exists": "已有相同名稱資料夾存在",
71
+
72
+ "Sort by": "排序依據",
73
+ "name": "檔案名稱",
74
+ "extension": "副檔名",
75
+ "size": "檔案大小",
76
+ "time": "檔案時間",
77
+ "Invert order": "倒序排列",
78
+ "Folders first": "資料夾先排序",
79
+ "Numeric names": "數字編號排序",
80
+ "theme:": "主題:",
81
+ "auto": "自動",
82
+ "light": "淺色",
83
+ "dark": "深色",
84
+ "parent folder": "上層資料夾",
85
+ "home": "主目錄",
86
+
87
+ "Continue": "繼續",
88
+ "Confirm": "確認",
89
+ "Don't": "取消",
90
+ "Warning": "警告",
91
+ "Error": "錯誤",
92
+ "Info": "資訊",
93
+
94
+ "Unauthorized": "未授權",
95
+ "Forbidden": "禁止",
96
+ "Not found": "找不到",
97
+ "Server error": "伺服器錯誤",
98
+
99
+ "Upload": "上傳",
100
+ "upload_concluded": "上傳完成:",
101
+ "upload_finished": "{n} 個檔案完成 ({size})",
102
+ "upload_errors": "{n} 失敗",
103
+ "upload_file_rejected": "部分檔案不被允許",
104
+
105
+ "download counter": "下載次數",
106
+
107
+ "File menu": "檔案選單",
108
+ "Folder menu": "資料夾選單",
109
+ "Name": "名稱",
110
+ "file_open": "開啟",
111
+ "Download": "下載",
112
+ "Missing permission": "權限不足"
113
+ }
114
+}
\ No newline at end of file