Skip to content

Commit 216b21d

Browse files
authored
Merge pull request #274 from n4ze3m/next
v1.3.8
2 parents 9faeca9 + 8124490 commit 216b21d

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

+851
-201
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
[![Join dialoqbase #welcome](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.gg/bu54382uBd)
44

5-
Page Assist is an open-source Chrome Extension that provides a Sidebar and Web UI for your Local AI model. It allows you to interact with your model from any webpage.
6-
5+
Page Assist is an open-source browser extension that provides a sidebar and web UI for your local AI model. It allows you to interact with your model from any webpage.
76
## Installation
87

98
Page Assist supports Chromium-based browsers like Chrome, Brave, and Edge, as well as Firefox.

bun.lockb

0 Bytes
Binary file not shown.

src/assets/locale/da/option.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,20 @@
99
"validationSelectModel": "Venligst vælg en model for at forsæætte",
1010
"deleteHistoryConfirmation": "Er du sikker på at du vil slette denne historik?",
1111
"editHistoryTitle": "Indtast en ny titel",
12-
"temporaryChat": "Midlertidig Chat"
12+
"temporaryChat": "Midlertidig Chat",
13+
"more": {
14+
"copy": {
15+
"group": "Kopier",
16+
"asText": "Kopier som tekst",
17+
"asMarkdown": "Kopier som Markdown",
18+
"success": "Kopieret til udklipsholder!"
19+
},
20+
"download": {
21+
"group": "Download",
22+
"text": "Tekstfil (.txt)",
23+
"markdown": "Markdown (.md)",
24+
"json": "JSON-fil (.json)"
25+
},
26+
"share": "Del"
27+
}
1328
}

src/assets/locale/da/settings.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,18 @@
7070
"url": {
7171
"label": "SearXNG URL"
7272
}
73+
},
74+
"braveApi": {
75+
"label": "Brave API Nøgle",
76+
"placeholder": "Indtast din Brave API nøgle"
7377
}
7478
},
7579
"system": {
7680
"heading": "Systemindstillinger",
7781
"deleteChatHistory": {
78-
"label": "Slet Chathistorik",
79-
"button": "Slet",
80-
"confirm": "Er du sikker på, at du vil slette din chathistorik? Denne handling kan ikke fortrydes."
82+
"label": "System Nulstilling",
83+
"button": "Nulstil Alt",
84+
"confirm": "Er du sikker på, at du vil udføre en systemnulstilling? Dette vil slette alle data og kan ikke fortrydes."
8185
},
8286
"export": {
8387
"label": "Eksporter chathistorik, vidensbase og prompts",

src/assets/locale/de/option.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,20 @@
99
"validationSelectModel": "Bitte wähle ein Modell aus, um fortzufahren",
1010
"deleteHistoryConfirmation": "Bist du sicher, dass du diesen Verlauf löschen möchtest?",
1111
"editHistoryTitle": "Gib einen neuen Titel ein",
12-
"temporaryChat": "Temporärer Chat"
12+
"temporaryChat": "Temporärer Chat",
13+
"more": {
14+
"copy": {
15+
"group": "Kopieren",
16+
"asText": "Als Text kopieren",
17+
"asMarkdown": "Als Markdown kopieren",
18+
"success": "In die Zwischenablage kopiert!"
19+
},
20+
"download": {
21+
"group": "Herunterladen",
22+
"text": "Textdatei (.txt)",
23+
"markdown": "Markdown (.md)",
24+
"json": "JSON-Datei (.json)"
25+
},
26+
"share": "Teilen"
27+
}
1328
}

src/assets/locale/de/settings.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,18 @@
7070
"url": {
7171
"label": "SearXNG-URL"
7272
}
73+
},
74+
"braveApi": {
75+
"label": "Brave API-Schlüssel",
76+
"placeholder": "Geben Sie Ihren Brave API-Schlüssel ein"
7377
}
7478
},
7579
"system": {
7680
"heading": "Systemeinstellungen",
7781
"deleteChatHistory": {
78-
"label": "Chatverlauf löschen",
79-
"button": "Löschen",
80-
"confirm": "Sind Sie sicher, dass Sie Ihren Chatverlauf löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden."
82+
"label": "System zurücksetzen",
83+
"button": "Alles zurücksetzen",
84+
"confirm": "Sind Sie sicher, dass Sie einen Systemreset durchführen möchten? Dies löscht alle Daten und kann nicht rückgängig gemacht werden."
8185
},
8286
"export": {
8387
"label": "Chatverlauf, Wissensbasis und Prompts exportieren",

src/assets/locale/en/option.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,20 @@
99
"validationSelectModel": "Please select a model to continue",
1010
"deleteHistoryConfirmation": "Are you sure you want to delete this history?",
1111
"editHistoryTitle": "Enter a new title",
12-
"temporaryChat": "Temporary Chat"
12+
"temporaryChat": "Temporary Chat",
13+
"more": {
14+
"copy": {
15+
"group": "Copy",
16+
"asText": "Copy as Text",
17+
"asMarkdown": "Copy as Markdown",
18+
"success": "Copied to clipboard!"
19+
},
20+
"download": {
21+
"group": "Download",
22+
"text": "Text File (.txt)",
23+
"markdown": "Markdown (.md)",
24+
"json": "JSON File (.json)"
25+
},
26+
"share": "Share"
27+
}
1328
}

src/assets/locale/en/settings.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,18 @@
7070
"url": {
7171
"label": "SearXNG URL"
7272
}
73+
},
74+
"braveApi": {
75+
"label": "Brave API Key",
76+
"placeholder": "Enter your Brave API key"
7377
}
7478
},
7579
"system": {
7680
"heading": "System Settings",
7781
"deleteChatHistory": {
78-
"label": "Delete Chat History",
79-
"button": "Delete",
80-
"confirm": "Are you sure you want to delete your chat history? This action cannot be undone."
82+
"label": "System Reset",
83+
"button": "Reset All",
84+
"confirm": "Are you sure you want to perform a system reset? This will clear all data and cannot be undone."
8185
},
8286
"export": {
8387
"label": "Export Chat History, Knowledge Base, and Prompts",

src/assets/locale/es/option.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,20 @@
99
"validationSelectModel": "Selecione un modelo para continuar",
1010
"deleteHistoryConfirmation": "¿Esta seguro que quiere borrar éste histórico?",
1111
"editHistoryTitle": "Ingrese un nuevo título",
12-
"temporaryChat": "Chat Temporal"
13-
}
12+
"temporaryChat": "Chat Temporal",
13+
"more": {
14+
"copy": {
15+
"group": "Copiar",
16+
"asText": "Copiar como Texto",
17+
"asMarkdown": "Copiar como Markdown",
18+
"success": "¡Copiado al portapapeles!"
19+
},
20+
"download": {
21+
"group": "Descargar",
22+
"text": "Archivo de Texto (.txt)",
23+
"markdown": "Markdown (.md)",
24+
"json": "Archivo JSON (.json)"
25+
},
26+
"share": "Compartir"
27+
}
28+
}

src/assets/locale/es/settings.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,18 @@
7070
"url": {
7171
"label": "URL de SearXNG"
7272
}
73+
},
74+
"braveApi": {
75+
"label": "Clave API de Brave",
76+
"placeholder": "Ingrese su clave API de Brave"
7377
}
7478
},
7579
"system": {
7680
"heading": "Configuraciones del Sistema",
7781
"deleteChatHistory": {
78-
"label": "Borrar Histórico del Chat",
79-
"button": "Borrar",
80-
"confirm": "¿Esta seguro que desea borrar su histórico del chat? Esta acción no podra ser desecha."
82+
"label": "Reinicio del Sistema",
83+
"button": "Reiniciar Todo",
84+
"confirm": "¿Está seguro de que desea realizar un reinicio del sistema? Esto borrará todos los datos y no se puede deshacer."
8185
},
8286
"export": {
8387
"label": "Exportar Histórico del Chat, Base de Conocimiento y Prompts",

0 commit comments

Comments
 (0)