🐛 fix(request): Locale

This commit is contained in:
web@ppanel
2024-12-13 23:33:11 +07:00
parent 38be4d53b0
commit 37d408f6bd
6 changed files with 122 additions and 80 deletions
+29 -20
View File
@@ -18,26 +18,35 @@
},
"login": "Log in / Sign up",
"request": {
"10001": "Database query failed, please try again later",
"10002": "Data update failed, please try again later",
"10003": "Data save failed, please try again later",
"10004": "Data deletion failed, please try again later",
"20001": "The username has already been registered",
"20002": "User not found",
"20003": "Incorrect password, please re-enter",
"20004": "Your account has been disabled",
"30001": "The node already exists",
"30002": "Node not found",
"30003": "The node group already exists",
"30004": "Node group not found",
"30005": "There is still data in the node group, cannot be deleted",
"400": "Request parameters are incorrect, please check and resubmit",
"40002": "Please retry after logging in",
"40003": "Invalid login information, please log in again",
"40004": "Login session has expired, please log in again",
"401": "Request is too frequent, please try again later",
"500": "Internal system error, we are urgently fixing it",
"undefined": "System error occurred, please try again later"
"10001": "Unable to retrieve data at the moment, please try again later or check your conditions.",
"10002": "Update operation was unsuccessful, please try again later.",
"10003": "Insert operation cannot be completed at the moment, please try again later.",
"10004": "Delete operation was not successful, please try again later.",
"20001": "User information already exists, please try again with different information.",
"20002": "User not found, please verify the information and try again.",
"20003": "Incorrect password, please re-enter.",
"20004": "User is disabled, please contact customer service if you have any questions.",
"20005": "Insufficient balance, please recharge and try again.",
"20006": "Registration function is temporarily unavailable, please try again later.",
"30001": "Node already exists, please do not add it again.",
"30002": "Related node not found, please check and try again.",
"30003": "Group already exists, please try using a different name.",
"30004": "Group not found, please verify the information and try again.",
"30005": "The group still contains content, please clear it and try again.",
"400": "Request parameters are incorrect, please check and resubmit.",
"40002": "Valid token not found, please log in first and try again.",
"40003": "Current token is invalid, please get a new one and try again.",
"40004": "Token has expired, please log in again.",
"40005": "You do not have permission to access, please contact an administrator if you have any questions.",
"401": "Request is too frequent, please try again later.",
"500": "The server is experiencing some issues, please try again later.",
"50001": "Coupon information not found, please check and try again.",
"50002": "The coupon has already been used and cannot be reused.",
"60001": "Subscription has expired, please renew before using.",
"60002": "Unable to use the subscription at the moment, please try again later.",
"70001": "Incorrect verification code, please re-enter.",
"80001": "Task could not be successfully added to the queue, please try again later.",
"undefined": "An error occurred in the system, please try again later."
},
"unlimited": "Unlimited"
}