Skip to content

Commit 715f7fa

Browse files
authored
Merge pull request #522 from n4ze3m/next
v1.5.6
2 parents ca88a06 + 3623bcf commit 715f7fa

32 files changed

+591
-412
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ This are some of the blogs and videos about Page Assist. If you have written a b
180180

181181
- [Page Assist 介绍合集](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=Mzk2NDUxNDQ3Nw==&action=getalbum&album_id=3845692786608553984#wechat_redirect) by 百工智用公众号
182182

183+
184+
- [Eine KI auf dem eigenen Rechner laufen lassen, 10 Minuten Installation](https://www.johannesholstein.de/gsCMS/index.php?id=sonstige-video-tutorials) by [Johannes Holstein](https://www.johannesholstein.de)
185+
183186
## License
184187

185188
MIT

src/assets/locale/ar/playground.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"uploadImage": "تحميل صورة",
2525
"stopStreaming": "إيقاف البث",
2626
"knowledge": "المعرفة",
27-
"vision": "[تجريبي] محادثة الرؤية"
27+
"vision": "[تجريبي] محادثة الرؤية",
28+
"clearContext": "مسح السياق"
2829
},
2930
"sendWhenEnter": "إرسال عند الضغط على Enter",
3031
"welcome": "مرحباً! كيف يمكنني مساعدتك اليوم؟",

src/assets/locale/da/playground.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"speechToText": "Tal til Tekst",
2424
"uploadImage": "Upload Billed",
2525
"stopStreaming": "Stop Streaming",
26-
"knowledge": "Viden"
26+
"knowledge": "Viden",
27+
"clearContext": "Ryd Kontekst"
2728
},
2829
"sendWhenEnter": "Søg, når Indtast trykkes",
2930
"welcome": "Hej! Hvordan kan jeg hjælpe dig i dag?",

src/assets/locale/de/playground.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"speechToText": "Sprache zu Text",
2424
"uploadImage": "Bild hochladen",
2525
"stopStreaming": "Streaming stoppen",
26-
"knowledge": "Wissen"
26+
"knowledge": "Wissen",
27+
"clearContext": "Kontext löschen"
2728
},
2829
"sendWhenEnter": "Senden bei Drücken der Eingabetaste",
2930
"welcome": "Hallo! Wie kann ich Ihnen heute helfen?",

src/assets/locale/en/playground.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"uploadImage": "Upload Image",
2525
"stopStreaming": "Stop Streaming",
2626
"knowledge": "Knowledge",
27-
"vision": "[Experimental] Vision Chat"
27+
"vision": "[Experimental] Vision Chat",
28+
"clearContext": "Clear Context"
2829
},
2930
"sendWhenEnter": "Send when Enter pressed",
3031
"welcome": "Hello! How can I help you today?",

src/assets/locale/en/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
"button": "Import Data",
112112
"success": "Import Success",
113113
"error": "Import Error"
114+
},
115+
"actionIcon": {
116+
"label": "Set Default Action for Extension Icon Clicks"
117+
},
118+
"contextMenu": {
119+
"label": "Set Default action for Context Menu"
114120
}
115121
},
116122
"tts": {

src/assets/locale/es/playground.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"speechToText": "Voz a Texto",
2424
"uploadImage": "Subir Imagén",
2525
"stopStreaming": "Parar Transmisión",
26-
"knowledge": "Conocimiento"
26+
"knowledge": "Conocimiento",
27+
"clearContext": "Limpiar Contexto"
2728
},
2829
"sendWhenEnter": "Enviar cuando presione Enter",
2930
"welcome": "¡Hola! ¿Cómo puedo ayudarte hoy?",
3031
"useOCR": "Extraer texto de imagen (OCR)"
31-
}
32+
}

src/assets/locale/fa/playground.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"speechToText": "گفتار به متن",
2424
"uploadImage": "آپلود تصویر",
2525
"stopStreaming": "توقف Streaming",
26-
"knowledge": "دانش"
26+
"knowledge": "دانش",
27+
"clearContext": "پاک کردن متن"
2728
},
2829
"sendWhenEnter": "با فشار دادن Enter ارسال شود",
2930
"welcome": "سلام! امروز چطور می‌توانم به شما کمک کنم؟",
3031
"useOCR": "استخراج متن از تصویر (OCR)"
31-
}
32+
}

src/assets/locale/fr/playground.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"uploadImage": "Uploader une image",
2525
"stopStreaming": "Arrêter la diffusion",
2626
"knowledge": "Connaissances",
27-
"vision": "Discussion visuelle [Expérimental]"
27+
"vision": "Discussion visuelle [Expérimental]",
28+
"clearContext": "Effacer le contexte"
2829
},
2930
"sendWhenEnter": "Envoyer en appuyant sur Entrée",
3031
"welcome": "Bonjour ! Comment puis-je vous aider aujourd'hui ?",

src/assets/locale/it/playground.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"speechToText": "Speech to Text",
2424
"uploadImage": "Carica immagine",
2525
"stopStreaming": "Ferma lo Streaming",
26-
"knowledge": "Conoscenza"
26+
"knowledge": "Conoscenza",
27+
"clearContext": "Cancella Contesto"
2728
},
2829
"sendWhenEnter": "Invia subito dopo Enter",
2930
"welcome": "Ciao! Come posso aiutarti oggi?",

0 commit comments

Comments
 (0)