Skip to content

Commit

Permalink
fix: Modify some English translations (#7494)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfanoffice authored Dec 20, 2024
1 parent 1f45ed6 commit cd0cd8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/i18n/lang/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down Expand Up @@ -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}}"
Expand Down

0 comments on commit cd0cd8a

Please sign in to comment.