style: 系统设置多语言

This commit is contained in:
TsMask
2023-11-10 11:43:03 +08:00
parent 946db8848c
commit be4e1b1d09
7 changed files with 162 additions and 54 deletions

View File

@@ -576,7 +576,45 @@ export default {
loginPwd:'Login password',
updateSure:'Do you want to update existing data',
downloadObj:'Download Tpl',
}
},
setting: {
charMaxLen: 'bit character length',
saveSubmit: 'Submit Save',
saveSuccess: 'Submit Save Successful',
revert: 'Vat',
revertSuccess: 'Vat Successful',
uploadFormat: 'Only the upload image format ({format}) is supported',
uploadSize: 'Image file size must be less than {size}MB',
uploadSuccess: 'File uploaded successfully, submit and save to take effect',
sysLogo: 'System Logo',
sysLogoBrand: 'Brand',
sysLogoIcon: 'Icon',
sysLogoUpload: 'Upload Logo',
sysLogoTipContent: 'Confirm that you want to submit the currently changed logo file?',
sysLogoTipContentUpload: 'Are you sure you want to upload the logo file?',
sysLogoInstruction: 'The system logo display style is shown in the preview area.',
sysLogoInstruction1: 'If you want to change the image, please adjust it accordingly before uploading.',
sysLogoInstruction2: 'Show the whole picture to the system logo area, please use transparent background, size ratio size',
sysLogoInstruction3: 'Displayed as logo + system name to the system logo area.',
sysLogoInstruction4: 'Logo size ratio size',
sysName: 'System Name',
sysNamePlease: 'Please enter the system name',
sysNameLimitation: 'System Name Restrictions',
sysNameTipContent: 'Confirm that you want to submit the current changed system name?',
sysCopyright: 'Copyright Notice',
sysCopyrightPlease: 'Please enter copyright notice',
sysCopyrightLimitation: 'Copyright Notice Limitation',
sysCopyrightTipContent: 'Confirmation of submitting a copyright notice for the current change?',
sysLoginBg: 'Login screen background',
sysLoginBgNone: 'No background image',
sysLoginBgUpload: 'Upload background image',
sysLoginBgTipContentUpload: 'Confirmed to upload login screen background file?',
sysLoginBgTipContent: 'Are you sure you want to submit the currently changed login screen background?',
sysLoginBgTipContentRevert: 'Are you sure you want to restore the background image to the initial system default background?',
sysLoginBgInstruction: 'The background style of the system login interface is shown in the preview area, please refer to the actual display.',
sysLoginBgInstruction1: 'Please select the appropriate image for uploading.',
sysLoginBgInstruction2: 'Restore the background image to the initial system default background by clicking the Restore button.',
},
},
},
};

View File

@@ -576,7 +576,45 @@ export default {
loginPwd:'登入密码',
updateSure:'是否更新已经存在的数据',
downloadObj:'下载模板',
},
},
setting: {
charMaxLen: '位字符长度',
saveSubmit: '提交保存',
saveSuccess: '提交保存成功',
revert: '还原',
revertSuccess: '还原成功',
uploadFormat: '只支持上传图片格式({format}',
uploadSize: '图片文件大小必须小于 {size}MB',
uploadSuccess: '文件上传成功,提交保存生效',
sysLogo: '系统LOGO',
sysLogoBrand: '全图',
sysLogoIcon: '小图',
sysLogoUpload: '上传LOGO',
sysLogoTipContent: '确认要提交当前变更的LOGO文件吗?',
sysLogoTipContentUpload: '确认要上传LOGO文件吗?',
sysLogoInstruction: '系统LOGO展示样式如预览区域所示',
sysLogoInstruction1: '如需变更请将图片进行对应处理调整后在进行上传。',
sysLogoInstruction2: '将整张图片展示到系统LOGO区域请使用透明背景尺寸比例大小',
sysLogoInstruction3: '以LOGO+系统名称的形式展示到系统LOGO区域。',
sysLogoInstruction4: 'LOGO尺寸比例大小',
sysName: '系统名称',
sysNamePlease: '请输入系统名称',
sysNameLimitation: '系统名称限制',
sysNameTipContent: '确认要提交当前变更的系统名称吗?',
sysCopyright: '版权声明',
sysCopyrightPlease: '请输入版权声明',
sysCopyrightLimitation: '版权声明限制',
sysCopyrightTipContent: '确认要提交当前变更的版权声明吗?',
sysLoginBg: '登录界面背景',
sysLoginBgNone: '暂无背景图',
sysLoginBgUpload: '上传背景图',
sysLoginBgTipContentUpload: '确认要上传登录界面背景文件吗?',
sysLoginBgTipContent: '确认要提交当前变更的登录界面背景吗?',
sysLoginBgTipContentRevert: '确认要将背景图还原到系统初始默认的背景吗?',
sysLoginBgInstruction: '系统登录界面背景样式如预览区域所示,请以实际显示为准',
sysLoginBgInstruction1: '请将选择合适的图片进行进行上传。',
sysLoginBgInstruction2: '通过点击《还原》按钮,将背景图还原到系统初始默认的背景。',
},
},
},
};