fix: fix i18n

v3.2
wangdan-fit2cloud 2025-10-10 18:17:56 +08:00
parent f5a7cdd010
commit abf57a9458
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ export default {
green: 'Green', green: 'Green',
purple: 'Purple', purple: 'Purple',
red: 'Red', red: 'Red',
custom: 'theme.custom', custom: 'Custom',
loginBackground: 'Login Background Image', loginBackground: 'Login Background Image',
loginLogo: 'Login Logo', loginLogo: 'Login Logo',
websiteLogo: 'Website Logo', websiteLogo: 'Website Logo',

View File

@ -77,8 +77,8 @@ export default {
dingtalk: 'DingTalk', dingtalk: 'DingTalk',
lark: 'Lark', lark: 'Lark',
effective: 'Effective', effective: 'Effective',
alreadyTurnedOn: 'Turned On', alreadyTurnedOn: 'Enabled',
notEnabled: 'Not Enabled', notEnabled: 'Disabled',
validate: 'Validate', validate: 'Validate',
validateSuccess: 'Successful', validateSuccess: 'Successful',
validateFailed: 'Validation failed', validateFailed: 'Validation failed',