diff --git a/i18n/locale/en/code.json b/i18n/locale/en/code.json index 6ff48be..187a189 100644 --- a/i18n/locale/en/code.json +++ b/i18n/locale/en/code.json @@ -17,12 +17,14 @@ "core/ranking.go:_YcW1wsLOAg": "JSON unmarshalling successful on attempt %d", "core/ranking.go:sk-7WI2RS-Q": "Attempt %d of %d", "core/requests.go:0hOvqlK-HwY": "HTTP status code: %d", + "core/requests.go:1lN4V_7mtY4": "failed to create API request with token: %w", "core/requests.go:7heLIvyBB2M": "Invalid JSON: %v", - "core/requests.go:Odhyy2SoIGU": "failed to make request: %w", + "core/requests.go:9UmoeR3swA0": "failed to make HTTP request: %w", "core/requests.go:XGjPq4l3s2o": "userToken is required for POST requests", "core/requests.go:XdMN7Q7DY3k": "failed to proxy request: %w", "core/requests.go:_IJGPWU-8jE": "max retries reached for GET request. Last error: %v", "core/requests.go:f78uqyomFJk": "Unsupported payload type", + "core/requests.go:fEaOk30bc9I": "failed to read response body: %w", "core/requests.go:lLy9SHFUtQQ": "failed to copy response body: %w", "core/requests.go:o8eDPgojH4w": "Incompatible response body", "core/requests.go:y3v5nQwdU0s": "All tokens (%d) are timed out, resetting all tokens to their initial good state.\nConsider providing additional tokens in PIXIVFE_TOKEN or reviewing API request level backoff configuration.\nPlease refer the following documentation for additional information:\n- https://pixivfe-docs.pages.dev/hosting/obtaining-pixivfe-token/\n- https://pixivfe-docs.pages.dev/hosting/environment-variables/#exponential-backoff-configuration",