Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
115c3a38
Commit
115c3a38
authored
May 03, 2024
by
Yanyutin753
Browse files
✨
add Symbol startup prompt startup instructions in ShortcutsModal
parent
0921317b
Changes
27
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
130 additions
and
2 deletions
+130
-2
src/lib/components/chat/ShortcutsModal.svelte
src/lib/components/chat/ShortcutsModal.svelte
+54
-2
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bg-BG/translation.json
+4
-0
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/bn-BD/translation.json
+4
-0
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ca-ES/translation.json
+4
-0
src/lib/i18n/locales/de-DE/translation.json
src/lib/i18n/locales/de-DE/translation.json
+4
-0
src/lib/i18n/locales/dg-DG/translation.json
src/lib/i18n/locales/dg-DG/translation.json
+4
-0
src/lib/i18n/locales/en-GB/translation.json
src/lib/i18n/locales/en-GB/translation.json
+4
-0
src/lib/i18n/locales/en-US/translation.json
src/lib/i18n/locales/en-US/translation.json
+4
-0
src/lib/i18n/locales/es-ES/translation.json
src/lib/i18n/locales/es-ES/translation.json
+4
-0
src/lib/i18n/locales/fa-IR/translation.json
src/lib/i18n/locales/fa-IR/translation.json
+4
-0
src/lib/i18n/locales/fr-CA/translation.json
src/lib/i18n/locales/fr-CA/translation.json
+4
-0
src/lib/i18n/locales/fr-FR/translation.json
src/lib/i18n/locales/fr-FR/translation.json
+4
-0
src/lib/i18n/locales/it-IT/translation.json
src/lib/i18n/locales/it-IT/translation.json
+4
-0
src/lib/i18n/locales/ja-JP/translation.json
src/lib/i18n/locales/ja-JP/translation.json
+4
-0
src/lib/i18n/locales/ka-GE/translation.json
src/lib/i18n/locales/ka-GE/translation.json
+4
-0
src/lib/i18n/locales/ko-KR/translation.json
src/lib/i18n/locales/ko-KR/translation.json
+4
-0
src/lib/i18n/locales/nl-NL/translation.json
src/lib/i18n/locales/nl-NL/translation.json
+4
-0
src/lib/i18n/locales/pl-PL/translation.json
src/lib/i18n/locales/pl-PL/translation.json
+4
-0
src/lib/i18n/locales/pt-BR/translation.json
src/lib/i18n/locales/pt-BR/translation.json
+4
-0
src/lib/i18n/locales/pt-PT/translation.json
src/lib/i18n/locales/pt-PT/translation.json
+4
-0
No files found.
src/lib/components/chat/ShortcutsModal.svelte
View file @
115c3a38
...
...
@@ -208,9 +208,61 @@
</div>
</div>
</div>
<div class=" flex justify-between dark:text-gray-300 px-5 pt-4">
<div class=" text-lg font-medium self-center">{$i18n.t('Symbol startup prompt')}</div>
</div>
<div class="flex flex-col md:flex-row w-full p-5 md:space-x-4 dark:text-gray-200">
<div class=" flex flex-col w-full sm:flex-row sm:justify-center sm:space-x-6">
<div class="flex flex-col space-y-3 w-full self-start">
<div class="w-full flex justify-between items-center">
<div class=" text-sm">
{$i18n.t('Symbol startup prompt to activate RAG')}
</div>
<div class="flex space-x-1 text-xs">
<div
class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
>
#
</div>
</div>
</div>
<div class="w-full flex justify-between items-center">
<div class=" text-sm">
{$i18n.t('Symbol startup prompt to activate Chat Prompts')}
</div>
<div class="flex space-x-1 text-xs">
<div
class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
>
/
</div>
</div>
</div>
<div class="w-full flex justify-between items-center">
<div class=" text-sm">
{$i18n.t('Symbol startup prompt to activate Specific Models')}
</div>
<div class="flex space-x-1 text-xs">
<div
class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
>
@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</Modal>
</div></Modal
>
<style>
input::-webkit-outer-spin-button,
...
...
src/lib/i18n/locales/bg-BG/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Успех"
,
"Successfully updated."
:
"Успешно обновено."
,
"Symbol startup prompt"
:
"Символ стартов опит"
,
"Symbol startup prompt to activate RAG"
:
"Символ стартов опит за активиране на RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Символ стартов опит за активиране на Чат насоки"
,
"Symbol startup prompt to activate Specific Models"
:
"Символ стартов опит за активиране на Специфични модели"
,
"Sync All"
:
"Синхронизиране на всички"
,
"System"
:
"Система"
,
"System Prompt"
:
"Системен Промпт"
,
...
...
src/lib/i18n/locales/bn-BD/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"সফল"
,
"Successfully updated."
:
"সফলভাবে আপডেট হয়েছে"
,
"Symbol startup prompt"
:
"সিম্বল স্টার্টআপ প্রম্পট"
,
"Symbol startup prompt to activate RAG"
:
"র্যাগ সক্রিয় করার জন্য সিম্বল স্টার্টআপ প্রম্পট"
,
"Symbol startup prompt to activate Chat Prompts"
:
"চ্যাট প্রম্পট সক্রিয় করার জন্য সিম্বল স্টার্টআপ প্রম্পট"
,
"Symbol startup prompt to activate Specific Models"
:
"নির্দিষ্ট মডেল সক্রিয় করার জন্য সিম্বল স্টার্টআপ প্রম্পট"
,
"Sync All"
:
"সব সিংক্রোনাইজ করুন"
,
"System"
:
"সিস্টেম"
,
"System Prompt"
:
"সিস্টেম প্রম্পট"
,
...
...
src/lib/i18n/locales/ca-ES/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Èxit"
,
"Successfully updated."
:
"Actualitzat amb èxit."
,
"Symbol startup prompt"
:
"Promp d'inici de Símbol"
,
"Symbol startup prompt to activate RAG"
:
"Promp d'inici de Símbol per activar RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Promp d'inici de Símbol per activar Prompts de Xat"
,
"Symbol startup prompt to activate Specific Models"
:
"Promp d'inici de Símbol per activar Models Específics"
,
"Sync All"
:
"Sincronitza Tot"
,
"System"
:
"Sistema"
,
"System Prompt"
:
"Prompt del Sistema"
,
...
...
src/lib/i18n/locales/de-DE/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
"Untertitel (z.B. über das Römische Reich)"
,
"Success"
:
"Erfolg"
,
"Successfully updated."
:
"Erfolgreich aktualisiert."
,
"Symbol startup prompt"
:
"Symbol Startaufforderung"
,
"Symbol startup prompt to activate RAG"
:
"Symbol Startaufforderung um RAG zu aktivieren"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Symbol Startaufforderung um Chat Aufforderungen zu aktivieren"
,
"Symbol startup prompt to activate Specific Models"
:
"Symbol Startaufforderung um spezifische Modelle zu aktivieren"
,
"Sync All"
:
"Alles synchronisieren"
,
"System"
:
"System"
,
"System Prompt"
:
"System-Prompt"
,
...
...
src/lib/i18n/locales/dg-DG/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Success very success"
,
"Successfully updated."
:
"Successfully updated. Very updated."
,
"Symbol startup prompt"
:
"Symbol startup prompt"
,
"Symbol startup prompt to activate RAG"
:
"Symbol startup prompt to activate RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Symbol startup prompt to activate Chat Prompts"
,
"Symbol startup prompt to activate Specific Models"
:
"Symbol startup prompt to activate Specific Models"
,
"Sync All"
:
"Sync All much sync"
,
"System"
:
"System very system"
,
"System Prompt"
:
"System Prompt much prompt"
,
...
...
src/lib/i18n/locales/en-GB/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
""
,
"Successfully updated."
:
""
,
"Symbol startup prompt"
:
""
,
"Symbol startup prompt to activate RAG"
:
""
,
"Symbol startup prompt to activate Chat Prompts"
:
""
,
"Symbol startup prompt to activate Specific Models"
:
""
,
"Sync All"
:
""
,
"System"
:
""
,
"System Prompt"
:
""
,
...
...
src/lib/i18n/locales/en-US/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
""
,
"Successfully updated."
:
""
,
"Symbol startup prompt"
:
""
,
"Symbol startup prompt to activate RAG"
:
""
,
"Symbol startup prompt to activate Chat Prompts"
:
""
,
"Symbol startup prompt to activate Specific Models"
:
""
,
"Sync All"
:
""
,
"System"
:
""
,
"System Prompt"
:
""
,
...
...
src/lib/i18n/locales/es-ES/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Éxito"
,
"Successfully updated."
:
"Actualizado exitosamente."
,
"Symbol startup prompt"
:
"Solicitud de inicio de Symbol"
,
"Symbol startup prompt to activate RAG"
:
"Solicitud de inicio de Symbol para activar RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Solicitud de inicio de Symbol para activar Prompts de Chat"
,
"Symbol startup prompt to activate Specific Models"
:
"Solicitud de inicio de Symbol para activar Modelos Específicos"
,
"Sync All"
:
"Sincronizar todo"
,
"System"
:
"Sistema"
,
"System Prompt"
:
"Prompt del sistema"
,
...
...
src/lib/i18n/locales/fa-IR/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"موفقیت"
,
"Successfully updated."
:
"با موفقیت به روز شد"
,
"Symbol startup prompt"
:
"دعوت به راه اندازی نماد"
,
"Symbol startup prompt to activate RAG"
:
"دعوت به راه اندازی نماد برای فعال کردن RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"دعوت به راه اندازی نماد برای فعال کردن پرسش های گفتگو"
,
"Symbol startup prompt to activate Specific Models"
:
"دعوت به راه اندازی نماد برای فعال کردن مدل های خاص"
,
"Sync All"
:
"همگام سازی همه"
,
"System"
:
"سیستم"
,
"System Prompt"
:
"پرامپت سیستم"
,
...
...
src/lib/i18n/locales/fr-CA/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Succès"
,
"Successfully updated."
:
"Mis à jour avec succès."
,
"Symbol startup prompt"
:
"Invite au démarrage du symbole"
,
"Symbol startup prompt to activate RAG"
:
"Invite au démarrage du symbole pour activer RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Invite au démarrage du symbole pour activer les Prompts de Chat"
,
"Symbol startup prompt to activate Specific Models"
:
"Invite au démarrage du symbole pour activer les Modèles Spécifiques"
,
"Sync All"
:
"Synchroniser tout"
,
"System"
:
"Système"
,
"System Prompt"
:
"Prompt Système"
,
...
...
src/lib/i18n/locales/fr-FR/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Succès"
,
"Successfully updated."
:
"Mis à jour avec succès."
,
"Symbol startup prompt"
:
"Invite au démarrage du symbole"
,
"Symbol startup prompt to activate RAG"
:
"Invite au démarrage du symbole pour activer RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Invite au démarrage du symbole pour activer les Prompts de Chat"
,
"Symbol startup prompt to activate Specific Models"
:
"Invite au démarrage du symbole pour activer les Modèles Spécifiques"
,
"Sync All"
:
"Synchroniser tout"
,
"System"
:
"Système"
,
"System Prompt"
:
"Invite de système"
,
...
...
src/lib/i18n/locales/it-IT/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Successo"
,
"Successfully updated."
:
"Aggiornato con successo."
,
"Symbol startup prompt to activate RAG"
:
"Invito all'avvio del simbolo per attivare RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Invito all'avvio del simbolo per attivare i Prompt di Chat"
,
"Symbol startup prompt to activate Specific Models"
:
"Invito all'avvio del simbolo per attivare Modelli Specifici"
,
"Symbol startup prompt"
:
"Invito all'avvio del simbolo"
,
"Sync All"
:
"Sincronizza tutto"
,
"System"
:
"Sistema"
,
"System Prompt"
:
"Prompt di sistema"
,
...
...
src/lib/i18n/locales/ja-JP/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"成功"
,
"Successfully updated."
:
"正常に更新されました。"
,
"Symbol startup prompt"
:
"シンボルの起動プロンプト"
,
"Symbol startup prompt to activate RAG"
:
"RAGを有効にするためのシンボルの起動プロンプト"
,
"Symbol startup prompt to activate Chat Prompts"
:
"チャットプロンプトを有効にするためのシンボルの起動プロンプト"
,
"Symbol startup prompt to activate Specific Models"
:
"特定のモデルを有効にするためのシンボルの起動プロンプト"
,
"Sync All"
:
"すべてを同期"
,
"System"
:
"システム"
,
"System Prompt"
:
"システムプロンプト"
,
...
...
src/lib/i18n/locales/ka-GE/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"წარმატება"
,
"Successfully updated."
:
"წარმატებით განახლდა"
,
"Symbol startup prompt"
:
"სიმბოლოს საწყისი მითითება"
,
"Symbol startup prompt to activate RAG"
:
"სიმბოლოს საწყისი მითითების გააქტიურება RAG-სთვის"
,
"Symbol startup prompt to activate Chat Prompts"
:
"სიმბოლოს საწყისი მითითების გააქტიურება ჩატის მითითებებისთვის"
,
"Symbol startup prompt to activate Specific Models"
:
"სიმბოლოს საწყისი მითითების გააქტიურება კონკრეტული მოდელებისთვის"
,
"Sync All"
:
"სინქრონიზაცია"
,
"System"
:
"სისტემა"
,
"System Prompt"
:
"სისტემური მოთხოვნა"
,
...
...
src/lib/i18n/locales/ko-KR/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"성공"
,
"Successfully updated."
:
"성공적으로 업데이트되었습니다."
,
"Symbol startup prompt"
:
"심볼 스타트업 프롬프트"
,
"Symbol startup prompt to activate RAG"
:
"RAG를 활성화하기 위한 심볼 스타트업 프롬프트"
,
"Symbol startup prompt to activate Chat Prompts"
:
"채팅 프롬프트를 활성화하기 위한 심볼 스타트업 프롬프트"
,
"Symbol startup prompt to activate Specific Models"
:
"특정 모델을 활성화하기 위한 심볼 스타트업 프롬프트"
,
"Sync All"
:
"모두 동기화"
,
"System"
:
"시스템"
,
"System Prompt"
:
"시스템 프롬프트"
,
...
...
src/lib/i18n/locales/nl-NL/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Succes"
,
"Successfully updated."
:
"Succesvol bijgewerkt."
,
"Symbol startup prompt"
:
"Symbool opstartprompt"
,
"Symbol startup prompt to activate RAG"
:
"Symbool opstartprompt om RAG te activeren"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Symbool opstartprompt om Chat Prompts te activeren"
,
"Symbol startup prompt to activate Specific Models"
:
"Symbool opstartprompt om Specifieke Modellen te activeren"
,
"Sync All"
:
"Synchroniseer Alles"
,
"System"
:
"Systeem"
,
"System Prompt"
:
"Systeem Prompt"
,
...
...
src/lib/i18n/locales/pl-PL/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Sukces"
,
"Successfully updated."
:
"Pomyślnie zaktualizowano."
,
"Symbol startup prompt"
:
"Symbol uruchamiania"
,
"Symbol startup prompt to activate RAG"
:
"Symbol uruchamiania do aktywacji RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Symbol uruchamiania do aktywacji Chat Prompts"
,
"Symbol startup prompt to activate Specific Models"
:
"Symbol uruchamiania do aktywacji konkretnych modeli"
,
"Sync All"
:
"Synchronizuj wszystko"
,
"System"
:
"System"
,
"System Prompt"
:
"Prompt systemowy"
,
...
...
src/lib/i18n/locales/pt-BR/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Sucesso"
,
"Successfully updated."
:
"Atualizado com sucesso."
,
"Symbol startup prompt"
:
"Prompt de inicialização do Símbolo"
,
"Symbol startup prompt to activate RAG"
:
"Prompt de inicialização do Símbolo para ativar o RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Prompt de inicialização do Símbolo para ativar os Prompts de Chat"
,
"Symbol startup prompt to activate Specific Models"
:
"Prompt de inicialização do Símbolo para ativar Modelos Específicos"
,
"Sync All"
:
"Sincronizar Tudo"
,
"System"
:
"Sistema"
,
"System Prompt"
:
"Prompt do Sistema"
,
...
...
src/lib/i18n/locales/pt-PT/translation.json
View file @
115c3a38
...
...
@@ -370,6 +370,10 @@
"Subtitle (e.g. about the Roman Empire)"
:
""
,
"Success"
:
"Sucesso"
,
"Successfully updated."
:
"Atualizado com sucesso."
,
"Symbol startup prompt"
:
"Prompt de inicialização do Símbolo"
,
"Symbol startup prompt to activate RAG"
:
"Prompt de inicialização do Símbolo para ativar o RAG"
,
"Symbol startup prompt to activate Chat Prompts"
:
"Prompt de inicialização do Símbolo para ativar os Prompts de Chat"
,
"Symbol startup prompt to activate Specific Models"
:
"Prompt de inicialização do Símbolo para ativar Modelos Específicos"
,
"Sync All"
:
"Sincronizar Tudo"
,
"System"
:
"Sistema"
,
"System Prompt"
:
"Prompt do Sistema"
,
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment