wip: 表格列设置

This commit is contained in:
kailong321200875
2023-12-19 15:47:19 +08:00
parent 0d159bacec
commit 747c26fbcc
6 changed files with 139 additions and 83 deletions

View File

@@ -48,7 +48,9 @@ export default {
lengthRange: 'The length should be between {min} and {max}',
notSpace: 'Spaces are not allowed',
notSpecialCharacters: 'Special characters are not allowed',
isEqual: 'The two are not equal'
isEqual: 'The two are not equal',
// 列设置
setting: 'Setting'
},
lock: {
lockScreen: 'Lock screen',

View File

@@ -48,7 +48,8 @@ export default {
lengthRange: '长度在 {min} 到 {max} 个字符',
notSpace: '不能包含空格',
notSpecialCharacters: '不能包含特殊字符',
isEqual: '两次输入不一致'
isEqual: '两次输入不一致',
setting: '设置'
},
lock: {
lockScreen: '锁定屏幕',