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/client/locales/en.json
+28-2Lines changed: 28 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,8 @@
291
291
"rag": "RAG",
292
292
"remove": "remove",
293
293
"customResponsibility": "manually added",
294
-
"add": "add"
294
+
"add": "add",
295
+
"sourceMaterials": "Source materials"
295
296
},
296
297
"tooltip": {
297
298
"copied": "Copied!"
@@ -323,5 +324,30 @@
323
324
"toNewline": "to add a new line",
324
325
"ok": "Ok",
325
326
"openConfigurator": "Keyboard shortcut for sending a message"
327
+
},
328
+
"rag": {
329
+
"sourceMaterials": "Source materials",
330
+
"id": "ID",
331
+
"name": "Name",
332
+
"language": "Language",
333
+
"numberOfFiles": "Number of files",
334
+
"viewDetails": "View details",
335
+
"collection": "Source material collection",
336
+
"deleteCollection": "Delete collection",
337
+
"files": "Source material files",
338
+
"backToCollection": "Back to collection",
339
+
"file": "Source material file",
340
+
"deleteFile": "Delete file",
341
+
"content": "Content",
342
+
"noContent": "No content",
343
+
"creatorGuide": "A RAG index is a collection of documents that are indexed for semantic search and retrieval. Students may activate it in the course chat, which gives the LLM a tool to retrieve relevant information from the index based on a query which it will base its response on. The index name, description and language are especially important as the LLM will use them to decide when to search the index and how to formulate the search query.",
344
+
"uploading": "Uploading",
345
+
"uploadFiles": "Upload files",
346
+
"createNewIndex": "Create a new collection",
347
+
"finnish": "Finnish",
348
+
"english": "English",
349
+
"createIndex": "Create collection",
350
+
"nameLabel": "Collection name",
351
+
"nameHelperText": "Use a descriptive name (for example the full name of the course)"
"creatorGuide": "Lähdemateriaalikokoelma on joukko tiedostoja, joista kielimalli voi hakea tietoa tarpeen mukaan. Opiskelija voi aktivoida lähdemateriaalikokoelman kurssichatissa, jolloin se tulee hakutyökaluna kielimallille näkyväksi. Kuvaava kokoelman nimi, kuvaus ja kieli ovat tärkeitä, koska kielimalli käyttää niitä hakukyselyn muodostamiseen ja päättelee niistä, milloin sen kannattaa tehdä lähdemateriaalihaku vastatakseen opiskelijalle.",
344
+
"uploading": "Ladataan",
345
+
"uploadFiles": "Lisää tiedostoja",
346
+
"createNewIndex": "Luo uusi kokoelma",
347
+
"finnish": "Suomi",
348
+
"english": "Englanti",
349
+
"createIndex": "Luo kokoelma",
350
+
"nameLabel": "Kokoelman nimi",
351
+
"nameHelperText": "Käytä kuvaavaa nimeä (esim. kurssin koko nimi)"
0 commit comments