1Panel/backend/i18n/lang/en.yaml

39 lines
1.7 KiB
YAML
Raw Normal View History

2022-08-16 15:30:23 +00:00
ErrInvalidParams: "Request parameter error: {{ .detail }}"
ErrToken: "Token information is incorrect.: {{ .detail }}"
ErrTokenParse: "Token generation error: {{ .detail }}"
ErrTokenTimeOut: "Login information is out of date: {{ .detail }}"
2022-12-02 10:52:43 +00:00
ErrInitialPassword: "Initial password error"
2022-08-16 15:30:23 +00:00
ErrInternalServer: "Service internal error: {{ .detail }}"
ErrRecordExist: "Record already exists"
ErrRecordNotFound: "Records not found"
ErrStructTransform: "Type conversion failure: {{ .detail }}"
2022-09-15 09:15:03 +00:00
ErrNotLogin: "User is not Login: {{ .detail }}"
ErrNotSafety: "The login status of the current user is unsafe: {{ .detail }}"
ErrPasswordExpired: "The current password has expired: {{ .detail }}"
ErrNotSupportType: "The system does not support the current type: {{ .detail }}"
ErrRepoNotValid: "Remote repository verification failed"
#common
ErrNameIsExist: "Name is already exist"
#app
2022-12-01 08:45:00 +00:00
ErrPortInUsed: "{{ .detail }} port already in use"
ErrAppLimit: "App exceeds install limit"
ErrAppRequired: "{{ .detail }} app is required"
2022-12-04 09:45:54 +00:00
ErrNotInstall: "App not installed"
2023-02-07 08:29:54 +00:00
ErrPortInOtherApp: "{{ .port }} port already in use by {{ .apps }}"
#file
ErrFileCanNotRead: "File can not read"
ErrFileToLarge: "file is too large"
2023-02-09 06:31:05 +00:00
ErrPathNotFound: "Path is not found"
#website
ErrDomainIsExist: "Domain is already exist"
ErrAliasIsExist: "Alias is already exist"
2022-12-12 07:36:45 +00:00
ErrAppDelete: 'Other Website use this App'
#ssl
ErrSSLCannotDelete: "The certificate is being used by the website and cannot be removed"
2023-01-04 03:44:43 +00:00
ErrAccountCannotDelete: "The certificate associated with the account cannot be deleted"
ErrSSLApply: "The certificate continues to be signed successfully, but openresty reload fails, please check the configuration"