Skip to content

Commit bc255ef

Browse files
committed
fix: add missing Jina translations for API key fields
- Add missing Jina provider translations to English base files - Add jinaProvider, jinaApiKeyLabel, jinaApiKeyPlaceholder to settings.json - Add jinaApiKeyRequired validation message to settings.json - Add jinaConfigMissing error message to embeddings.json - Complete missing translations in ca, id, pt-BR, ru, zh-TW locales - All translation checks now pass successfully
1 parent 44c865a commit bc255ef

File tree

7 files changed

+20
-0
lines changed

7 files changed

+20
-0
lines changed

src/i18n/locales/en/embeddings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"openAiCompatibleConfigMissing": "OpenAI Compatible configuration missing for embedder creation",
4848
"geminiConfigMissing": "Gemini configuration missing for embedder creation",
4949
"mistralConfigMissing": "Mistral configuration missing for embedder creation",
50+
"jinaConfigMissing": "Jina configuration missing for embedder creation",
5051
"invalidEmbedderType": "Invalid embedder type configured: {{embedderProvider}}",
5152
"vectorDimensionNotDeterminedOpenAiCompatible": "Could not determine vector dimension for model '{{modelId}}' with provider '{{provider}}'. Please ensure the 'Embedding Dimension' is correctly set in the OpenAI-Compatible provider settings.",
5253
"vectorDimensionNotDetermined": "Could not determine vector dimension for model '{{modelId}}' with provider '{{provider}}'. Check model profiles or configuration.",

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

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
"mistralProvider": "Mistral",
5656
"mistralApiKeyLabel": "API Key:",
5757
"mistralApiKeyPlaceholder": "Enter your Mistral API key",
58+
"jinaProvider": "Jina",
59+
"jinaApiKeyLabel": "API Key:",
60+
"jinaApiKeyPlaceholder": "Enter your Jina API key",
5861
"openaiCompatibleProvider": "OpenAI Compatible",
5962
"openAiKeyLabel": "OpenAI API Key",
6063
"openAiKeyPlaceholder": "Enter your OpenAI API key",
@@ -120,6 +123,7 @@
120123
"modelDimensionRequired": "Model dimension is required",
121124
"geminiApiKeyRequired": "Gemini API key is required",
122125
"mistralApiKeyRequired": "Mistral API key is required",
126+
"jinaApiKeyRequired": "Jina API key is required",
123127
"ollamaBaseUrlRequired": "Ollama base URL is required",
124128
"baseUrlRequired": "Base URL is required",
125129
"modelDimensionMinValue": "Model dimension must be greater than 0"

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

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/pt-BR/settings.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/zh-TW/settings.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)