langs: zh
Massimo Melina committed
Mar 18, 2023 at 18:35 UTC
fa7ae7dbbd10c62ad8c227d9f56a4ca3c396ab62
1 file changed
+105
langs/hfs-lang-zh.json
new
+105
@@ -0,0 +1,105 @@
1
+{
2
+ "author": "yx3016",
3
+ "version": 1.0,
4
+ "hfs_version": "0.40.1",
5
+ "translate": {
6
+ "Select": "选择",
7
+ "n_files": "{n,plural,one{# file} other{# files}}",
8
+ "n_folders": "{n,plural,one{# folder} other{# folders}}",
9
+ "filter_count": "{n,plural, one{# filtered} other{# filtered}}",
10
+ "select_count": "{n,plural, one{# selected} other{# selected}}",
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”和“Delete”,也可以筛选列表.",
19
+ "delete_hint": "请先单击“选择”某个项目,才能执行删除.",
20
+ "delete_confirm": "确认删除 {n,plural, one{# item} other{# items}}?",
21
+ "delete_completed": "删除: {n} 成功!",
22
+ "delete_failed": "删除失败, {n,plural, one{# failed} other{# failed}}",
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": "Cookie错误-登录失败",
44
+ "User panel": "用户面板",
45
+ "Change password": "修改密码",
46
+ "enter_pass": "输入新密码",
47
+ "enter_pass2": "再次输入一遍密码",
48
+ "pass2_mismatch": "2次密码输入的不一致。修改失败!",
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{# file} other{# files}}, {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": "auto",
82
+ "light": "明亮",
83
+ "dark": "暗黑",
84
+ "parent folder": "上层文件夹",
85
+ "home": "根目录",
86
+
87
+ "Continue": "继续",
88
+ "Confirm": "确认",
89
+ "Don't": "取消",
90
+ "Warning": "警告",
91
+ "Error": "错误",
92
+
93
+ "Unauthorized": "未授权",
94
+ "Forbidden": "禁止",
95
+ "Not found": "未找到",
96
+ "Server error": "服务器错误",
97
+
98
+ "Upload": "上传",
99
+ "Upload terminated": "上传已终止",
100
+ "upload_finished": "上传{n} 结束 ({size})",
101
+ "upload_errors": "上传失败{n} 失败",
102
+
103
+ "download counter": "download 计数"
104
+ }
105
+}
\ No newline at end of file