Skip to content

Commit c2ca401

Browse files
authored
Merge pull request #621 from n4ze3m/next
v1.5.17
2 parents dcf2c7b + 4559ba1 commit c2ca401

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1276
-194
lines changed

src/assets/locale/ar/common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,7 @@
146146
"reasoning": {
147147
"thinking": "جاري التفكير....",
148148
"thought": "فكر لمدة {{time}}"
149-
}
149+
},
150+
"embeddingGen": "إنشاء تمثيلات، قد يستغرق هذا وقتًا",
151+
"semanticSearch": "جاري البحث المعمق"
150152
}

src/assets/locale/da/common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,7 @@
139139
"reasoning": {
140140
"thinking": "Tænker....",
141141
"thought": "Tænkte i {{time}}"
142-
}
142+
},
143+
"embeddingGen": "Opretter embeddings, dette kan tage en stund",
144+
"semanticSearch": "Udfører semantisk søgning"
143145
}

src/assets/locale/de/common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,7 @@
139139
"reasoning": {
140140
"thinking": "Denke nach....",
141141
"thought": "Gedanke für {{time}}"
142-
}
142+
},
143+
"embeddingGen": "Erstelle Embeddings, dies kann eine Weile dauern",
144+
"semanticSearch": "Führe semantische Suche durch"
143145
}

src/assets/locale/en/common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,7 @@
184184
"thought": "Thought for {{time}}"
185185
},
186186
"mermaid": "Mermaid",
187-
"search": "Search"
187+
"search": "Search",
188+
"embeddingGen": "Creating embeddings, this may take a while",
189+
"semanticSearch": "Performing semantic search"
188190
}

src/assets/locale/en/playground.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"stopStreaming": "Stop Streaming",
2626
"knowledge": "Knowledge",
2727
"vision": "[Experimental] Vision Chat",
28-
"clearContext": "Clear Context"
28+
"clearContext": "Clear Context",
29+
"uploadDocuments": "Upload Documents (beta)"
2930
},
3031
"sendWhenEnter": "Send when Enter pressed",
3132
"welcome": "Hello! How can I help you today?",
32-
"useOCR": "Extract text from image (OCR)"
33+
"useOCR": "Extract text from image (OCR)",
34+
"fileRetrievalEnabled": "Enable RAG for Documents"
3335
}

src/assets/locale/es/common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,7 @@
138138
"reasoning": {
139139
"thinking": "Pensando....",
140140
"thought": "Pensamiento por {{time}}"
141-
}
141+
},
142+
"embeddingGen": "Creando embeddings, esto puede tardar un poco",
143+
"semanticSearch": "Realizando búsqueda semántica"
142144
}

src/assets/locale/fa/common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,7 @@
132132
"reasoning": {
133133
"thinking": "در حال فکر کردن....",
134134
"thought": "فکر کردن برای {{time}}"
135-
}
135+
},
136+
"embeddingGen": "در حال ایجاد تمثیلات، این ممکن است چند لحظه طول بکشد",
137+
"semanticSearch": "در حال جستجوی ادراکی"
136138
}

src/assets/locale/fr/common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,7 @@
174174
"thinking": "Réflexion....",
175175
"thought": "Réflexion pendant {{time}}"
176176
},
177-
"mermaid": "Mermaid"
177+
"mermaid": "Mermaid",
178+
"embeddingGen": "Création d'embeddings, cela peut prendre un certain temps",
179+
"semanticSearch": "Recherche sémantique en cours"
178180
}

src/assets/locale/it/common.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,8 @@
138138
"reasoning": {
139139
"thinking": "Pensando....",
140140
"thought": "Pensato per {{time}}"
141-
}
141+
},
142+
"mermaid": "Mermaid",
143+
"embeddingGen": "Creazione di embeddings, questo può richiedere un po' di tempo",
144+
"semanticSearch": "Ricerca semantica in corso"
142145
}

src/assets/locale/ja-JP/common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,7 @@
138138
"reasoning": {
139139
"thinking": "考え中....",
140140
"thought": "{{time}}の思考"
141-
}
141+
},
142+
"embeddingGen": "埋め込みを作成中です。時間がかかる場合があります",
143+
"semanticSearch": "意味検索を実行中"
142144
}

0 commit comments

Comments
 (0)