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: src/i18n/locales/ca/embeddings.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,22 @@
5
5
"failedWithError": "No s'han pogut crear les incrustacions després de {{attempts}} intents: {{errorMessage}}",
6
6
"failedMaxAttempts": "No s'han pogut crear les incrustacions després de {{attempts}} intents",
7
7
"textExceedsTokenLimit": "El text a l'índex {{index}} supera el límit màxim de testimonis ({{itemTokens}} > {{maxTokens}}). S'està ometent.",
8
+
"textWithPrefixExceedsTokenLimit": "El text a l'índex {{index}} amb prefix supera el límit màxim de testimonis ({{estimatedTokens}} > {{maxTokens}}). S'utilitza el text original sense prefix.",
8
9
"rateLimitRetry": "S'ha assolit el límit de velocitat, es torna a intentar en {{delayMs}}ms (intent {{attempt}}/{{maxRetries}})",
10
+
"genericError": "Error de {{provider}}: {{errorDetails}}",
11
+
"validation": {
12
+
"modelNotFound": "No s'ha trobat el model '{{modelId}}'. Models disponibles: {{availableModels}}",
13
+
"invalidApiKey": "Clau API no vàlida. Comprova la teva clau API de {{provider}}.",
14
+
"rateLimitExceeded": "S'ha superat el límit de velocitat. Torna-ho a provar més tard.",
15
+
"networkError": "Error de xarxa. Comprova la teva connexió a Internet.",
16
+
"configurationFailed": "Ha fallat la validació de la configuració de {{provider}}",
17
+
"baseUrlRequired": "Es requereix l'URL base per a l'embedder {{provider}}",
18
+
"apiKeyRequired": "Es requereix la clau API per a l'embedder {{provider}}",
19
+
"endpointNotFound": "Punt final no trobat: {{baseUrl}}",
20
+
"cannotConnect": "No es pot connectar a {{provider}} a {{baseUrl}}. Assegura't que {{provider}} s'està executant.",
21
+
"apiNotFound": "API de {{provider}} no trobada a {{baseUrl}}. S'està executant {{provider}}?",
22
+
"connectionFailed": "Ha fallat la connexió a {{provider}}: {{status}} {{statusText}}"
23
+
},
9
24
"ollama": {
10
25
"couldNotReadErrorBody": "No s'ha pogut llegir el cos de l'error",
11
26
"requestFailed": "La sol·licitud de l'API d'Ollama ha fallat amb l'estat {{status}} {{statusText}}: {{errorBody}}",
Copy file name to clipboardExpand all lines: src/i18n/locales/de/embeddings.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,22 @@
5
5
"failedWithError": "Erstellung von Einbettungen nach {{attempts}} Versuchen fehlgeschlagen: {{errorMessage}}",
6
6
"failedMaxAttempts": "Erstellung von Einbettungen nach {{attempts}} Versuchen fehlgeschlagen",
7
7
"textExceedsTokenLimit": "Text bei Index {{index}} überschreitet das maximale Token-Limit ({{itemTokens}} > {{maxTokens}}). Wird übersprungen.",
8
+
"textWithPrefixExceedsTokenLimit": "Text bei Index {{index}} mit Präfix überschreitet das maximale Token-Limit ({{estimatedTokens}} > {{maxTokens}}). Verwende Originaltext ohne Präfix.",
8
9
"rateLimitRetry": "Ratenlimit erreicht, Wiederholung in {{delayMs}}ms (Versuch {{attempt}}/{{maxRetries}})",
Copy file name to clipboardExpand all lines: src/i18n/locales/en/embeddings.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,22 @@
5
5
"failedWithError": "Failed to create embeddings after {{attempts}} attempts: {{errorMessage}}",
6
6
"failedMaxAttempts": "Failed to create embeddings after {{attempts}} attempts",
7
7
"textExceedsTokenLimit": "Text at index {{index}} exceeds maximum token limit ({{itemTokens}} > {{maxTokens}}). Skipping.",
8
+
"textWithPrefixExceedsTokenLimit": "Text at index {{index}} with prefix exceeds maximum token limit ({{estimatedTokens}} > {{maxTokens}}). Using original text without prefix.",
8
9
"rateLimitRetry": "Rate limit hit, retrying in {{delayMs}}ms (attempt {{attempt}}/{{maxRetries}})",
Copy file name to clipboardExpand all lines: src/i18n/locales/es/embeddings.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,22 @@
5
5
"failedWithError": "No se pudieron crear las incrustaciones después de {{attempts}} intentos: {{errorMessage}}",
6
6
"failedMaxAttempts": "No se pudieron crear las incrustaciones después de {{attempts}} intentos",
7
7
"textExceedsTokenLimit": "El texto en el índice {{index}} supera el límite máximo de tokens ({{itemTokens}} > {{maxTokens}}). Omitiendo.",
8
+
"textWithPrefixExceedsTokenLimit": "El texto en el índice {{index}} con prefijo supera el límite máximo de tokens ({{estimatedTokens}} > {{maxTokens}}). Usando texto original sin prefijo.",
8
9
"rateLimitRetry": "Límite de velocidad alcanzado, reintentando en {{delayMs}}ms (intento {{attempt}}/{{maxRetries}})",
10
+
"genericError": "Error de {{provider}}: {{errorDetails}}",
11
+
"validation": {
12
+
"modelNotFound": "Modelo '{{modelId}}' no encontrado. Modelos disponibles: {{availableModels}}",
13
+
"invalidApiKey": "Clave API inválida. Verifica tu clave API de {{provider}}.",
14
+
"rateLimitExceeded": "Límite de velocidad excedido. Intenta de nuevo más tarde.",
15
+
"networkError": "Error de red. Verifica tu conexión a Internet.",
16
+
"configurationFailed": "Falló la validación de configuración de {{provider}}",
17
+
"baseUrlRequired": "Se requiere URL base para el embedder {{provider}}",
18
+
"apiKeyRequired": "Se requiere clave API para el embedder {{provider}}",
19
+
"endpointNotFound": "Punto final no encontrado: {{baseUrl}}",
20
+
"cannotConnect": "No se puede conectar a {{provider}} en {{baseUrl}}. Asegúrate de que {{provider}} esté ejecutándose.",
21
+
"apiNotFound": "API de {{provider}} no encontrada en {{baseUrl}}. ¿Está ejecutándose {{provider}}?",
22
+
"connectionFailed": "Falló la conexión a {{provider}}: {{status}} {{statusText}}"
23
+
},
9
24
"ollama": {
10
25
"couldNotReadErrorBody": "No se pudo leer el cuerpo del error",
11
26
"requestFailed": "La solicitud de la API de Ollama falló con estado {{status}} {{statusText}}: {{errorBody}}",
Copy file name to clipboardExpand all lines: src/i18n/locales/fr/embeddings.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,22 @@
5
5
"failedWithError": "Échec de la création des embeddings après {{attempts}} tentatives : {{errorMessage}}",
6
6
"failedMaxAttempts": "Échec de la création des embeddings après {{attempts}} tentatives",
7
7
"textExceedsTokenLimit": "Le texte à l'index {{index}} dépasse la limite maximale de tokens ({{itemTokens}} > {{maxTokens}}). Ignoré.",
8
+
"textWithPrefixExceedsTokenLimit": "Le texte à l'index {{index}} avec préfixe dépasse la limite maximale de tokens ({{estimatedTokens}} > {{maxTokens}}). Utilisation du texte original sans préfixe.",
8
9
"rateLimitRetry": "Limite de débit atteinte, nouvelle tentative dans {{delayMs}}ms (tentative {{attempt}}/{{maxRetries}})",
Copy file name to clipboardExpand all lines: src/i18n/locales/hi/embeddings.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,22 @@
5
5
"failedWithError": "{{attempts}} प्रयासों के बाद एम्बेडिंग बनाने में विफल: {{errorMessage}}",
6
6
"failedMaxAttempts": "{{attempts}} प्रयासों के बाद एम्बेडिंग बनाने में विफल",
7
7
"textExceedsTokenLimit": "अनुक्रमणिका {{index}} पर पाठ अधिकतम टोकन सीमा ({{itemTokens}} > {{maxTokens}}) से अधिक है। छोड़ा जा रहा है।",
8
+
"textWithPrefixExceedsTokenLimit": "उपसर्ग के साथ अनुक्रमणिका {{index}} पर पाठ अधिकतम टोकन सीमा ({{estimatedTokens}} > {{maxTokens}}) से अधिक है। उपसर्ग के बिना मूल पाठ का उपयोग कर रहे हैं।",
8
9
"rateLimitRetry": "दर सीमा समाप्त, {{delayMs}}ms में पुन: प्रयास किया जा रहा है (प्रयास {{attempt}}/{{maxRetries}})",
"textWithPrefixExceedsTokenLimit": "Teks pada indeks {{index}} dengan prefix melebihi batas maksimum token ({{estimatedTokens}} > {{maxTokens}}). Menggunakan teks asli tanpa prefix.",
8
9
"rateLimitRetry": "Batas rate tercapai, mencoba lagi dalam {{delayMs}}ms (percobaan {{attempt}}/{{maxRetries}})",
Copy file name to clipboardExpand all lines: src/i18n/locales/it/embeddings.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,22 @@
5
5
"failedWithError": "Creazione degli embedding non riuscita dopo {{attempts}} tentativi: {{errorMessage}}",
6
6
"failedMaxAttempts": "Creazione degli embedding non riuscita dopo {{attempts}} tentativi",
7
7
"textExceedsTokenLimit": "Il testo all'indice {{index}} supera il limite massimo di token ({{itemTokens}} > {{maxTokens}}). Saltato.",
8
+
"textWithPrefixExceedsTokenLimit": "Il testo all'indice {{index}} con prefisso supera il limite massimo di token ({{estimatedTokens}} > {{maxTokens}}). Utilizzo del testo originale senza prefisso.",
8
9
"rateLimitRetry": "Limite di velocità raggiunto, nuovo tentativo tra {{delayMs}}ms (tentativo {{attempt}}/{{maxRetries}})",
0 commit comments