diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index 8fe2e4dd6..10abe9715 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -48,6 +48,8 @@ let showUpdateToast = true; let showChangelog = true; + let showLoadedModelsIndicator = true; + let showEmojiInCall = false; let voiceInterruption = false; let hapticFeedback = false; @@ -91,7 +93,10 @@ showChangelog = !showChangelog; saveSettings({ showChangelog: showChangelog }); }; - + const toggleShowLoadedModels = async () => { + showLoadedModelsIndicator = !showLoadedModelsIndicator; + saveSettings({ showLoadedModelsIndicator: showLoadedModelsIndicator }); + }; const toggleShowUsername = async () => { showUsername = !showUsername; saveSettings({ showUsername: showUsername }); @@ -208,6 +213,8 @@ showUpdateToast = $settings.showUpdateToast ?? true; showChangelog = $settings.showChangelog ?? true; + showLoadedModelsIndicator = $settings.showLoadedModelsIndicator ?? true; + showEmojiInCall = $settings.showEmojiInCall ?? false; voiceInterruption = $settings.voiceInterruption ?? false; @@ -447,6 +454,28 @@ {/if} +
+
+
+ {$i18n.t(`Show Loaded Model indicator in model selector`)} +
+ + +
+
+
{$i18n.t('Chat')}
diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index 4131ef250..645722828 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -843,6 +843,7 @@ "Show": "عرض", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "إظهار الاختصارات", "Show your support!": "", "Showcased creativity": "أظهر الإبداع", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index 8282801ff..877363013 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -843,6 +843,7 @@ "Show": "Покажи", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Покажи", "Show your support!": "", "Showcased creativity": "Показана креативност", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 93ffbd5d3..a8fe2b009 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -843,6 +843,7 @@ "Show": "দেখান", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "শর্টকাটগুলো দেখান", "Show your support!": "", "Showcased creativity": "সৃজনশীলতা প্রদর্শন", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index f8bc128b9..d885e0729 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -843,6 +843,7 @@ "Show": "Mostrar", "Show \"What's New\" modal on login": "Veure 'Què hi ha de nou' a l'entrada", "Show Admin Details in Account Pending Overlay": "Mostrar els detalls de l'administrador a la superposició del compte pendent", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Mostrar dreceres", "Show your support!": "Mostra el teu suport!", "Showcased creativity": "Creativitat mostrada", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index 3f009d970..7c73488e2 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -843,6 +843,7 @@ "Show": "Pagpakita", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Ipakita ang mga shortcut", "Show your support!": "", "Showcased creativity": "", diff --git a/src/lib/i18n/locales/cs-CZ/translation.json b/src/lib/i18n/locales/cs-CZ/translation.json index 4018a8d09..97afa90ee 100644 --- a/src/lib/i18n/locales/cs-CZ/translation.json +++ b/src/lib/i18n/locales/cs-CZ/translation.json @@ -843,6 +843,7 @@ "Show": "Zobrazit", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Zobrazit podrobnosti administrátora v překryvném okně s čekajícím účtem", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Zobrazit klávesové zkratky", "Show your support!": "Vyjadřete svou podporu!", "Showcased creativity": "Předvedená kreativita", diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json index cf188b814..1de58a39f 100644 --- a/src/lib/i18n/locales/da-DK/translation.json +++ b/src/lib/i18n/locales/da-DK/translation.json @@ -843,6 +843,7 @@ "Show": "Vis", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i overlay for ventende konto", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Vis genveje", "Show your support!": "Vis din støtte!", "Showcased creativity": "Udstillet kreativitet", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index f1fbcf015..72759f271 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -843,6 +843,7 @@ "Show": "Anzeigen", "Show \"What's New\" modal on login": "\"Was gibt's Neues\"-Modal beim Anmelden anzeigen", "Show Admin Details in Account Pending Overlay": "Admin-Details im Account-Pending-Overlay anzeigen", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Verknüpfungen anzeigen", "Show your support!": "Zeigen Sie Ihre Unterstützung!", "Showcased creativity": "Kreativität gezeigt", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index fdfe72a73..c2b9bc91f 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -843,6 +843,7 @@ "Show": "Show much show", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Show shortcuts much shortcut", "Show your support!": "", "Showcased creativity": "", diff --git a/src/lib/i18n/locales/el-GR/translation.json b/src/lib/i18n/locales/el-GR/translation.json index b1d1c8f94..11caaea1d 100644 --- a/src/lib/i18n/locales/el-GR/translation.json +++ b/src/lib/i18n/locales/el-GR/translation.json @@ -843,6 +843,7 @@ "Show": "Εμφάνιση", "Show \"What's New\" modal on login": "Εμφάνιση του παράθυρου \"Τι νέο υπάρχει\" κατά την είσοδο", "Show Admin Details in Account Pending Overlay": "Εμφάνιση Λεπτομερειών Διαχειριστή στο Υπέρθεση Εκκρεμής Λογαριασμού", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Εμφάνιση συντομεύσεων", "Show your support!": "Δείξτε την υποστήριξή σας!", "Showcased creativity": "Εμφανιζόμενη δημιουργικότητα", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index 4aa68bf79..6f9447cbc 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -843,6 +843,7 @@ "Show": "", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "", "Show your support!": "", "Showcased creativity": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 4aa68bf79..6f9447cbc 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -843,6 +843,7 @@ "Show": "", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "", "Show your support!": "", "Showcased creativity": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index f87ed9450..4411343e1 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -843,6 +843,7 @@ "Show": "Mostrar", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Mostrar detalles de administración en la capa de espera de la cuenta", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Mostrar atajos", "Show your support!": "¡Muestra tu apoyo!", "Showcased creativity": "Creatividad mostrada", diff --git a/src/lib/i18n/locales/eu-ES/translation.json b/src/lib/i18n/locales/eu-ES/translation.json index 5e042e699..393187ebc 100644 --- a/src/lib/i18n/locales/eu-ES/translation.json +++ b/src/lib/i18n/locales/eu-ES/translation.json @@ -843,6 +843,7 @@ "Show": "Erakutsi", "Show \"What's New\" modal on login": "Erakutsi \"Berritasunak\" modala saioa hastean", "Show Admin Details in Account Pending Overlay": "Erakutsi administratzaile xehetasunak kontu zain geruzan", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Erakutsi lasterbideak", "Show your support!": "Erakutsi zure babesa!", "Showcased creativity": "Erakutsitako sormena", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index 3d4da3c90..6a878d9fd 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -843,6 +843,7 @@ "Show": "نمایش", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "نمایش میانبرها", "Show your support!": "", "Showcased creativity": "ایده\u200cآفرینی", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index 0c1bd6903..2db14b4af 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -843,6 +843,7 @@ "Show": "Näytä", "Show \"What's New\" modal on login": "Näytä \"Mitä uutta\" -modaali kirjautumisen yhteydessä", "Show Admin Details in Account Pending Overlay": "Näytä ylläpitäjän tiedot odottavan tilin päällä", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Näytä pikanäppäimet", "Show your support!": "Osoita tukesi!", "Showcased creativity": "Osoitti luovuutta", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index b78af2489..10b6f3aa2 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -843,6 +843,7 @@ "Show": "Montrer", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Afficher les détails de l'administrateur dans la superposition en attente du compte", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Afficher les raccourcis", "Show your support!": "Montre ton soutien !", "Showcased creativity": "Créativité mise en avant", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index 9d14ef8e9..2cdc760cf 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -843,6 +843,7 @@ "Show": "Afficher", "Show \"What's New\" modal on login": "Afficher la fenêtre modale \"Quoi de neuf\" lors de la connexion", "Show Admin Details in Account Pending Overlay": "Afficher les coordonnées de l'administrateur aux comptes en attente", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Afficher les raccourcis", "Show your support!": "Montrez votre soutien !", "Showcased creativity": "Créativité mise en avant", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index c6b117520..7b9e019b8 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -843,6 +843,7 @@ "Show": "הצג", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "הצג קיצורי דרך", "Show your support!": "", "Showcased creativity": "הצגת יצירתיות", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index a47e8a9fe..44b2c95e3 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -843,6 +843,7 @@ "Show": "दिखाओ", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "शॉर्टकट दिखाएँ", "Show your support!": "", "Showcased creativity": "रचनात्मकता का प्रदर्शन किया", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index 4b5a0ad8d..4e174eeda 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -843,6 +843,7 @@ "Show": "Pokaži", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Pokaži prečace", "Show your support!": "", "Showcased creativity": "Prikazana kreativnost", diff --git a/src/lib/i18n/locales/hu-HU/translation.json b/src/lib/i18n/locales/hu-HU/translation.json index 1897885a1..82bb8db92 100644 --- a/src/lib/i18n/locales/hu-HU/translation.json +++ b/src/lib/i18n/locales/hu-HU/translation.json @@ -843,6 +843,7 @@ "Show": "Mutat", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Admin részletek megjelenítése a függő fiók átfedésben", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Gyorsbillentyűk megjelenítése", "Show your support!": "Mutassa meg támogatását!", "Showcased creativity": "Kreativitás bemutatva", diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json index 9be7a696d..9a1e1b260 100644 --- a/src/lib/i18n/locales/id-ID/translation.json +++ b/src/lib/i18n/locales/id-ID/translation.json @@ -843,6 +843,7 @@ "Show": "Tampilkan", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Tampilkan Detail Admin di Hamparan Akun Tertunda", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Tampilkan pintasan", "Show your support!": "Tunjukkan dukungan Anda!", "Showcased creativity": "Menampilkan kreativitas", diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json index 84bc5be34..367aa9b11 100644 --- a/src/lib/i18n/locales/ie-GA/translation.json +++ b/src/lib/i18n/locales/ie-GA/translation.json @@ -843,6 +843,7 @@ "Show": "Taispeáin", "Show \"What's New\" modal on login": "Taispeáin módúil \"Cad atá Nua\" ar logáil isteach", "Show Admin Details in Account Pending Overlay": "Taispeáin Sonraí Riaracháin sa Chuntas ar Feitheamh Forleagan", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Taispeáin aicearraí", "Show your support!": "Taispeáin do thacaíocht!", "Showcased creativity": "Cruthaitheacht léirithe", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index db394dec7..7da0ea183 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -843,6 +843,7 @@ "Show": "Mostra", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Mostra", "Show your support!": "", "Showcased creativity": "Creatività messa in mostra", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 5a42abf0e..c472ec229 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -843,6 +843,7 @@ "Show": "表示", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "表示", "Show your support!": "", "Showcased creativity": "創造性を披露", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index 53b518efd..0bdf18c02 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -843,6 +843,7 @@ "Show": "ჩვენება", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "მალსახმობების ჩვენება", "Show your support!": "", "Showcased creativity": "ჩვენებული ქონება", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index 41df46b8c..eed9f5c94 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -843,6 +843,7 @@ "Show": "보기", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "사용자용 계정 보류 설명창에, 관리자 상세 정보 노출", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "단축키 보기", "Show your support!": "당신의 응원을 보내주세요!", "Showcased creativity": "창의성 발휘", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 2df87de13..b7324b2ef 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -843,6 +843,7 @@ "Show": "Rodyti", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Rodyti administratoriaus duomenis laukiant paskyros patvirtinimo", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Rodyti trumpinius", "Show your support!": "Palaikykite", "Showcased creativity": "Kūrybingų užklausų paroda", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index 5030087b0..96ced423b 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -843,6 +843,7 @@ "Show": "Tunjukkan", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Tunjukkan Butiran Pentadbir dalam Akaun Menunggu Tindanan", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Tunjukkan pintasan", "Show your support!": "Tunjukkan sokongan anda!", "Showcased creativity": "eativiti yang dipamerkan", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index 0b3f13961..c66f72fbe 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -843,6 +843,7 @@ "Show": "Vis", "Show \"What's New\" modal on login": "Vis \"Hva er nytt\"-modal ved innlogging", "Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i ventende kontovisning", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Vis snarveier", "Show your support!": "Vis din støtte!", "Showcased creativity": "Fremhevet kreativitet", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index 6335c5f85..e25869982 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -843,6 +843,7 @@ "Show": "Toon", "Show \"What's New\" modal on login": "Toon \"Wat is nieuw\" bij inloggen", "Show Admin Details in Account Pending Overlay": "Admin-details weergeven in overlay in afwachting van account", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Toon snelkoppelingen", "Show your support!": "Toon je steun", "Showcased creativity": "Toonde creativiteit", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index 2d66508e1..f30f5cf38 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -843,6 +843,7 @@ "Show": "ਦਿਖਾਓ", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "ਸ਼ਾਰਟਕਟ ਦਿਖਾਓ", "Show your support!": "", "Showcased creativity": "ਸਿਰਜਣਾਤਮਕਤਾ ਦਿਖਾਈ", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index 6c0aaea63..8afb65a80 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -843,6 +843,7 @@ "Show": "Pokaż", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Pokaż skróty", "Show your support!": "", "Showcased creativity": "Pokaz kreatywności", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index 37bfd1b65..8034be5df 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -843,6 +843,7 @@ "Show": "Mostrar", "Show \"What's New\" modal on login": "Mostrar \"O que há de Novo\" no login", "Show Admin Details in Account Pending Overlay": "Mostrar Detalhes do Administrador na Sobreposição de Conta Pendentes", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Mostrar atalhos", "Show your support!": "Mostre seu apoio!", "Showcased creativity": "Criatividade exibida", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index 7d4c90e21..9e96018fd 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -843,6 +843,7 @@ "Show": "Mostrar", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Mostrar Detalhes do Administrador na sobreposição de Conta Pendente", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Mostrar atalhos", "Show your support!": "", "Showcased creativity": "Criatividade Exibida", diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json index 535e1903e..73b358592 100644 --- a/src/lib/i18n/locales/ro-RO/translation.json +++ b/src/lib/i18n/locales/ro-RO/translation.json @@ -843,6 +843,7 @@ "Show": "Afișează", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Afișează Detaliile Administratorului în Suprapunerea Contului În Așteptare", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Afișează scurtături", "Show your support!": "Arată-ți susținerea!", "Showcased creativity": "Creativitate expusă", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index e60b76098..412ab1370 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -843,6 +843,7 @@ "Show": "Показать", "Show \"What's New\" modal on login": "Показывать окно «Что нового» при входе в систему", "Show Admin Details in Account Pending Overlay": "Показывать данные администратора в оверлее ожидающей учетной записи", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Показать горячие клавиши", "Show your support!": "Поддержите нас!", "Showcased creativity": "Продемонстрирован творческий подход", diff --git a/src/lib/i18n/locales/sk-SK/translation.json b/src/lib/i18n/locales/sk-SK/translation.json index 143b27c40..86065f704 100644 --- a/src/lib/i18n/locales/sk-SK/translation.json +++ b/src/lib/i18n/locales/sk-SK/translation.json @@ -843,6 +843,7 @@ "Show": "Zobraziť", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Zobraziť podrobnosti administrátora v prekryvnom okne s čakajúcim účtom", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Zobraziť klávesové skratky", "Show your support!": "Vyjadrite svoju podporu!", "Showcased creativity": "Predvedená kreativita", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index b9fd76245..58df3b39f 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -843,6 +843,7 @@ "Show": "Прикажи", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Прикажи пречице", "Show your support!": "", "Showcased creativity": "Приказана креативност", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index cd4b32b7e..02c8cf47c 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -843,6 +843,7 @@ "Show": "Visa", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Visa administratörsinformation till väntande konton", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Visa genvägar", "Show your support!": "", "Showcased creativity": "Visade kreativitet", diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json index ca79e2890..63221b6e9 100644 --- a/src/lib/i18n/locales/th-TH/translation.json +++ b/src/lib/i18n/locales/th-TH/translation.json @@ -843,6 +843,7 @@ "Show": "แสดง", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "แสดงรายละเอียดผู้ดูแลระบบในหน้าจอรอการอนุมัติบัญชี", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "แสดงทางลัด", "Show your support!": "แสดงการสนับสนุนของคุณ!", "Showcased creativity": "แสดงความคิดสร้างสรรค์", diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json index 4aa68bf79..6f9447cbc 100644 --- a/src/lib/i18n/locales/tk-TW/translation.json +++ b/src/lib/i18n/locales/tk-TW/translation.json @@ -843,6 +843,7 @@ "Show": "", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "", "Show your support!": "", "Showcased creativity": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index 5a0666b16..3249300d6 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -843,6 +843,7 @@ "Show": "Göster", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Yönetici Ayrıntılarını Hesap Bekliyor Ekranında Göster", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Kısayolları göster", "Show your support!": "Desteğinizi gösterin!", "Showcased creativity": "Sergilenen yaratıcılık", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index 3d089bc69..0f21e7bb8 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -843,6 +843,7 @@ "Show": "Показати", "Show \"What's New\" modal on login": "Показати модальне вікно \"Що нового\" під час входу.", "Show Admin Details in Account Pending Overlay": "Відобразити дані адміна у вікні очікування облікового запису", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Показати клавіатурні скорочення", "Show your support!": "Підтримайте нас!", "Showcased creativity": "Продемонстрований креатив", diff --git a/src/lib/i18n/locales/ur-PK/translation.json b/src/lib/i18n/locales/ur-PK/translation.json index 9eceee725..809c36719 100644 --- a/src/lib/i18n/locales/ur-PK/translation.json +++ b/src/lib/i18n/locales/ur-PK/translation.json @@ -843,6 +843,7 @@ "Show": "دکھائیں", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "اکاؤنٹ پینڈنگ اوورلے میں ایڈمن کی تفصیلات دکھائیں", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "شارٹ کٹ دکھائیں", "Show your support!": "اپنی حمایت دکھائیں!", "Showcased creativity": "نمائش شدہ تخلیقی صلاحیتیں", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index 084cbf2f0..96641cc3c 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -843,6 +843,7 @@ "Show": "Hiển thị", "Show \"What's New\" modal on login": "", "Show Admin Details in Account Pending Overlay": "Hiển thị thông tin của Quản trị viên trên màn hình hiển thị Tài khoản đang chờ xử lý", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "Hiển thị phím tắt", "Show your support!": "Thể hiện sự ủng hộ của bạn!", "Showcased creativity": "Thể hiện sự sáng tạo", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 950b2d357..592af54ce 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -843,6 +843,7 @@ "Show": "显示", "Show \"What's New\" modal on login": "在登录时显示“更新内容”弹窗", "Show Admin Details in Account Pending Overlay": "在用户待激活界面中显示管理员邮箱等详细信息", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "显示快捷方式", "Show your support!": "表达你的支持!", "Showcased creativity": "很有创意", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index ae88e0978..3377975d8 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -843,6 +843,7 @@ "Show": "顯示", "Show \"What's New\" modal on login": "登入時顯示「新功能」對話框", "Show Admin Details in Account Pending Overlay": "在帳號待審覆蓋層中顯示管理員詳細資訊", + "Show Loaded Model indicator in model selector": "", "Show shortcuts": "顯示快捷鍵", "Show your support!": "表達您的支持!", "Showcased creativity": "展現創意",