Skip to content

Commit 85cf43f

Browse files
authored
Merge pull request #680 from n4ze3m/next
v1.5.25
2 parents 5aed3db + 4d613df commit 85cf43f

36 files changed

+896
-231
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,29 @@ Default Keyboard Shortcut: `Ctrl+Shift+L`
103103

104104
Note: You can change the keyboard shortcuts from the extension settings on the Chrome Extension Management page.
105105

106+
## Keyboard Shortcuts
107+
108+
Page Assist supports various keyboard shortcuts to enhance your productivity:
109+
110+
### Extension Shortcuts
111+
112+
| Action | Shortcut | Description |
113+
|--------|----------|-------------|
114+
| Open Sidebar | `Ctrl+Shift+Y` | Opens the sidebar on any webpage |
115+
| Open Web UI | `Ctrl+Shift+L` | Opens the Web UI in a new tab |
116+
117+
**Note**: You can customize extension shortcuts from your browser's extension management page .
118+
119+
### Application Shortcuts
120+
121+
| Action | Shortcut | Description |
122+
|--------|----------|-------------|
123+
| New Chat | `Ctrl+Shift+O` | Starts a new chat conversation |
124+
| Toggle Sidebar | `Ctrl+B` | Opens/closes the chat history sidebar |
125+
| Focus Textarea | `Shift+Esc` | Focuses the message input field |
126+
127+
128+
106129
## Development
107130

108131
You can run the extension in development mode to make changes and test them.

src/assets/locale/ar/common.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,9 @@
148148
"thought": "فكر لمدة {{time}}"
149149
},
150150
"embeddingGen": "إنشاء تمثيلات، قد يستغرق هذا وقتًا",
151-
"semanticSearch": "جاري البحث المعمق"
151+
"semanticSearch": "جاري البحث الدلالي",
152+
"downloading": "جاري التنزيل",
153+
"cancelPullingModel": {
154+
"confirm": "هل أنت متأكد أنك تريد إلغاء التنزيل؟ سيؤدي ذلك إلى إيقاف عملية التنزيل. وفقًا لتوثيق Ollama، يمكنك المتابعة من حيث توقفت."
155+
}
152156
}

src/assets/locale/da/common.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,9 @@
141141
"thought": "Tænkte i {{time}}"
142142
},
143143
"embeddingGen": "Opretter embeddings, dette kan tage en stund",
144-
"semanticSearch": "Udfører semantisk søgning"
144+
"semanticSearch": "Udfører semantisk søgning",
145+
"downloading": "Downloader",
146+
"cancelPullingModel": {
147+
"confirm": "Er du sikker på, at du vil annullere downloadet? Dette stopper downloadprocessen. Ifølge Ollama-dokumentationen kan du genoptage, hvor du slap."
148+
}
145149
}

src/assets/locale/de/common.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,9 @@
141141
"thought": "Gedanke für {{time}}"
142142
},
143143
"embeddingGen": "Erstelle Embeddings, dies kann eine Weile dauern",
144-
"semanticSearch": "Führe semantische Suche durch"
144+
"semanticSearch": "Führe semantische Suche durch",
145+
"downloading": "Herunterladen",
146+
"cancelPullingModel": {
147+
"confirm": "Sind Sie sicher, dass Sie den Download abbrechen möchten? Dadurch wird der Downloadvorgang gestoppt. Laut der Ollama-Dokumentation können Sie dort weitermachen, wo Sie aufgehört haben."
148+
}
145149
}

src/assets/locale/en/common.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,9 @@
189189
"searchResults": "Search Results",
190190
"embeddingGen": "Creating embeddings, this may take a while",
191191
"semanticSearch": "Performing semantic search",
192-
"newBranch": "New Branch"
193-
}
192+
"newBranch": "New Branch",
193+
"downloading": "Downloading" ,
194+
"cancelPullingModel": {
195+
"confirm": "Are you sure you want to cancel the download? This will stop the download process. According to the Ollama documentation, you can restart from where you left off."
196+
}
197+
}

src/assets/locale/en/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,14 @@
234234
"notification": {
235235
"pullModel": "Pulling Model",
236236
"pullModelDescription": "Pulling {{modelName}} model. For more details, check the extension icon.",
237+
"cancellingDownload": "Cancelling Download",
238+
"cancellingDownloadDescription": "Model download is being cancelled...",
237239
"success": "Success",
238240
"error": "Error",
239241
"successDescription": "Successfully pulled the model",
240242
"successDeleteDescription": "Successfully deleted the model",
241243
"someError": "Something went wrong. Please try again later"
242-
}
244+
}
243245
},
244246
"managePrompts": {
245247
"title": "Manage Prompts",

src/assets/locale/es/common.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,9 @@
140140
"thought": "Pensamiento por {{time}}"
141141
},
142142
"embeddingGen": "Creando embeddings, esto puede tardar un poco",
143-
"semanticSearch": "Realizando búsqueda semántica"
143+
"semanticSearch": "Realizando búsqueda semántica",
144+
"downloading": "Descargando",
145+
"cancelPullingModel": {
146+
"confirm": "¿Está seguro de que desea cancelar la descarga? Esto detendrá el proceso de descarga. Según la documentación de Ollama, puede reiniciar desde donde lo dejó."
147+
}
144148
}

src/assets/locale/fa/common.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,9 @@
134134
"thought": "فکر کردن برای {{time}}"
135135
},
136136
"embeddingGen": "در حال ایجاد تمثیلات، این ممکن است چند لحظه طول بکشد",
137-
"semanticSearch": "در حال جستجوی ادراکی"
137+
"semanticSearch": "در حال جستجوی معنایی",
138+
"downloading": "در حال دانلود",
139+
"cancelPullingModel": {
140+
"confirm": "آیا مطمئن هستید که می‌خواهید دانلود را لغو کنید؟ این کار فرآیند دانلود را متوقف می‌کند. طبق مستندات Ollama، می‌توانید دانلود را از همان جایی که متوقف شده ادامه دهید."
141+
}
138142
}

src/assets/locale/fr/common.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,9 @@
176176
},
177177
"mermaid": "Mermaid",
178178
"embeddingGen": "Création d'embeddings, cela peut prendre un certain temps",
179-
"semanticSearch": "Recherche sémantique en cours"
179+
"semanticSearch": "Recherche sémantique en cours",
180+
"downloading": "Téléchargement en cours",
181+
"cancelPullingModel": {
182+
"confirm": "Êtes-vous sûr de vouloir annuler le téléchargement ? Cela arrêtera le processus de téléchargement. Selon la documentation Ollama, vous pouvez reprendre là où vous vous êtes arrêté."
183+
}
180184
}

src/assets/locale/it/common.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,9 @@
141141
},
142142
"mermaid": "Mermaid",
143143
"embeddingGen": "Creazione di embeddings, questo può richiedere un po' di tempo",
144-
"semanticSearch": "Ricerca semantica in corso"
144+
"semanticSearch": "Ricerca semantica in corso",
145+
"downloading": "Download in corso",
146+
"cancelPullingModel": {
147+
"confirm": "Sei sicuro di voler annullare il download? Questo interromperà il processo di download. Secondo la documentazione di Ollama, puoi riprendere da dove hai interrotto."
148+
}
145149
}

0 commit comments

Comments
 (0)