langs/zh updated #288

Massimo Melina committed Jul 23, 2023 at 15:15 UTC 52c738b6ba9a400d9e68cea6624918cf3de4ffa7
1 file changed +26 -6
src/langs/hfs-lang-zh.json
+26 -6
@@ -1,7 +1,7 @@
1 -{
2 - "author": "yx3016",
3 - "version": 1.1,
4 - "hfs_version": "0.40.1",
1 +{
2 + "author": "yx3016 & MircoH0",
3 + "version": 1.2,
4 + "hfs_version": "0.46.0",
5 "translate": {
6 "Select": "选择",
7 "n_files": "{n} 个文件",
@@ -89,6 +89,7 @@
89 "Don't": "取消",
90 "Warning": "警告",
91 "Error": "错误",
92 + "Info": "信息",
93
94 "Unauthorized": "未授权",
95 "Forbidden": "禁止",
@@ -96,10 +97,29 @@
97 "Server error": "服务器错误",
98
99 "Upload": "上传",
99 - "Upload terminated": "上传已终止",
100 + "upload_concluded": "上传已终止:",
101 "upload_finished": "上传{n} 结束 ({size})",
102 "upload_errors": "上传失败{n} 失败",
103 + "upload_file_rejected": "部分文件被服务器拒绝接收",
104
103 - "download counter": "download 计数"
105 + "File menu": "文件菜单",
106 + "Folder menu": "文件夹菜单",
107 + "Name": "名称",
108 + "file_open": "打开",
109 + "Download": "下载",
110 + "Missing permission": "权限缺失",
111 + "Reload": "刷新",
112 + "Get list": "生成列表",
113 + "Skip existing files": "跳过已存在的文件",
114 + "Size": "大小",
115 + "Timestamp": "时间戳",
116 + "Show": "显示",
117 + "Loading failed": "加载失败",
118 + "Rename": "重命名",
119 + "Tiles mode:": "图标平铺模式:",
120 + "off": "关闭",
121 + "Operation successful": "操作执行成功",
122 + "Uploader": "上传者",
123 + "Download counter": "下载计数"
124 }
125 }
\ No newline at end of file