feat: 新增系统设置帮助文档/官网设置
This commit is contained in:
@@ -128,6 +128,7 @@ export default {
|
||||
register: 'Registrations',
|
||||
page403: 'No Access',
|
||||
page404: 'Match Page Not Found',
|
||||
helpDoc: 'System User Documentation',
|
||||
account: {
|
||||
index: "Personal Center",
|
||||
profile: "Personal Info",
|
||||
@@ -155,8 +156,12 @@ export default {
|
||||
|
||||
// 布局
|
||||
loayouts: {
|
||||
basic: {
|
||||
officialUrl: 'Official',
|
||||
helpDoc: 'Doc',
|
||||
},
|
||||
rightContent: {
|
||||
helpDoc: "Help Documentation",
|
||||
helpDoc: "System User Documentation",
|
||||
fullscreen: "Full Screen",
|
||||
logout: "Logout",
|
||||
profile: "Profile",
|
||||
@@ -1025,8 +1030,9 @@ export default {
|
||||
saveSuccess: 'Submit ands Save Successful',
|
||||
revert: 'Reset',
|
||||
revertSuccess: 'Reset Successful',
|
||||
uploadFormat: 'Only the upload image format ({format}) is supported',
|
||||
uploadSize: 'Image file size must be less than {size}MB',
|
||||
uploadFile: 'Upload File',
|
||||
uploadFormat: 'Only the upload file format ({format}) is supported',
|
||||
uploadSize: 'The file size must be less than {size}MB.',
|
||||
uploadSuccess: 'File uploaded successfully, submit and save to take effect',
|
||||
sysLogo: 'System Logo',
|
||||
sysLogoBrand: 'Brand',
|
||||
@@ -1040,11 +1046,9 @@ export default {
|
||||
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',
|
||||
@@ -1056,6 +1060,20 @@ export default {
|
||||
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.',
|
||||
sysHelpDoc: 'System User Documentation',
|
||||
sysHelpDocTipContentUpload: 'Are you sure you want to upload the system documentation?',
|
||||
sysHelpDocTipContent: 'Confirm that you want to submit system usage documentation for the current change?',
|
||||
sysHelpDocTipContentRevert: 'Are you sure you want to restore and clear the system usage files?',
|
||||
sysHelpDocNo: 'No Documentation',
|
||||
sysHelpDocOpen: 'Document Access',
|
||||
sysHelpDocInstruction: 'Description of system functions and use, PDF document manual',
|
||||
sysOfficialUrl: 'Official Link',
|
||||
sysOfficialUrlErrTip: 'Please fill in a valid link address http(s)://',
|
||||
sysOfficialUrlTipContent: 'Do you confirm that you want to submit the current change of the official website address?',
|
||||
sysOfficialUrlNo: 'No link address',
|
||||
sysOfficialUrlOpen: 'Open the official website.',
|
||||
sysOfficialUrlInstruction: 'Official website link address',
|
||||
sysOfficialUrlInstruction1: 'start, if you need to hide do not jump to fill in the',
|
||||
},
|
||||
role:{
|
||||
allScopeOptions:'All data permissions',
|
||||
|
||||
@@ -128,6 +128,7 @@ export default {
|
||||
register: '注册',
|
||||
page403: '没有访问权限',
|
||||
page404: '找不到匹配页面',
|
||||
helpDoc: '系统使用文档',
|
||||
account: {
|
||||
index: "个人中心",
|
||||
profile: "个人信息",
|
||||
@@ -155,8 +156,12 @@ export default {
|
||||
|
||||
// 布局
|
||||
loayouts: {
|
||||
basic: {
|
||||
officialUrl: '官网',
|
||||
helpDoc: '使用手册',
|
||||
},
|
||||
rightContent: {
|
||||
helpDoc: "帮助手册",
|
||||
helpDoc: "系统使用文档",
|
||||
fullscreen: "全屏显示",
|
||||
logout: "退出登录",
|
||||
profile: "个人中心",
|
||||
@@ -1025,8 +1030,9 @@ export default {
|
||||
saveSuccess: '提交保存成功',
|
||||
revert: '还原',
|
||||
revertSuccess: '还原成功',
|
||||
uploadFormat: '只支持上传图片格式({format})',
|
||||
uploadSize: '图片文件大小必须小于 {size}MB',
|
||||
uploadFile: '上传文件',
|
||||
uploadFormat: '只支持上传文件格式({format})',
|
||||
uploadSize: '文件大小必须小于 {size}MB',
|
||||
uploadSuccess: '文件上传成功,提交保存生效',
|
||||
sysLogo: '系统LOGO',
|
||||
sysLogoBrand: '全图',
|
||||
@@ -1040,11 +1046,9 @@ export default {
|
||||
sysLogoInstruction3: '以LOGO+系统名称的形式展示到系统LOGO区域。',
|
||||
sysLogoInstruction4: 'LOGO尺寸比例大小',
|
||||
sysName: '系统名称',
|
||||
sysNamePlease: '请输入系统名称',
|
||||
sysNameLimitation: '系统名称限制',
|
||||
sysNameTipContent: '确认要提交当前变更的系统名称吗?',
|
||||
sysCopyright: '版权声明',
|
||||
sysCopyrightPlease: '请输入版权声明',
|
||||
sysCopyrightLimitation: '版权声明限制',
|
||||
sysCopyrightTipContent: '确认要提交当前变更的版权声明吗?',
|
||||
sysLoginBg: '登录界面背景',
|
||||
@@ -1056,6 +1060,20 @@ export default {
|
||||
sysLoginBgInstruction: '系统登录界面背景样式如预览区域所示,请以实际显示为准',
|
||||
sysLoginBgInstruction1: '请将选择合适的图片进行进行上传。',
|
||||
sysLoginBgInstruction2: '通过点击《还原》按钮,将背景图还原到系统初始默认的背景。',
|
||||
sysHelpDoc: '系统使用文档',
|
||||
sysHelpDocTipContentUpload: '确认要上传系统使用文档吗?',
|
||||
sysHelpDocTipContent: '确认要提交当前变更的系统使用文档吗?',
|
||||
sysHelpDocTipContentRevert: '确认要还原清空系统使用文档吗?',
|
||||
sysHelpDocNo: '无文档',
|
||||
sysHelpDocOpen: '文档查阅',
|
||||
sysHelpDocInstruction: '系统功能及使用说明,PDF文档手册',
|
||||
sysOfficialUrl: '官网链接',
|
||||
sysOfficialUrlErrTip: '请填写有效的链接地址 http(s)://',
|
||||
sysOfficialUrlTipContent: '确认要提交当前变更的官网地址吗?',
|
||||
sysOfficialUrlNo: '无链接地址',
|
||||
sysOfficialUrlOpen: '打开官网',
|
||||
sysOfficialUrlInstruction: '官网链接地址',
|
||||
sysOfficialUrlInstruction1: '开头,如需隐藏不跳转填写',
|
||||
},
|
||||
role:{
|
||||
allScopeOptions:'全部数据权限',
|
||||
|
||||
Reference in New Issue
Block a user