forked from reruin/sharelist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh-CN.js
59 lines (59 loc) · 2.07 KB
/
zh-CN.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":"下载链接有效期(秒)",
"max_age_download_placeholder":"设置为0时永久有效",
"anonymous_uplod_enable":"开放上传",
"virtual_path":"虚拟路径",
"general":"常规",
"webdav_path":"WebDAV路径",
"ignore_file_extensions":"忽略文件类型",
"ignore_file_extensions_placeholder":"文件扩展名,多个用逗号分隔。如 docx,pptx",
"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":"主题"
}