Parcourir la source

chore: format

Timothy Jaeryang Baek il y a 4 mois
Parent
commit
19b69fcb66
53 fichiers modifiés avec 54 ajouts et 54 suppressions
  1. 2 2
      src/lib/components/chat/ContentRenderer/FloatingButtons.svelte
  2. 1 1
      src/lib/i18n/locales/ar-BH/translation.json
  3. 1 1
      src/lib/i18n/locales/ar/translation.json
  4. 1 1
      src/lib/i18n/locales/bg-BG/translation.json
  5. 1 1
      src/lib/i18n/locales/bn-BD/translation.json
  6. 1 1
      src/lib/i18n/locales/bo-TB/translation.json
  7. 1 1
      src/lib/i18n/locales/ca-ES/translation.json
  8. 1 1
      src/lib/i18n/locales/ceb-PH/translation.json
  9. 1 1
      src/lib/i18n/locales/cs-CZ/translation.json
  10. 1 1
      src/lib/i18n/locales/da-DK/translation.json
  11. 1 1
      src/lib/i18n/locales/de-DE/translation.json
  12. 1 1
      src/lib/i18n/locales/dg-DG/translation.json
  13. 1 1
      src/lib/i18n/locales/el-GR/translation.json
  14. 1 1
      src/lib/i18n/locales/en-GB/translation.json
  15. 1 1
      src/lib/i18n/locales/en-US/translation.json
  16. 1 1
      src/lib/i18n/locales/es-ES/translation.json
  17. 1 1
      src/lib/i18n/locales/et-EE/translation.json
  18. 1 1
      src/lib/i18n/locales/eu-ES/translation.json
  19. 1 1
      src/lib/i18n/locales/fa-IR/translation.json
  20. 1 1
      src/lib/i18n/locales/fi-FI/translation.json
  21. 1 1
      src/lib/i18n/locales/fr-CA/translation.json
  22. 1 1
      src/lib/i18n/locales/fr-FR/translation.json
  23. 1 1
      src/lib/i18n/locales/he-IL/translation.json
  24. 1 1
      src/lib/i18n/locales/hi-IN/translation.json
  25. 1 1
      src/lib/i18n/locales/hr-HR/translation.json
  26. 1 1
      src/lib/i18n/locales/hu-HU/translation.json
  27. 1 1
      src/lib/i18n/locales/id-ID/translation.json
  28. 1 1
      src/lib/i18n/locales/ie-GA/translation.json
  29. 1 1
      src/lib/i18n/locales/it-IT/translation.json
  30. 1 1
      src/lib/i18n/locales/ja-JP/translation.json
  31. 1 1
      src/lib/i18n/locales/ka-GE/translation.json
  32. 1 1
      src/lib/i18n/locales/ko-KR/translation.json
  33. 1 1
      src/lib/i18n/locales/lt-LT/translation.json
  34. 1 1
      src/lib/i18n/locales/ms-MY/translation.json
  35. 1 1
      src/lib/i18n/locales/nb-NO/translation.json
  36. 1 1
      src/lib/i18n/locales/nl-NL/translation.json
  37. 1 1
      src/lib/i18n/locales/pa-IN/translation.json
  38. 1 1
      src/lib/i18n/locales/pl-PL/translation.json
  39. 1 1
      src/lib/i18n/locales/pt-BR/translation.json
  40. 1 1
      src/lib/i18n/locales/pt-PT/translation.json
  41. 1 1
      src/lib/i18n/locales/ro-RO/translation.json
  42. 1 1
      src/lib/i18n/locales/ru-RU/translation.json
  43. 1 1
      src/lib/i18n/locales/sk-SK/translation.json
  44. 1 1
      src/lib/i18n/locales/sr-RS/translation.json
  45. 1 1
      src/lib/i18n/locales/sv-SE/translation.json
  46. 1 1
      src/lib/i18n/locales/th-TH/translation.json
  47. 1 1
      src/lib/i18n/locales/tk-TW/translation.json
  48. 1 1
      src/lib/i18n/locales/tr-TR/translation.json
  49. 1 1
      src/lib/i18n/locales/uk-UA/translation.json
  50. 1 1
      src/lib/i18n/locales/ur-PK/translation.json
  51. 1 1
      src/lib/i18n/locales/vi-VN/translation.json
  52. 1 1
      src/lib/i18n/locales/zh-CN/translation.json
  53. 1 1
      src/lib/i18n/locales/zh-TW/translation.json

+ 2 - 2
src/lib/components/chat/ContentRenderer/FloatingButtons.svelte

@@ -46,7 +46,7 @@
 		}
 		prompt = [
 			// Blockquote each line of the selected text
-			...selectedText.split('\n').map(line => `> ${line}`),
+			...selectedText.split('\n').map((line) => `> ${line}`),
 			'',
 			// Then your question
 			floatingInputValue
@@ -129,7 +129,7 @@
 		}
 		const quotedText = selectedText
 			.split('\n')
-			.map(line => `> ${line}`)
+			.map((line) => `> ${line}`)
 			.join('\n');
 		prompt = `${quotedText}\n\nExplain`;
 

+ 1 - 1
src/lib/i18n/locales/ar-BH/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "تجريبي",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "تصدير",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/ar/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "توسيع",
 	"Experimental": "تجريبي",
 	"Explain": "شرح",
-	"Explain this section to me in more detail": "اشرح لي هذا القسم بمزيد من التفصيل",
 	"Explore the cosmos": "استكشف الكون",
 	"Export": "تصدير",
 	"Export All Archived Chats": "تصدير جميع المحادثات المؤرشفة",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "إلغاء أرشفة الكل",
 	"Unarchive All Archived Chats": "إلغاء أرشفة جميع المحادثات المؤرشفة",
 	"Unarchive Chat": "إلغاء أرشفة المحادثة",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "اكشف الأسرار",
 	"Unpin": "إزالة التثبيت",
 	"Unravel secrets": "فكّ الأسرار",

+ 1 - 1
src/lib/i18n/locales/bg-BG/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Експериментално",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "Изследвайте космоса",
 	"Export": "Износ",
 	"Export All Archived Chats": "Износ на всички архивирани чатове",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Разархивирай всички",
 	"Unarchive All Archived Chats": "Разархивирай всички архивирани чатове",
 	"Unarchive Chat": "Разархивирай чат",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Разкрий мистерии",
 	"Unpin": "Откачи",
 	"Unravel secrets": "Разгадай тайни",

+ 1 - 1
src/lib/i18n/locales/bn-BD/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "পরিক্ষামূলক",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "রপ্তানি",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/bo-TB/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "རྒྱ་བསྐྱེད་པ།",
 	"Experimental": "ཚོད་ལྟའི་རང་བཞིན།",
 	"Explain": "འགྲེལ་བཤད།",
-	"Explain this section to me in more detail": "ས་བཅད་འདི་ང་ལ་ཞིབ་ཕྲ་འགྲེལ་བཤད་བྱེད་རོགས།",
 	"Explore the cosmos": "འཇིག་རྟེན་བརྟག་ཞིབ་བྱེད་པ།",
 	"Export": "ཕྱིར་གཏོང་།",
 	"Export All Archived Chats": "ཡིག་མཛོད་དུ་བཞག་པའི་ཁ་བརྡ་ཡོངས་རྫོགས་ཕྱིར་གཏོང་།",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "ཡོངས་རྫོགས་ཕྱིར་འདོན།",
 	"Unarchive All Archived Chats": "ཡིག་མཛོད་དུ་བཞག་པའི་ཁ་བརྡ་ཡོངས་རྫོགས་ཕྱིར་འདོན།",
 	"Unarchive Chat": "ཁ་བརྡ་ཕྱིར་འདོན།",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "གསང་བ་གྲོལ་བ།",
 	"Unpin": "ཕྱིར་འདོན།",
 	"Unravel secrets": "གསང་བ་གྲོལ་བ།",

+ 1 - 1
src/lib/i18n/locales/ca-ES/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Expandir",
 	"Experimental": "Experimental",
 	"Explain": "Explicar",
-	"Explain this section to me in more detail": "Explica'm aquesta secció amb més detall",
 	"Explore the cosmos": "Explorar el cosmos",
 	"Export": "Exportar",
 	"Export All Archived Chats": "Exportar tots els xats arxivats",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Desarxivar tot",
 	"Unarchive All Archived Chats": "Desarxivar tots els xats arxivats",
 	"Unarchive Chat": "Desarxivar xat",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Desbloqueja els misteris",
 	"Unpin": "Alliberar",
 	"Unravel secrets": "Descobreix els secrets",

+ 1 - 1
src/lib/i18n/locales/ceb-PH/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Eksperimento",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/cs-CZ/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Experimentální",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Exportovat",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Odarchivovat všechny",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "Odepnout",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/da-DK/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Udvid",
 	"Experimental": "Eksperimentel",
 	"Explain": "Forklar",
-	"Explain this section to me in more detail": "Forklar dette afsnit for mig i mere detalje",
 	"Explore the cosmos": "",
 	"Export": "Eksportér",
 	"Export All Archived Chats": "Eksportér alle arkiverede chats",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Udpak alle arkiver",
 	"Unarchive All Archived Chats": "Udpak alle arkiverede chats",
 	"Unarchive Chat": "Fjern chat fra arkiv",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Lås op for mysterier",
 	"Unpin": "Frigør",
 	"Unravel secrets": "Afslør hemmeligheder",

+ 1 - 1
src/lib/i18n/locales/de-DE/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Aufklappen",
 	"Experimental": "Experimentell",
 	"Explain": "Erklären",
-	"Explain this section to me in more detail": "Erkläre mir diesen Abschnitt im Detail",
 	"Explore the cosmos": "Erforschen Sie das Universum",
 	"Export": "Exportieren",
 	"Export All Archived Chats": "Alle archivierten Chats exportieren",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Alle wiederherstellen",
 	"Unarchive All Archived Chats": "Alle archivierten Chats wiederherstellen",
 	"Unarchive Chat": "Chat wiederherstellen",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Geheimnisse entsperren",
 	"Unpin": "Lösen",
 	"Unravel secrets": "Geheimnisse lüften",

+ 1 - 1
src/lib/i18n/locales/dg-DG/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Much Experiment",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/el-GR/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Πειραματικό",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "Εξερευνήστε το σύμπαν",
 	"Export": "Εξαγωγή",
 	"Export All Archived Chats": "Εξαγωγή Όλων των Αρχειοθετημένων Συνομιλιών",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Απο-αρχειοθέτηση Όλων",
 	"Unarchive All Archived Chats": "Απο-αρχειοθέτηση Όλων των Αρχειοθετημένων Συνομιλιών",
 	"Unarchive Chat": "Απο-αρχειοθέτηση Συνομιλίας",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Ξεκλείδωμα μυστηρίων",
 	"Unpin": "Αφαίρεση καρφίτσματος",
 	"Unravel secrets": "Ξετυλίξτε μυστικά",

+ 1 - 1
src/lib/i18n/locales/en-GB/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/en-US/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/es-ES/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Expandir",
 	"Experimental": "Experimental",
 	"Explain": "Explicar",
-	"Explain this section to me in more detail": "Explícame esta sección con más detalle",
 	"Explore the cosmos": "Explora el cosmos",
 	"Export": "Exportar",
 	"Export All Archived Chats": "Exportar Todos los Chats Archivados",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Desarchivar Todo",
 	"Unarchive All Archived Chats": "Desarchivar Todos los Chats Archivados",
 	"Unarchive Chat": "Desarchivar Chat",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Desbloquear misterios",
 	"Unpin": "Desfijar",
 	"Unravel secrets": "Desentrañar secretos",

+ 1 - 1
src/lib/i18n/locales/et-EE/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Laienda",
 	"Experimental": "Katsetuslik",
 	"Explain": "Selgita",
-	"Explain this section to me in more detail": "Selgitage seda lõiku mulle üksikasjalikumalt",
 	"Explore the cosmos": "Uuri kosmosest",
 	"Export": "Ekspordi",
 	"Export All Archived Chats": "Ekspordi kõik arhiveeritud vestlused",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Eemalda kõik arhiivist",
 	"Unarchive All Archived Chats": "Eemalda kõik arhiveeritud vestlused arhiivist",
 	"Unarchive Chat": "Eemalda vestlus arhiivist",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Ava mõistatused",
 	"Unpin": "Võta lahti",
 	"Unravel secrets": "Ava saladused",

+ 1 - 1
src/lib/i18n/locales/eu-ES/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Esperimentala",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "Esploratu kosmosa",
 	"Export": "Esportatu",
 	"Export All Archived Chats": "Esportatu Artxibatutako Txat Guztiak",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Desartxibatu guztiak",
 	"Unarchive All Archived Chats": "Desartxibatu artxibatutako txat guztiak",
 	"Unarchive Chat": "Desartxibatu txata",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Askatu misterioak",
 	"Unpin": "Kendu aingura",
 	"Unravel secrets": "Askatu sekretuak",

+ 1 - 1
src/lib/i18n/locales/fa-IR/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "گسترش",
 	"Experimental": "آزمایشی",
 	"Explain": "توضیح",
-	"Explain this section to me in more detail": "این بخش را با جزئیات بیشتر برای من توضیح دهید",
 	"Explore the cosmos": "کاوش کیهان",
 	"Export": "خروجی گرفتن",
 	"Export All Archived Chats": "خروجی گرفتن تمام گفتگوهای بایگانی شده",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "خارج کردن همه از آرشیو",
 	"Unarchive All Archived Chats": "خارج کردن همه چت\u200cهای آرشیو شده از آرشیو",
 	"Unarchive Chat": "خارج کردن چت از آرشیو",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "رمزگشایی از اسرار",
 	"Unpin": "برداشتن پین",
 	"Unravel secrets": "کشف رازها",

+ 1 - 1
src/lib/i18n/locales/fi-FI/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Laajenna",
 	"Experimental": "Kokeellinen",
 	"Explain": "Selitä",
-	"Explain this section to me in more detail": "Selitä tämä osio minulle tarkemmin",
 	"Explore the cosmos": "Tutki avaruutta",
 	"Export": "Vie",
 	"Export All Archived Chats": "Vie kaikki arkistoidut keskustelut",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Pura kaikkien arkistointi",
 	"Unarchive All Archived Chats": "Pura kaikkien arkistoitujen keskustelujen arkistointi",
 	"Unarchive Chat": "Pura keskustelun arkistointi",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Selvitä arvoituksia",
 	"Unpin": "Irrota kiinnitys",
 	"Unravel secrets": "Avaa salaisuuksia",

+ 1 - 1
src/lib/i18n/locales/fr-CA/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Expérimental",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Exportation",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/fr-FR/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Développer",
 	"Experimental": "Expérimental",
 	"Explain": "Explique",
-	"Explain this section to me in more detail": "Explique-moi cette section plus en détail",
 	"Explore the cosmos": "Explorer le cosmos",
 	"Export": "Exportation",
 	"Export All Archived Chats": "Exporter toutes les conversations archivées",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Désarchiver tout",
 	"Unarchive All Archived Chats": "Désarchiver toutes les conversations archivées",
 	"Unarchive Chat": "Désarchiver la conversation",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Déverrouiller les mystères",
 	"Unpin": "Désépingler",
 	"Unravel secrets": "Dévoiler les secrets",

+ 1 - 1
src/lib/i18n/locales/he-IL/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "ניסיוני",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "ייצא",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/hi-IN/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "प्रयोगात्मक",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "निर्यातित माल",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/hr-HR/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Eksperimentalno",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Izvoz",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/hu-HU/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Kibontás",
 	"Experimental": "Kísérleti",
 	"Explain": "Magyarázat",
-	"Explain this section to me in more detail": "Magyarázd el ezt a részt részletesebben",
 	"Explore the cosmos": "Fedezd fel a kozmoszt",
 	"Export": "Exportálás",
 	"Export All Archived Chats": "Minden archivált csevegés exportálása",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Minden visszaállítása",
 	"Unarchive All Archived Chats": "Minden archivált csevegés visszaállítása",
 	"Unarchive Chat": "Csevegés visszaállítása",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Titkok feloldása",
 	"Unpin": "Rögzítés feloldása",
 	"Unravel secrets": "Titkok megfejtése",

+ 1 - 1
src/lib/i18n/locales/id-ID/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Percobaan",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Ekspor",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/ie-GA/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Leathnaigh",
 	"Experimental": "Turgnamhach",
 	"Explain": "Mínigh",
-	"Explain this section to me in more detail": "Mínigh an chuid seo dom níos mine",
 	"Explore the cosmos": "Déan iniúchadh ar an cosmos",
 	"Export": "Easpórtáil",
 	"Export All Archived Chats": "Easpórtáil Gach Comhrá Cartlainne",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Díchartlannaigh Uile",
 	"Unarchive All Archived Chats": "Díchartlannaigh Gach Comhrá Cartlainne",
 	"Unarchive Chat": "Comhrá a dhíchartlannú",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Díghlasáil rúndiamhra",
 	"Unpin": "Díphoráil",
 	"Unravel secrets": "Rúin a réiteach",

+ 1 - 1
src/lib/i18n/locales/it-IT/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Espandi",
 	"Experimental": "Sperimentale",
 	"Explain": "Spiega",
-	"Explain this section to me in more detail": "Spiegami questa sezione in modo più dettagliato",
 	"Explore the cosmos": "Esplora il cosmo",
 	"Export": "Esportazione",
 	"Export All Archived Chats": "Esporta Tutte le Chat Archiviate",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Disarchivia Tutto",
 	"Unarchive All Archived Chats": "Disarchivia Tutte le Chat Archiviate",
 	"Unarchive Chat": "Disarchivia Chat",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Sblocca misteri",
 	"Unpin": "Rimuovi fissato",
 	"Unravel secrets": "Svela segreti",

+ 1 - 1
src/lib/i18n/locales/ja-JP/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "展開",
 	"Experimental": "実験的",
 	"Explain": "説明",
-	"Explain this section to me in more detail": "このセクションをより詳しく説明してください",
 	"Explore the cosmos": "",
 	"Export": "エクスポート",
 	"Export All Archived Chats": "すべてのアーカイブチャットをエクスポート",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "すべてのアーカイブされたチャットをアーカイブ解除",
 	"Unarchive All Archived Chats": "すべてのアーカイブされたチャットをアーカイブ解除",
 	"Unarchive Chat": "チャットをアーカイブ解除",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "ピン留め解除",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/ka-GE/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "ექსპერიმენტული",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "გატანა",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "ჩამოხსნა",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/ko-KR/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "확장",
 	"Experimental": "실험적",
 	"Explain": "설명",
-	"Explain this section to me in more detail": "이 섹션을 더 자세히 설명해 주세요",
 	"Explore the cosmos": "우주 탐험",
 	"Export": "내보내기",
 	"Export All Archived Chats": "모든 보관된 채팅 내보내기",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "모두 보관 해제",
 	"Unarchive All Archived Chats": "보관된 모든 채팅을 보관 해제",
 	"Unarchive Chat": "채팅 보관 해제",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "미스터리 풀기",
 	"Unpin": "고정 해제",
 	"Unravel secrets": "비밀 풀기",

+ 1 - 1
src/lib/i18n/locales/lt-LT/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Eksperimentinis",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Eksportuoti",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "Atsemigti",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/ms-MY/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Percubaan",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Eksport",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "Nyahsematkan",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/nb-NO/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Eksperimentell",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "Utforsk verdensrommet",
 	"Export": "Eksporter",
 	"Export All Archived Chats": "Eksporter alle arkiverte chatter",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Opphev arkiveringen av alle",
 	"Unarchive All Archived Chats": "Opphev arkiveringen av alle arkiverte chatter",
 	"Unarchive Chat": "Opphev arkivering av chat",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Lås opp mysterier",
 	"Unpin": "Løsne",
 	"Unravel secrets": "Avslør hemmeligheter",

+ 1 - 1
src/lib/i18n/locales/nl-NL/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Uitbreiden",
 	"Experimental": "Experimenteel",
 	"Explain": "Leg uit",
-	"Explain this section to me in more detail": "Leg me dit gedeelte in meer detail uit",
 	"Explore the cosmos": "Ontdek de kosmos",
 	"Export": "Exporteren",
 	"Export All Archived Chats": "Exporteer alle gearchiveerde chats",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Onarchiveer alles",
 	"Unarchive All Archived Chats": "Onarchiveer alle gearchiveerde chats",
 	"Unarchive Chat": "Onarchiveer chat",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Ontsleutel mysteries",
 	"Unpin": "Losmaken",
 	"Unravel secrets": "Ontrafel geheimen",

+ 1 - 1
src/lib/i18n/locales/pa-IN/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "ਪਰਮਾਣੂਕ੍ਰਿਤ",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "ਨਿਰਯਾਤ",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/pl-PL/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Eksperymentalne",
 	"Explain": "Wyjaśnij",
-	"Explain this section to me in more detail": "Wyjaśnij mi ten fragment bardziej szczegółowo",
 	"Explore the cosmos": "Odkrywaj kosmos",
 	"Export": "Eksport",
 	"Export All Archived Chats": "Wyeksportuj wszystkie archiwalne rozmowy",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Odarchiwizuj wszystko",
 	"Unarchive All Archived Chats": "Odarchiwizuj wszystkie zarchiwizowane rozmowy",
 	"Unarchive Chat": "Odarchiwizuj czat",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Rozwiązywanie zagadek",
 	"Unpin": "Odpiąć",
 	"Unravel secrets": "Odkryj tajemnice",

+ 1 - 1
src/lib/i18n/locales/pt-BR/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Experimental",
 	"Explain": "Explicar",
-	"Explain this section to me in more detail": "Explique esta seção em mais detalhes",
 	"Explore the cosmos": "Explorar o cosmos",
 	"Export": "Exportar",
 	"Export All Archived Chats": "Exportar todos os chats arquivados",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Desarquivar tudo",
 	"Unarchive All Archived Chats": "Desarquivar Todos os Chats Arquivados",
 	"Unarchive Chat": "Desarquivar Chat",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Desvendar mistérios",
 	"Unpin": "Desfixar",
 	"Unravel secrets": "Desvendar segredos",

+ 1 - 1
src/lib/i18n/locales/pt-PT/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Experimental",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Exportar",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/ro-RO/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Experimental",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Exportă",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Dezarhivează tot",
 	"Unarchive All Archived Chats": "Dezarhivează toate conversațiile arhivate",
 	"Unarchive Chat": "Dezarhivează conversația",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "Anulează Fixarea",
 	"Unravel secrets": "Dezvăluie secretele",

+ 1 - 1
src/lib/i18n/locales/ru-RU/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Расширить",
 	"Experimental": "Экспериментальное",
 	"Explain": "Объяснить",
-	"Explain this section to me in more detail": "Объясни мне этот раздел более подробно",
 	"Explore the cosmos": "Исследуйте космос",
 	"Export": "Экспорт",
 	"Export All Archived Chats": "Экспортировать ВСЕ Архивированные Чаты",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Разархивировать ВСЁ",
 	"Unarchive All Archived Chats": "Разархивировать ВСЕ Заархивированные чаты",
 	"Unarchive Chat": "Разархивировать чат",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Разблокируйте тайны",
 	"Unpin": "Открепить",
 	"Unravel secrets": "Разгадать секреты",

+ 1 - 1
src/lib/i18n/locales/sk-SK/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Experimentálne",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Exportovať",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Odzálohovať všetky",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "Odopnúť",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/sr-RS/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Експериментално",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Извоз",
 	"Export All Archived Chats": "Извези све архиве",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Деархивирај све",
 	"Unarchive All Archived Chats": "Деархивирај све архиве",
 	"Unarchive Chat": "Деархивирај ћаскање",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Реши мистерије",
 	"Unpin": "Откачи",
 	"Unravel secrets": "Разоткриј тајне",

+ 1 - 1
src/lib/i18n/locales/sv-SE/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "Experimentell",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "Export",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Avarkivera alla",
 	"Unarchive All Archived Chats": "Avarkivera alla arkiverade chattar",
 	"Unarchive Chat": "Avarkivera chatt",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Lås upp mysterier",
 	"Unpin": "",
 	"Unravel secrets": "Avslöja hemligheter",

+ 1 - 1
src/lib/i18n/locales/th-TH/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "ขยาย",
 	"Experimental": "การทดลอง",
 	"Explain": "อธิบาย",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "ส่งออก",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "ยกเลิกการปักหมุด",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/tk-TW/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/tr-TR/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Genişlet",
 	"Experimental": "Deneysel",
 	"Explain": "Açıkla",
-	"Explain this section to me in more detail": "Bu bölümü detaylı açıkla",
 	"Explore the cosmos": "Evreni keşfet",
 	"Export": "Dışa Aktar",
 	"Export All Archived Chats": "Tüm Arşivlenmiş Sohbetleri Dışa Aktar",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Tümünü Arşivden Çıkar",
 	"Unarchive All Archived Chats": "Arşivlenmiş Tüm Sohbetleri Arşivden Çıkar",
 	"Unarchive Chat": "Sohbeti Arşivden Çıkar",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "Sabitlemeyi Kaldır",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/uk-UA/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Розгорнути",
 	"Experimental": "Експериментальне",
 	"Explain": "Пояснити",
-	"Explain this section to me in more detail": "Поясніть цю секцію детальніше",
 	"Explore the cosmos": "Досліджуйте космос",
 	"Export": "Експорт",
 	"Export All Archived Chats": "Експорт всіх архівованих чатів",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Розархівувати все",
 	"Unarchive All Archived Chats": "Розархівувати усі архівовані чати",
 	"Unarchive Chat": "Розархівувати чат",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Розкрийте таємниці",
 	"Unpin": "Відчепити",
 	"Unravel secrets": "Розплутуйте секрети",

+ 1 - 1
src/lib/i18n/locales/ur-PK/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "",
 	"Experimental": "تجرباتی",
 	"Explain": "",
-	"Explain this section to me in more detail": "",
 	"Explore the cosmos": "",
 	"Export": "برآمد کریں",
 	"Export All Archived Chats": "",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "",
 	"Unarchive All Archived Chats": "",
 	"Unarchive Chat": "",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "",
 	"Unpin": "ان پن کریں",
 	"Unravel secrets": "",

+ 1 - 1
src/lib/i18n/locales/vi-VN/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "Mở rộng",
 	"Experimental": "Thử nghiệm",
 	"Explain": "Giải thích",
-	"Explain this section to me in more detail": "Giải thích phần này chi tiết hơn cho tôi",
 	"Explore the cosmos": "Khám phá vũ trụ",
 	"Export": "Xuất khẩu",
 	"Export All Archived Chats": "Xuất Tất cả Chat Đã Lưu trữ",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "Bỏ lưu trữ Tất cả",
 	"Unarchive All Archived Chats": "Bỏ lưu trữ Tất cả Chat Đã Lưu trữ",
 	"Unarchive Chat": "Bỏ lưu trữ Chat",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "Mở khóa những bí ẩn",
 	"Unpin": "Bỏ ghim",
 	"Unravel secrets": "Làm sáng tỏ những bí mật",

+ 1 - 1
src/lib/i18n/locales/zh-CN/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "展开",
 	"Experimental": "实验性",
 	"Explain": "解释",
-	"Explain this section to me in more detail": "请更详细地向我解释这一部分",
 	"Explore the cosmos": "探索宇宙",
 	"Export": "导出",
 	"Export All Archived Chats": "导出所有已存档对话",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "取消所有存档",
 	"Unarchive All Archived Chats": "取消所有已存档的对话",
 	"Unarchive Chat": "取消存档当前对话",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "揭开神秘面纱",
 	"Unpin": "取消置顶",
 	"Unravel secrets": "解开秘密",

+ 1 - 1
src/lib/i18n/locales/zh-TW/translation.json

@@ -536,7 +536,6 @@
 	"Expand": "展開",
 	"Experimental": "實驗性功能",
 	"Explain": "解釋",
-	"Explain this section to me in more detail": "向我更詳細地解釋此部分",
 	"Explore the cosmos": "探索宇宙",
 	"Export": "匯出",
 	"Export All Archived Chats": "匯出所有已封存的對話",
@@ -1239,6 +1238,7 @@
 	"Unarchive All": "解除封存全部",
 	"Unarchive All Archived Chats": "解除封存全部已封存對話",
 	"Unarchive Chat": "解除封存對話",
+	"Unloads {{FROM_NOW}}": "",
 	"Unlock mysteries": "解鎖謎題",
 	"Unpin": "取消釘選",
 	"Unravel secrets": "揭開秘密",