Files
MonkeyCode/backend/errcode/locale.zh.toml
2025-07-14 12:09:57 +08:00

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未启用"