fix: fix i18n
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled

This commit is contained in:
wangdan-fit2cloud 2025-10-10 18:17:56 +08:00 committed by CaptainB
parent 602ea9a971
commit 57ea4c5fde
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',