mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: i18n wrong placeholder for embedding timeout
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
408559ad16
commit
a40e65634c
13 changed files with 25 additions and 25 deletions
4
webview-ui/src/i18n/locales/ca/settings.json
generated
4
webview-ui/src/i18n/locales/ca/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "Seleccionar model",
|
||||
"ollamaUrlLabel": "URL d'Ollama:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "Temps d'espera de la sol·licitud d'embedding (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "p. ex. 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "60000",
|
||||
"ollamaValidationTimeoutMsLabel": "Temps d'espera de la sol·licitud de validació (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "p. ex. 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "30000",
|
||||
"qdrantUrlLabel": "URL de Qdrant",
|
||||
"qdrantKeyLabel": "Clau de Qdrant:",
|
||||
"startIndexingButton": "Iniciar",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/hi/settings.json
generated
4
webview-ui/src/i18n/locales/hi/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "मॉडल चुनें",
|
||||
"ollamaUrlLabel": "Ollama URL:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "एम्बेडिंग अनुरोध टाइमआउट (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "जैसे, 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "जैसे, 60000",
|
||||
"ollamaValidationTimeoutMsLabel": "सत्यापन अनुरोध टाइमआउट (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "जैसे, 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "जैसे, 30000",
|
||||
"qdrantUrlLabel": "Qdrant URL",
|
||||
"qdrantKeyLabel": "Qdrant कुंजी:",
|
||||
"startIndexingButton": "शुरू करें",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/id/settings.json
generated
4
webview-ui/src/i18n/locales/id/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "Pilih model",
|
||||
"ollamaUrlLabel": "Ollama URL:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "Timeout permintaan embedding (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "contoh: 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "contoh: 60000",
|
||||
"ollamaValidationTimeoutMsLabel": "Timeout permintaan validasi (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "contoh: 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "contoh: 30000",
|
||||
"qdrantUrlLabel": "Qdrant URL",
|
||||
"qdrantKeyLabel": "Qdrant Key:",
|
||||
"startIndexingButton": "Mulai",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/it/settings.json
generated
4
webview-ui/src/i18n/locales/it/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "Seleziona modello",
|
||||
"ollamaUrlLabel": "URL Ollama:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "Timeout richiesta embedding (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "es., 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "es., 60000",
|
||||
"ollamaValidationTimeoutMsLabel": "Timeout richiesta validazione (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "es., 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "es., 30000",
|
||||
"qdrantUrlLabel": "URL Qdrant",
|
||||
"qdrantKeyLabel": "Chiave Qdrant:",
|
||||
"startIndexingButton": "Avvia",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ja/settings.json
generated
4
webview-ui/src/i18n/locales/ja/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "モデルを選択",
|
||||
"ollamaUrlLabel": "Ollama URL:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "埋め込みリクエストタイムアウト (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "例、30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "例:60000",
|
||||
"ollamaValidationTimeoutMsLabel": "検証リクエストタイムアウト (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "例、10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "例:30000",
|
||||
"qdrantUrlLabel": "Qdrant URL",
|
||||
"qdrantKeyLabel": "Qdrantキー:",
|
||||
"startIndexingButton": "開始",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ko/settings.json
generated
4
webview-ui/src/i18n/locales/ko/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "모델 선택",
|
||||
"ollamaUrlLabel": "Ollama URL:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "임베딩 요청 시간 초과 (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "예, 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "예: 60000",
|
||||
"ollamaValidationTimeoutMsLabel": "검증 요청 시간 초과 (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "예, 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "예: 30000",
|
||||
"qdrantUrlLabel": "Qdrant URL",
|
||||
"qdrantKeyLabel": "Qdrant 키:",
|
||||
"startIndexingButton": "시작",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/nl/settings.json
generated
4
webview-ui/src/i18n/locales/nl/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "Selecteer model",
|
||||
"ollamaUrlLabel": "Ollama URL:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "Embedding verzoek timeout (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "bijv. 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "bijv. 60000",
|
||||
"ollamaValidationTimeoutMsLabel": "Validatie verzoek timeout (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "bijv. 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "bijv. 30000",
|
||||
"qdrantUrlLabel": "Qdrant URL",
|
||||
"qdrantKeyLabel": "Qdrant-sleutel:",
|
||||
"startIndexingButton": "Start",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pl/settings.json
generated
4
webview-ui/src/i18n/locales/pl/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "Wybierz model",
|
||||
"ollamaUrlLabel": "URL Ollama:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "Limit czasu żądania osadzania (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "np. 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "np. 60000",
|
||||
"ollamaValidationTimeoutMsLabel": "Limit czasu żądania walidacji (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "np. 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "np. 30000",
|
||||
"qdrantUrlLabel": "URL Qdrant",
|
||||
"qdrantKeyLabel": "Klucz Qdrant:",
|
||||
"startIndexingButton": "Rozpocznij",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/pt-BR/settings.json
generated
4
webview-ui/src/i18n/locales/pt-BR/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "Selecionar modelo",
|
||||
"ollamaUrlLabel": "URL Ollama:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "Timeout da requisição de embedding (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "ex: 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "ex: 60000",
|
||||
"ollamaValidationTimeoutMsLabel": "Timeout da requisição de validação (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "ex: 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "ex: 30000",
|
||||
"qdrantUrlLabel": "URL Qdrant",
|
||||
"qdrantKeyLabel": "Chave Qdrant:",
|
||||
"startIndexingButton": "Iniciar",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/ru/settings.json
generated
4
webview-ui/src/i18n/locales/ru/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "Выберите модель",
|
||||
"ollamaUrlLabel": "URL Ollama:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "Тайм-аут запроса встраивания (мс)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "например, 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "60000",
|
||||
"ollamaValidationTimeoutMsLabel": "Тайм-аут запроса валидации (мс)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "например, 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "30000",
|
||||
"qdrantUrlLabel": "URL Qdrant",
|
||||
"qdrantKeyLabel": "Ключ Qdrant:",
|
||||
"startIndexingButton": "Начать",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/tr/settings.json
generated
4
webview-ui/src/i18n/locales/tr/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "Model seç",
|
||||
"ollamaUrlLabel": "Ollama URL:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "Embedding isteği zaman aşımı (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "örn. 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "örn. 60000",
|
||||
"ollamaValidationTimeoutMsLabel": "Doğrulama isteği zaman aşımı (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "örn. 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "örn. 30000",
|
||||
"qdrantUrlLabel": "Qdrant URL",
|
||||
"qdrantKeyLabel": "Qdrant Anahtarı:",
|
||||
"startIndexingButton": "Başlat",
|
||||
|
|
|
|||
4
webview-ui/src/i18n/locales/vi/settings.json
generated
4
webview-ui/src/i18n/locales/vi/settings.json
generated
|
|
@ -105,9 +105,9 @@
|
|||
"selectModelPlaceholder": "Chọn mô hình",
|
||||
"ollamaUrlLabel": "URL Ollama:",
|
||||
"ollamaEmbeddingTimeoutMsLabel": "Thời gian chờ yêu cầu embedding (ms)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "ví dụ: 30000",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "60000",
|
||||
"ollamaValidationTimeoutMsLabel": "Thời gian chờ yêu cầu xác thực (ms)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "ví dụ: 10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "30000",
|
||||
"qdrantUrlLabel": "URL Qdrant",
|
||||
"qdrantKeyLabel": "Khóa Qdrant:",
|
||||
"startIndexingButton": "Bắt đầu",
|
||||
|
|
|
|||
2
webview-ui/src/i18n/locales/zh-TW/settings.json
generated
2
webview-ui/src/i18n/locales/zh-TW/settings.json
generated
|
|
@ -126,7 +126,7 @@
|
|||
"ollamaEmbeddingTimeoutMsLabel": "嵌入請求超時時間 (毫秒)",
|
||||
"ollamaEmbeddingTimeoutMsPlaceholder": "60000",
|
||||
"ollamaValidationTimeoutMsLabel": "驗證請求超時時間 (毫秒)",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "10000",
|
||||
"ollamaValidationTimeoutMsPlaceholder": "30000",
|
||||
"qdrantApiKeyLabel": "Qdrant API 金鑰",
|
||||
"qdrantApiKeyPlaceholder": "輸入您的 Qdrant API 金鑰(選用)",
|
||||
"setupConfigLabel": "設定",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue