同步历史版本代码

This commit is contained in:
2026-03-03 09:32:22 -08:00
parent 7d46b31866
commit 4d8516b2e1
140 changed files with 8399 additions and 489 deletions
+15 -10
View File
@@ -24,16 +24,21 @@ func init() {
DatabaseDeletedError: "Database deleted error",
// User error
UserExist: "User already exists",
UserNotExist: "User does not exist",
UserPasswordError: "User password error",
UserDisabled: "User disabled",
InsufficientBalance: "Insufficient balance",
StopRegister: "Stop register",
TelegramNotBound: "Telegram not bound ",
UserNotBindOauth: "User not bind oauth method",
InviteCodeError: "Invite code error",
RegisterIPLimit: "Too many registrations",
UserExist: "User already exists",
UserNotExist: "User does not exist",
UserPasswordError: "User password error",
UserDisabled: "User disabled",
InsufficientBalance: "Insufficient balance",
StopRegister: "Stop register",
TelegramNotBound: "Telegram not bound ",
UserNotBindOauth: "User not bind oauth method",
InviteCodeError: "Invite code error",
RegisterIPLimit: "Too many registrations",
EmailBindError: "Email already bound",
UserBindInviteCodeExist: "Invite code already bound",
FamilyMemberLimitExceeded: "Family member limit exceeded",
FamilyAlreadyBound: "Family already bound",
FamilyCrossBindForbidden: "Cross-family binding is forbidden",
// Node error
NodeExist: "Node already exists",