mirror of https://gitee.com/answerdev/answer.git
26 lines
523 B
YAML
26 lines
523 B
YAML
base:
|
|
success:
|
|
other: "成功"
|
|
unknown:
|
|
other: "未知错误"
|
|
request_format_error:
|
|
other: "请求格式错误"
|
|
unauthorized_error:
|
|
other: "未登录"
|
|
database_error:
|
|
other: "数据服务异常"
|
|
|
|
email:
|
|
other: "邮箱"
|
|
password:
|
|
other: "密码"
|
|
|
|
username_or_password_wrong_error: &username_or_password_wrong
|
|
other: "用户名或密码错误"
|
|
|
|
error:
|
|
user:
|
|
username_or_password_wrong: *username_or_password_wrong
|
|
admin:
|
|
username_or_password_wrong: *username_or_password_wrong
|