mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: Optimize translation
This commit is contained in:
parent
125e7b47e8
commit
a1fca58864
|
|
@ -52,8 +52,8 @@ export default {
|
|||
},
|
||||
permissionType: {
|
||||
label: 'Permission',
|
||||
privateDesc: 'Only the current user can use',
|
||||
publicDesc: 'All users can use',
|
||||
privateDesc: 'Available only to current user',
|
||||
publicDesc: 'Available to all users',
|
||||
requiredMessage: 'Permission cannot be empty'
|
||||
},
|
||||
model_type: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue