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

13 lines
800 B
YAML
Raw Normal View History

2022-08-16 23:30:23 +08: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 }}"
ErrCaptchaCode: "The verification code information is incorrect"
2022-09-08 18:47:15 +08:00
ErrInitialPassword: "Initial password error: {{ .detail }}"
2022-08-16 23:30:23 +08:00
ErrInternalServer: "Service internal error: {{ .detail }}"
ErrRecordExist: "Record already exists: {{ .detail }}"
ErrRecordNotFound: "Records not found: {{ .detail }}"
ErrStructTransform: "Type conversion failure: {{ .detail }}"
2022-09-15 17:15:03 +08:00
ErrNotLogin: "User is not Login: {{ .detail }}"
ErrNotSafety: "The login status of the current user is unsafe: {{ .detail }}"
ErrNotSupportType: "The system does not support the current type: {{ .detail }}"