From cd0cd8a1528435216e91b812c7649d455617c113 Mon Sep 17 00:00:00 2001 From: Flyum <48307752+mfanoffice@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:06:44 +0800 Subject: [PATCH] fix: Modify some English translations (#7494) --- backend/i18n/lang/en.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/i18n/lang/en.yaml b/backend/i18n/lang/en.yaml index dfaafed19..d36bb9ae6 100644 --- a/backend/i18n/lang/en.yaml +++ b/backend/i18n/lang/en.yaml @@ -14,7 +14,7 @@ ErrApiConfigIPInvalid: "API Interface IP is not on the whitelist: {{ .detail }}" ErrApiConfigDisable: "This interface prohibits the use of API Interface calls: {{ .detail }}" #common -ErrNameIsExist: "Name is already exists" +ErrNameIsExist: "Name already exists" ErrDemoEnvironment: "Demo server, prohibit this operation!" ErrCmdTimeout: "Command execution timed out!" ErrCmdIllegal: "The command contains illegal characters. Please modify and try again!" @@ -88,8 +88,8 @@ ErrInvalidChar: "Illegal characters are prohibited" ErrPathNotDelete: "The selected directory cannot be deleted" #website -ErrDomainIsExist: "Domain is already exist" -ErrAliasIsExist: "Alias is already exist" +ErrDomainIsExist: "The domain name already exists" +ErrAliasIsExist: "The alias already exists" ErrAppDelete: 'Other Website use this App' ErrGroupIsUsed: "The group is in use and can't be deleted" ErrBackupMatch: "the backup file doesn't match the current partial data of the website: {{ .detail}}"