mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-04 17:45:34 +08:00
v3.9.0 里程碑版本发布
This commit is contained in:
@ -9,6 +9,8 @@ export default {
|
||||
dropdownItemRefreshCache: 'Clean cache',
|
||||
dropdownItemSwitchAccount: 'Account Setting',
|
||||
dropdownItemSwitchDefaultHomePage: 'Switch Home Page',
|
||||
dropdownItemSwitchDefaultWeb: 'Web Download',
|
||||
dropdownItemSwitchDefaultAndroid: 'Android Apk Download',
|
||||
|
||||
tooltipErrorLog: 'Error log',
|
||||
tooltipLock: 'Lock screen',
|
||||
|
||||
@ -95,6 +95,7 @@ export default {
|
||||
|
||||
userName: 'Username',
|
||||
password: 'Password',
|
||||
loginOrgCode: 'Department',
|
||||
inputCode: 'Verification code',
|
||||
confirmPassword: 'Confirm Password',
|
||||
email: 'Email',
|
||||
|
||||
@ -10,6 +10,9 @@ export default {
|
||||
dropdownItemSwitchAccount: '账户设置',
|
||||
dropdownItemSwitchDefaultHomePage: '切换首页',
|
||||
|
||||
dropdownItemSwitchDefaultWeb: '桌面应用',
|
||||
dropdownItemSwitchDefaultAndroid: '移动App',
|
||||
|
||||
// tooltip
|
||||
tooltipErrorLog: '错误日志',
|
||||
tooltipLock: '锁定屏幕',
|
||||
|
||||
@ -95,6 +95,7 @@ export default {
|
||||
|
||||
userName: '账号',
|
||||
password: '密码',
|
||||
loginOrgCode: '部门',
|
||||
inputCode: '验证码',
|
||||
confirmPassword: '确认密码',
|
||||
email: '邮箱',
|
||||
|
||||
Reference in New Issue
Block a user