diff --git a/src/_h5ai/conf/l10n/zh-cn.json b/src/_h5ai/conf/l10n/zh-cn.json index 1f8e0c23..6d244fea 100644 --- a/src/_h5ai/conf/l10n/zh-cn.json +++ b/src/_h5ai/conf/l10n/zh-cn.json @@ -1,13 +1,19 @@ { "lang": "简体中文", "details": "详情", + "list": "列表", + "grid": "网格", "icons": "图标", "name": "文件名", - "lastModified": "上次修改", + "lastModified": "修改时间", "size": "大小", "parentDirectory": "上层文件夹", "empty": "空文件夹", "folders": "文件夹", "files": "文件", - "download": "下载" -} \ No newline at end of file + "download": "下载", + "noMatch": "没有匹配", + "dateFormat": "YYYY-MM-DD HH:mm", + "filter": "过滤", + "delete": "删除" +}