| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- [Test]
- description = "test"
- one = "测试1 {{.P0}}"
- other = "测试2 {{.P0}}"
- [ParamsError]
- description = "Params validation failed."
- one = "参数错误。"
- other = "参数错误。"
- [OperationFailed]
- description = "OperationFailed."
- one = "操作失败。"
- other = "操作失败。"
- [OperationSuccess]
- description = "OperationSuccess."
- one = "操作成功。"
- other = "操作成功。"
- [ItemExists]
- description = "Item already exists."
- one = "数据已存在。"
- other = "数据已存在。"
- [ItemNotFound]
- description = "Item not found."
- one = "数据不存在。"
- other = "数据不存在。"
- [NoAccess]
- description = "No access."
- one = "无权限。"
- other = "无权限。"
- [UsernameOrPasswordError]
- description = "Username or password error."
- one = "用户名或密码错误。"
- other = "用户名或密码错误。"
- [SystemError]
- description = "System error."
- one = "系统错误。"
- other = "系统错误。"
- [ConfigNotFound]
- description = "Config not found."
- one = "配置不存在。"
- other = "配置不存在。"
- #授权过期
- [OauthExpired]
- description = "Oauth expired."
- one = "授权过期,请重新授权。"
- other = "授权过期,请重新授权。"
- [OauthFailed]
- description = "Oauth failed."
- one = "授权失败。"
- other = "授权失败。"
- [OauthHasBindOtherUser]
- description = "Oauth has bind other user."
- one = "授权已绑定其他用户。"
- other = "授权已绑定其他用户。"
- [ParamIsEmpty]
- description = "Param is empty."
- one = "{{.P0}} 为空。"
- other = "{{.P0}} 为空。"
- [BindFail]
- description = "Bind fail."
- one = "绑定失败。"
- other = "绑定失败。"
- [BindSuccess]
- description = "Bind success."
- one = "绑定成功。"
- other = "绑定成功。"
- [OauthHasBeenSuccess]
- description = "Oauth has been success."
- one = "授权已成功。"
- other = "授权已成功。"
- [OauthSuccess]
- description = "Oauth success."
- one = "授权成功。"
- other = "授权成功。"
- [OauthRegisterSuccess]
- description = "Oauth register success."
- one = "授权注册成功。"
- other = "授权注册成功。"
- [OauthRegisterFailed]
- description = "Oauth register failed."
- one = "授权注册失败。"
- other = "授权注册失败。"
- [GetOauthTokenError]
- description = "Get oauth token error."
- one = "获取授权token失败。"
- other = "获取授权token失败。"
- [GetOauthUserInfoError]
- description = "Get oauth user info error."
- one = "获取授权用户信息失败。"
- other = "获取授权用户信息失败。"
- [DecodeOauthUserInfoError]
- description = "Decode oauth user info error."
- one = "解析授权用户信息失败。"
- other = "解析授权用户信息失败。"
- [OldPasswordError]
- description = "Old password error."
- one = "旧密码错误。"
- other = "旧密码错误。"
- [DefaultGroup]
- description = "Default group."
- one = "默认组"
- other = "默认组"
- [ShareGroup]
- description = "Share group."
- one = "共享组"
- other = "共享组"
- [RegisterClosed]
- description = "Register closed."
- one = "注册已关闭。"
- other = "注册已关闭。"
- [CaptchaRequired]
- description = "Captcha required."
- one = "需要验证码。"
- other = "需要验证码。"
- [CaptchaError]
- description = "Captcha error."
- one = "验证码错误。"
- other = "验证码错误。"
- [PwdLoginDisabled]
- description = "Password login disabled."
- one = "密码登录已禁用。"
- other = "密码登录已禁用。"
- [CannotShareToSelf]
- description = "Cannot share to self."
- one = "不能共享给自己。"
- other = "不能共享给自己。"
- [Banned]
- description = "Banned."
- one = "已被封禁。"
- other = "已被封禁。"
|