🐛 fix(request): Locale
This commit is contained in:
@@ -16,26 +16,35 @@
|
||||
"This empty space is waiting for its star to take the stage!"
|
||||
],
|
||||
"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 is already registered",
|
||||
"20002": "User not found",
|
||||
"20003": "Incorrect password, please try again",
|
||||
"20004": "Your account has been disabled",
|
||||
"30001": "Node already exists",
|
||||
"30002": "Node not found",
|
||||
"30003": "Node group already exists",
|
||||
"30004": "Node group not found",
|
||||
"30005": "There is data in the node group, cannot be deleted",
|
||||
"400": "Invalid request parameters, please check and resubmit",
|
||||
"40002": "Please retry after logging in",
|
||||
"40003": "Invalid login information, please log in again",
|
||||
"40004": "Login session expired, please log in again",
|
||||
"401": "Request is too frequent, please try again later",
|
||||
"500": "Internal server error, we are working on fixing it urgently",
|
||||
"undefined": "System error occurred, please try again later"
|
||||
"10001": "Query was not successful, please try again later or check your conditions.",
|
||||
"10002": "Update operation was not successful, please try again later.",
|
||||
"10003": "Insert operation cannot be completed at the moment, please try again later.",
|
||||
"10004": "Deletion operation could not be completed, please try again later.",
|
||||
"20001": "The user information already exists, please retry with different information.",
|
||||
"20002": "User not found, please check the information and try again.",
|
||||
"20003": "Incorrect password, please re-enter.",
|
||||
"20004": "The user is disabled, please contact customer service if you have questions.",
|
||||
"20005": "Insufficient balance, please recharge and try again.",
|
||||
"20006": "The registration function is temporarily unavailable, please try again later.",
|
||||
"30001": "The 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": "There is still content in the group, please clear it and try again.",
|
||||
"400": "The request parameters are incorrect, please check and resubmit.",
|
||||
"40002": "Valid Token not found, please log in before retrying.",
|
||||
"40003": "Current Token is invalid, please reacquire before trying again.",
|
||||
"40004": "Token has expired, please log in again.",
|
||||
"40005": "You do not have access permission, please contact the administrator if you have any questions.",
|
||||
"401": "Request is too frequent, please try again later.",
|
||||
"500": "The server is having some issues, please try again later.",
|
||||
"50001": "Corresponding coupon information not found, please check and try again.",
|
||||
"50002": "The coupon has been used, cannot be used again.",
|
||||
"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 was not successfully queued, please try again later.",
|
||||
"undefined": "An error occurred in the system, please try again later."
|
||||
},
|
||||
"table": {
|
||||
"actions": "Actions",
|
||||
|
||||
Reference in New Issue
Block a user