mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-03 15:23:42 +08:00
feat: initial official i18n support for backend
This commit is contained in:
11
common/i18n/locales/en.json
Normal file
11
common/i18n/locales/en.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user