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.',
},
},
},
};