mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-05 00:04:50 +08:00
29 lines
489 B
TOML
29 lines
489 B
TOML
[err-permission]
|
|
other = "无权操作"
|
|
|
|
[err-user-not-found]
|
|
other = "用户不存在"
|
|
|
|
[err-password]
|
|
other = "密码错误"
|
|
|
|
[err-invite-code-invalid]
|
|
other = "邀请码无效"
|
|
|
|
[err-email-invalid]
|
|
other = "邮箱格式错误"
|
|
|
|
[err-oauth-state-invalid]
|
|
other = "OAuth 状态无效"
|
|
|
|
[err-unsupported-platform]
|
|
other = "不支持的平台"
|
|
|
|
[err-not-invited]
|
|
other = "未被邀请"
|
|
|
|
[err-dingtalk-not-enabled]
|
|
other = "钉钉未启用"
|
|
|
|
[err-custom-not-enabled]
|
|
other = "OAuth未启用" |