feat: initial official i18n support for backend

This commit is contained in:
JustSong
2025-02-02 15:09:31 +08:00
parent 562964238c
commit 8f40e11c97
9 changed files with 141 additions and 849 deletions

View File

@@ -0,0 +1,11 @@
{
"success": "Success",
"unauthorized": "Unauthorized",
"forbidden": "Forbidden",
"invalid_token": "Invalid token",
"channel_not_found": "Channel not found",
"invalid_request": "Invalid request",
"internal_error": "Internal server error",
"quota_exceeded": "Quota exceeded",
"invalid_input": "Invalid input, please check your input"
}