style(系统设置): 系统参数文案修改
This commit is contained in:
parent
77f5530767
commit
933415c30d
|
@ -126,7 +126,7 @@
|
||||||
const saveLoading = ref(false);
|
const saveLoading = ref(false);
|
||||||
|
|
||||||
async function saveConfig() {
|
async function saveConfig() {
|
||||||
if (!hasPermission) {
|
if (!hasPermission.value) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
saveLoading.value = true;
|
saveLoading.value = true;
|
||||||
|
|
|
@ -192,7 +192,7 @@ export default {
|
||||||
'system.config.auth.testLoginPasswordNotNull': 'LDAP login password cannot be empty',
|
'system.config.auth.testLoginPasswordNotNull': 'LDAP login password cannot be empty',
|
||||||
'system.config.auth.testLoginSuccess': 'LDAP login successful',
|
'system.config.auth.testLoginSuccess': 'LDAP login successful',
|
||||||
'system.config.auth.testLoginCancel': 'Cancel',
|
'system.config.auth.testLoginCancel': 'Cancel',
|
||||||
'system.config.memoryCleanup': 'Memory cleanup',
|
'system.config.memoryCleanup': 'Data cleanup',
|
||||||
'system.config.memoryCleanup.log': 'Log',
|
'system.config.memoryCleanup.log': 'Log',
|
||||||
'system.config.memoryCleanup.history': 'Change history',
|
'system.config.memoryCleanup.history': 'Change history',
|
||||||
'system.config.memoryCleanup.keepTime': 'Retention time',
|
'system.config.memoryCleanup.keepTime': 'Retention time',
|
||||||
|
|
|
@ -187,7 +187,7 @@ export default {
|
||||||
'system.config.auth.testLoginPasswordNotNull': 'LDAP 登录密码不能为空',
|
'system.config.auth.testLoginPasswordNotNull': 'LDAP 登录密码不能为空',
|
||||||
'system.config.auth.testLoginCancel': '取消测试',
|
'system.config.auth.testLoginCancel': '取消测试',
|
||||||
'system.config.auth.testLoginSuccess': 'LDAP 登录成功',
|
'system.config.auth.testLoginSuccess': 'LDAP 登录成功',
|
||||||
'system.config.memoryCleanup': '内存清理',
|
'system.config.memoryCleanup': '数据清理',
|
||||||
'system.config.memoryCleanup.log': '日志',
|
'system.config.memoryCleanup.log': '日志',
|
||||||
'system.config.memoryCleanup.history': '变更历史',
|
'system.config.memoryCleanup.history': '变更历史',
|
||||||
'system.config.memoryCleanup.keepTime': '保留时长',
|
'system.config.memoryCleanup.keepTime': '保留时长',
|
||||||
|
|
Loading…
Reference in New Issue