update: 语言翻译更新

This commit is contained in:
lan
2024-06-16 09:02:42 +08:00
parent 174ecb3fa2
commit 277b98b7cb
21 changed files with 113 additions and 470 deletions
+8 -2
View File
@@ -53,11 +53,14 @@ export default {
explain:'界面说明',
errorlimit: '错误限制',
keywords: '关键词',
notify_title: '通知标题',
notify_content: '通知内容',
background: '背景图片',
admin_token: '管理密码',
uploadSize: '文件大小',
max_save_seconds: '最长保存',
maxSaveSecondsNote: '最长保存时间,单位:(秒),默认为0则为7天',
admin_token: '管理密码',
uploadSize: '文件大小',
expireStyle: '过期方式',
uploadSizeNote: '最大文件大小,单位:Bytes),1mb=1 * 1024 * 1024',
openUpload: {
title: '开启上传',
@@ -103,6 +106,8 @@ export default {
systemSetting: '系统设置',
about: '关于我们',
color: '颜色模式',
send: '寄件',
receive: '收件',
signout: '退出登录',
},
login: {
@@ -117,5 +122,6 @@ export default {
fileOverSize: '文件过大',
fileUploadFail: '上传失败',
fileUploadSuccess: '上传成功',
uploadClose: '本站已关闭游客上传',
}
};