Skip to content

Commit d448d81

Browse files
committed
fix: bringing back the openaiCompatible{__}
- somehow Roo Code with Gemini 2.5 Pro deleted them during the task
1 parent 4a7a571 commit d448d81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webview-ui/src/i18n/locales/es/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
"selectProviderPlaceholder": "Seleccionar proveedor",
4545
"openaiProvider": "OpenAI",
4646
"ollamaProvider": "Ollama",
47+
"openaiCompatibleProvider": "Compatible con OpenAI",
48+
"openaiCompatibleBaseUrlLabel": "URL base:",
49+
"openaiCompatibleApiKeyLabel": "Clave API:",
50+
"openaiCompatibleModelDimensionLabel": "Dimensión de Embedding:",
51+
"openaiCompatibleModelDimensionPlaceholder": "ej., 1536",
52+
"openaiCompatibleModelDimensionDescription": "La dimensión de embedding (tamaño de salida) para tu modelo. Consulta la documentación de tu proveedor para este valor. Valores comunes: 384, 768, 1536, 3072.",
4753
"openaiKeyLabel": "Clave de OpenAI:",
4854
"modelLabel": "Modelo",
4955
"selectModelPlaceholder": "Seleccionar modelo",

0 commit comments

Comments
 (0)