1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 05:58:06 +08:00

fix: 修正英文国际化翻译 (#7491)

Co-authored-by: liubo <liubo@fit2cloud.com>
This commit is contained in:
liuboF2c 2024-12-20 17:29:43 +08:00 committed by GitHub
parent e56feaf826
commit 5cdea288e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 exist"
ErrNameIsExist: "Name is already exists"
ErrDemoEnvironment: "Demo server, prohibit this operation!"
ErrCmdTimeout: "Command execution timed out!"
ErrCmdIllegal: "The command contains illegal characters. Please modify and try again!"