You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/locales/en.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,11 @@
43
43
"errorUnreachable": "Cannot reach the model. Is Ollama running?",
44
44
"errorUnauthorized": "API key invalid or missing. Check your provider configuration.",
45
45
"errorRateLimit": "Rate limit reached. Add your own API key in Settings to remove this limit.",
46
+
"errorAppRateLimit": "Rate limit reached. Add your own API key in Settings to remove this limit.",
47
+
"errorAppRateLimitCta": "Go to Settings",
48
+
"errorProviderQuota": "Model provider limit reached (e.g. Gemini free tier). Wait {seconds} seconds, then try again — or enable billing, switch model, or use another provider.",
49
+
"errorProviderQuotaNoWait": "Model provider limit reached. Wait about a minute, then try again — or check billing and usage at your provider, or switch model in Settings.",
50
+
"errorProviderQuotaCta": "Provider usage limits",
46
51
"errorRateLimitCta": "Go to Settings",
47
52
"errorModel": "Model provider error",
48
53
"sources": "sources",
@@ -160,6 +165,8 @@
160
165
"userResetFail": "Could not clear overrides. Try again.",
161
166
"rateLimitBanner": "rate limit reached",
162
167
"rateLimitBannerHint": "Add your own API key below to bypass the shared usage limit. Your key is encrypted at rest and never shared.",
"providerQuotaBannerHint": "Your API key is active, but the provider (e.g. Gemini free tier) limits requests per minute. Wait and retry, enable billing at Google AI, or switch to another model or provider below.",
163
170
"ownKey": "your key ✓",
164
171
"systemDefault": "system default",
165
172
"privacyTitle": "privacy note",
@@ -297,7 +304,7 @@
297
304
"dashboard": "open dashboard"
298
305
},
299
306
"geminiApiKey": {
300
-
"helpText": "Used for embeddings with Gemini"
307
+
"helpText": "Used for embeddings and chat with Gemini. Free tier limits chat requests (e.g. ~20/min for gemini-2.5-flash); enable billing or use SEARCH_HYDE=false to reduce usage."
Copy file name to clipboardExpand all lines: i18n/locales/es.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,11 @@
43
43
"errorUnreachable": "No se puede alcanzar el modelo. ¿Está Ollama en marcha?",
44
44
"errorUnauthorized": "API key inválida o ausente. Revisa la configuración del proveedor.",
45
45
"errorRateLimit": "Límite de peticiones alcanzado. Añade tu propia API key en Ajustes para eliminar este límite.",
46
+
"errorAppRateLimit": "Límite de peticiones alcanzado. Añade tu propia API key en Ajustes para eliminar este límite.",
47
+
"errorAppRateLimitCta": "Ir a Ajustes",
48
+
"errorProviderQuota": "Límite del proveedor alcanzado (p. ej. Gemini gratis). Espera {seconds} segundos e inténtalo de nuevo — o activa facturación, cambia de modelo o de proveedor.",
49
+
"errorProviderQuotaNoWait": "Límite del proveedor alcanzado. Espera un minuto e inténtalo de nuevo — o revisa facturación y uso en tu proveedor, o cambia de modelo en Ajustes.",
50
+
"errorProviderQuotaCta": "Límites del proveedor",
46
51
"errorRateLimitCta": "Ir a Ajustes",
47
52
"errorModel": "Error del proveedor del modelo",
48
53
"sources": "fuentes",
@@ -160,6 +165,8 @@
160
165
"userResetFail": "No se pudieron limpiar las sobreescrituras. Inténtalo de nuevo.",
161
166
"rateLimitBanner": "límite de uso alcanzado",
162
167
"rateLimitBannerHint": "Añade tu propia API key para saltarte el límite compartido. Tu clave se cifra en reposo y nunca se comparte.",
168
+
"providerQuotaBanner": "cuota del proveedor del modelo alcanzada",
169
+
"providerQuotaBannerHint": "Tu API key está activa, pero el proveedor (p. ej. Gemini gratis) limita peticiones por minuto. Espera y reintenta, activa facturación en Google AI o cambia de modelo o proveedor abajo.",
163
170
"ownKey": "tu clave ✓",
164
171
"systemDefault": "valor del sistema",
165
172
"privacyTitle": "nota de privacidad",
@@ -297,7 +304,7 @@
297
304
"dashboard": "abrir dashboard"
298
305
},
299
306
"geminiApiKey": {
300
-
"helpText": "Se usa para embeddings con Gemini"
307
+
"helpText": "Se usa para embeddings y chat con Gemini. El plan gratis limita peticiones de chat (p. ej. ~20/min en gemini-2.5-flash); activa facturación o SEARCH_HYDE=false para reducir uso."
301
308
},
302
309
"openaiApiKey": {
303
310
"helpText": "Se usa para embeddings/chat de OpenAI"
0 commit comments