mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
fix: fix i18n
This commit is contained in:
parent
602ea9a971
commit
57ea4c5fde
|
|
@ -11,7 +11,7 @@ export default {
|
|||
green: 'Green',
|
||||
purple: 'Purple',
|
||||
red: 'Red',
|
||||
custom: 'theme.custom',
|
||||
custom: 'Custom',
|
||||
loginBackground: 'Login Background Image',
|
||||
loginLogo: 'Login Logo',
|
||||
websiteLogo: 'Website Logo',
|
||||
|
|
|
|||
|
|
@ -77,8 +77,8 @@ export default {
|
|||
dingtalk: 'DingTalk',
|
||||
lark: 'Lark',
|
||||
effective: 'Effective',
|
||||
alreadyTurnedOn: 'Turned On',
|
||||
notEnabled: 'Not Enabled',
|
||||
alreadyTurnedOn: 'Enabled',
|
||||
notEnabled: 'Disabled',
|
||||
validate: 'Validate',
|
||||
validateSuccess: 'Successful',
|
||||
validateFailed: 'Validation failed',
|
||||
|
|
|
|||
Loading…
Reference in New Issue