forked from reruin/sharelist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh-TW.js
59 lines (59 loc) · 2.09 KB
/
zh-TW.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
module.exports = {
"manage": "管理",
"ok":"確定",
"add":"新增",
"filename":"名稱",
"size":"大小",
"last_modified":"最後修改",
"auth_user_placeholder":"請輸入帳號",
"auth_passwd_placeholder":"請輸入密碼",
"unable_to_preview":"暫時無法預覽",
"token":"登入令牌管理",
"new_token":"請輸入新的登入令牌以變更",
"site_title":"網站標題",
"install":"安裝",
"type":"類型",
"name":"自訂名稱",
"save":"更新/儲存",
"export":"匯出設定",
"enable":"啟用",
"disable":"禁用",
"clear_cache":"清除快取",
"input_path_placeholder":"請輸入掛載源或掛載路徑",
"signin":"登入",
"input_token":"請輸入您的登入令牌",
"proxy_enable":"網址代理",
"preview_enable":"預覽",
"readme_enable":"顯示README.md",
"max_age_dir":"資料夾快取周期(秒)",
"max_age_file":"檔案快取周期(秒)",
"max_age_download":"下載鏈接有效期(秒)",
"anonymous_uplod_enable":"匿名上載",
"max_age_download_placeholder":"設置為0時永久有效",
"virtual_path":"虛擬路徑",
"general":"通用設定",
"webdav_path":"WebDAV路徑",
"ignore_file_extensions":"忽略文件類型",
"ignore_file_extensions_placeholder":"文件擴展名,多個用逗號分隔",
"ignore_paths":"忽略路徑",
"ignore_paths_placeholder":"路徑,多個用逗號分隔",
"plugin_option":"插件配置",
"custom_style":"自定義樣式",
"custom_script":"自定義腳本",
"reboot":"重啟",
"proxy_paths":"代理路徑",
"proxy_server":"中轉服務器",
"proxy_server_placeholder":"",
"ocr_server":"驗證碼識別接口",
"ocr_server_placeholder":"留空使用本程式內置接口",
"language":"切換語言",
"anonymous_enable":"匿名瀏覽",
"signout":"登出",
"anonymous_download":"匿名下载限制",
"anonymous_download_placeholder":"匹配正則表達式,留空表示允許下載任意文件。",
"index_enable":"目錄索引",
"smb_server_enable":"SMB 服務",
"smb_server_port":"SMB 端口",
"smb_anonymous_enable":"SMB 允许匿名瀏覽",
"theme":"主題"
}