瀏覽代碼

chore: format

Timothy Jaeryang Baek 4 月之前
父節點
當前提交
25157ca6ba
共有 53 個文件被更改,包括 277 次插入53 次删除
  1. 17 1
      src/lib/components/admin/Settings.svelte
  2. 5 1
      src/lib/i18n/locales/ar-BH/translation.json
  3. 5 1
      src/lib/i18n/locales/ar/translation.json
  4. 5 1
      src/lib/i18n/locales/bg-BG/translation.json
  5. 5 1
      src/lib/i18n/locales/bn-BD/translation.json
  6. 5 1
      src/lib/i18n/locales/bo-TB/translation.json
  7. 5 1
      src/lib/i18n/locales/ca-ES/translation.json
  8. 5 1
      src/lib/i18n/locales/ceb-PH/translation.json
  9. 5 1
      src/lib/i18n/locales/cs-CZ/translation.json
  10. 5 1
      src/lib/i18n/locales/da-DK/translation.json
  11. 5 1
      src/lib/i18n/locales/de-DE/translation.json
  12. 5 1
      src/lib/i18n/locales/dg-DG/translation.json
  13. 5 1
      src/lib/i18n/locales/el-GR/translation.json
  14. 5 1
      src/lib/i18n/locales/en-GB/translation.json
  15. 5 1
      src/lib/i18n/locales/en-US/translation.json
  16. 5 1
      src/lib/i18n/locales/es-ES/translation.json
  17. 5 1
      src/lib/i18n/locales/et-EE/translation.json
  18. 5 1
      src/lib/i18n/locales/eu-ES/translation.json
  19. 5 1
      src/lib/i18n/locales/fa-IR/translation.json
  20. 5 1
      src/lib/i18n/locales/fi-FI/translation.json
  21. 5 1
      src/lib/i18n/locales/fr-CA/translation.json
  22. 5 1
      src/lib/i18n/locales/fr-FR/translation.json
  23. 5 1
      src/lib/i18n/locales/he-IL/translation.json
  24. 5 1
      src/lib/i18n/locales/hi-IN/translation.json
  25. 5 1
      src/lib/i18n/locales/hr-HR/translation.json
  26. 5 1
      src/lib/i18n/locales/hu-HU/translation.json
  27. 5 1
      src/lib/i18n/locales/id-ID/translation.json
  28. 5 1
      src/lib/i18n/locales/ie-GA/translation.json
  29. 5 1
      src/lib/i18n/locales/it-IT/translation.json
  30. 5 1
      src/lib/i18n/locales/ja-JP/translation.json
  31. 5 1
      src/lib/i18n/locales/ka-GE/translation.json
  32. 5 1
      src/lib/i18n/locales/ko-KR/translation.json
  33. 5 1
      src/lib/i18n/locales/lt-LT/translation.json
  34. 5 1
      src/lib/i18n/locales/ms-MY/translation.json
  35. 5 1
      src/lib/i18n/locales/nb-NO/translation.json
  36. 5 1
      src/lib/i18n/locales/nl-NL/translation.json
  37. 5 1
      src/lib/i18n/locales/pa-IN/translation.json
  38. 5 1
      src/lib/i18n/locales/pl-PL/translation.json
  39. 5 1
      src/lib/i18n/locales/pt-BR/translation.json
  40. 5 1
      src/lib/i18n/locales/pt-PT/translation.json
  41. 5 1
      src/lib/i18n/locales/ro-RO/translation.json
  42. 5 1
      src/lib/i18n/locales/ru-RU/translation.json
  43. 5 1
      src/lib/i18n/locales/sk-SK/translation.json
  44. 5 1
      src/lib/i18n/locales/sr-RS/translation.json
  45. 5 1
      src/lib/i18n/locales/sv-SE/translation.json
  46. 5 1
      src/lib/i18n/locales/th-TH/translation.json
  47. 5 1
      src/lib/i18n/locales/tk-TW/translation.json
  48. 5 1
      src/lib/i18n/locales/tr-TR/translation.json
  49. 5 1
      src/lib/i18n/locales/uk-UA/translation.json
  50. 5 1
      src/lib/i18n/locales/ur-PK/translation.json
  51. 5 1
      src/lib/i18n/locales/vi-VN/translation.json
  52. 5 1
      src/lib/i18n/locales/zh-CN/translation.json
  53. 5 1
      src/lib/i18n/locales/zh-TW/translation.json

+ 17 - 1
src/lib/components/admin/Settings.svelte

@@ -32,7 +32,23 @@
 	$: {
 		const pathParts = $page.url.pathname.split('/');
 		const tabFromPath = pathParts[pathParts.length - 1];
-		selectedTab = ['general', 'connections', 'models', 'evaluations', 'tools', 'documents', 'web', 'code-execution', 'interface', 'audio', 'images', 'pipelines', 'db'].includes(tabFromPath) ? tabFromPath : 'general';
+		selectedTab = [
+			'general',
+			'connections',
+			'models',
+			'evaluations',
+			'tools',
+			'documents',
+			'web',
+			'code-execution',
+			'interface',
+			'audio',
+			'images',
+			'pipelines',
+			'db'
+		].includes(tabFromPath)
+			? tabFromPath
+			: 'general';
 	}
 
 	onMount(() => {

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "هل أنت متأكد ؟",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF ملف (.pdf)",
 	"PDF Extract Images (OCR)": "PDF أستخرج الصور (OCR)",
 	"pending": "قيد الانتظار",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "هل أنت متأكد من رغبتك في حذف هذه القناة؟",
 	"Are you sure you want to delete this message?": "هل أنت متأكد من رغبتك في حذف هذه الرسالة؟",
 	"Are you sure you want to unarchive all archived chats?": "هل أنت متأكد من رغبتك في إلغاء أرشفة جميع المحادثات المؤرشفة؟",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "هل أنت متأكد؟",
 	"Arena Models": "نماذج الساحة",
 	"Artifacts": "القطع الأثرية",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "تم حذف المجلد بنجاح",
 	"Folder name cannot be empty.": "لا يمكن أن يكون اسم المجلد فارغًا.",
 	"Folder name updated successfully": "تم تحديث اسم المجلد بنجاح",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF ملف (.pdf)",
 	"PDF Extract Images (OCR)": "PDF أستخرج الصور (OCR)",
 	"pending": "قيد الانتظار",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "تم رفض الإذن عند محاولة الوصول إلى أجهزة الوسائط",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Сигурни ли сте, че искате да изтриете този канал?",
 	"Are you sure you want to delete this message?": "Сигурни ли сте, че искате да изтриете това съобщение?",
 	"Are you sure you want to unarchive all archived chats?": "Сигурни ли сте, че искате да разархивирате всички архивирани чатове?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Сигурни ли сте?",
 	"Arena Models": "Арена Модели",
 	"Artifacts": "Артефакти",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Папката е изтрита успешно",
 	"Folder name cannot be empty.": "Името на папката не може да бъде празно.",
 	"Folder name updated successfully": "Името на папката е актуализирано успешно",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Следвайте инструкциите перфектно",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF документ (.pdf)",
 	"PDF Extract Images (OCR)": "Извличане на изображения от PDF (OCR)",
 	"pending": "в очакване",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Отказан достъп при опит за достъп до медийни устройства",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "আপনি নিশ্চিত?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "নির্দেশাবলী নিখুঁতভাবে অনুসরণ করা হয়েছে",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF ডকুমেন্ট (.pdf)",
 	"PDF Extract Images (OCR)": "পিডিএফ এর ছবি থেকে লেখা বের করুন (OCR)",
 	"pending": "অপেক্ষমান",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "ཁྱེད་ཀྱིས་བགྲོ་གླེང་འདི་བསུབ་འདོད་ངེས་ཡིན་ནམ།",
 	"Are you sure you want to delete this message?": "འཕྲིན་འདི་བསུབ་འདོད་ངེས་ཡིན་ནམ།",
 	"Are you sure you want to unarchive all archived chats?": "ཁྱེད་ཀྱིས་ཡིག་མཛོད་དུ་བཞག་པའི་ཁ་བརྡ་ཡོངས་རྫོགས་ཕྱིར་འདོན་འདོད་ངེས་ཡིན་ནམ།",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "ཁྱོད་ངེས་པ་ཡིན་ནམ།",
 	"Arena Models": "Arena དཔེ་དབྱིབས།",
 	"Artifacts": "རྫས་རྟེན།",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "ཡིག་སྣོད་ལེགས་པར་བསུབས་ཟིན།",
 	"Folder name cannot be empty.": "ཡིག་སྣོད་ཀྱི་མིང་སྟོང་པ་ཡིན་མི་ཆོག",
 	"Folder name updated successfully": "ཡིག་སྣོད་ཀྱི་མིང་ལེགས་པར་གསར་སྒྱུར་བྱས་ཟིན།",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "ལམ་སྟོན་ཡང་དག་པར་བསྒྲུབས།",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF ཡིག་ཆ། (.pdf)",
 	"PDF Extract Images (OCR)": "PDF པར་འདོན་སྤེལ། (OCR)",
 	"pending": "སྒུག་བཞིན་པ།",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "བརྒྱུད་ལམ་སྒྲིག་ཆས་འཛུལ་སྤྱོད་སྐབས་དབང་ཚད་ཁས་མ་བླངས།",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Estàs segur que vols eliminar aquest canal?",
 	"Are you sure you want to delete this message?": "Estàs segur que vols eliminar aquest missatge?",
 	"Are you sure you want to unarchive all archived chats?": "Estàs segur que vols desarxivar tots els xats arxivats?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "Estàs segur que vols actualitzar el rol de l'usuari a **{{ROLE}}**?",
 	"Are you sure?": "Estàs segur?",
 	"Arena Models": "Models de l'Arena",
 	"Artifacts": "Artefactes",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Carpeta eliminada correctament",
 	"Folder name cannot be empty.": "El nom de la carpeta no pot ser buit.",
 	"Folder name updated successfully": "Nom de la carpeta actualitzat correctament",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "S'han seguit les instruccions perfectament",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Document PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Extreu imatges del PDF (OCR)",
 	"pending": "pendent",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Permís denegat en accedir a dispositius multimèdia",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Sigurado ka ?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "",
 	"PDF Extract Images (OCR)": "PDF Image Extraction (OCR)",
 	"pending": "gipugngan",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Jste si jistý?",
 	"Arena Models": "Arena modely",
 	"Artifacts": "Artefakty",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Složka byla úspěšně smazána",
 	"Folder name cannot be empty.": "Název složky nesmí být prázdný.",
 	"Folder name updated successfully": "Název složky byl úspěšně aktualizován.",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Dodržel pokyny dokonale.",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF dokument (.pdf)",
 	"PDF Extract Images (OCR)": "Extrahování obrázků z PDF (OCR)",
 	"pending": "čeká na vyřízení",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Odmítnutí povolení při přístupu k mediálním zařízením",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Er du sikker på du vil slette denne kanal?",
 	"Are you sure you want to delete this message?": "Er du sikker på du vil slette denne besked?",
 	"Are you sure you want to unarchive all archived chats?": "Er du sikker på du vil fjerne alle arkiverede chats?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Er du sikker?",
 	"Arena Models": "Arena Modeller",
 	"Artifacts": "Artifakter",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Mappe fjernet.",
 	"Folder name cannot be empty.": "Mappenavn kan ikke være tom.",
 	"Folder name updated successfully": "Mappenavn opdateret.",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Fulgte instruktionerne perfekt",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF-dokument (.pdf)",
 	"PDF Extract Images (OCR)": "Udtræk billeder fra PDF (OCR)",
 	"pending": "afventer",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Tilladelse nægtet ved adgang til medieenheder",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Sind Sie sicher, dass Sie diesen Kanal löschen möchten?",
 	"Are you sure you want to delete this message?": "Sind Sie sicher, dass Sie diese Nachricht löschen möchten?",
 	"Are you sure you want to unarchive all archived chats?": "Sind Sie sicher, dass Sie alle archivierten Chats wiederherstellen möchten?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "Sind Sie sicher, dass Sie die Rolle dieses Benutzers auf **{{ROLE}}** ändern möchten?",
 	"Are you sure?": "Sind Sie sicher?",
 	"Arena Models": "Arena-Modelle",
 	"Artifacts": "Artefakte",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Ordner erfolgreich gelöscht",
 	"Folder name cannot be empty.": "Ordnername darf nicht leer sein.",
 	"Folder name updated successfully": "Ordnername erfolgreich aktualisiert",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Anweisungen perfekt befolgt",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF-Dokument (.pdf)",
 	"PDF Extract Images (OCR)": "Text von Bildern aus PDFs extrahieren (OCR)",
 	"pending": "ausstehend",
+	"Pending": "",
 	"Pending User Overlay Content": "Inhalt des Overlays 'Ausstehende Kontoaktivierung'",
 	"Pending User Overlay Title": "Titel des Overlays 'Ausstehende Kontoaktivierung'",
 	"Permission denied when accessing media devices": "Zugriff auf Mediengeräte verweigert",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Such certainty?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "",
 	"PDF Extract Images (OCR)": "PDF Extract Wowmages (OCR)",
 	"pending": "pending",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "Είστε σίγουροι ότι θέλετε να απο-αρχειοθετήσετε όλες τις αρχειοθετημένες συνομιλίες;",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Είστε σίγουροι;",
 	"Arena Models": "Μοντέλα Arena",
 	"Artifacts": "Αρχεία",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Ο φάκελος διαγράφηκε με επιτυχία",
 	"Folder name cannot be empty.": "Το όνομα του φακέλου δεν μπορεί να είναι κενό.",
 	"Folder name updated successfully": "Το όνομα του φακέλου ενημερώθηκε με επιτυχία",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Ακολούθησε τις οδηγίες τέλεια",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Έγγραφο PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Εξαγωγή Εικόνων PDF (OCR)",
 	"pending": "εκκρεμεί",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Άρνηση δικαιώματος κατά την πρόσβαση σε μέσα συσκευές",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "",
 	"PDF Extract Images (OCR)": "",
 	"pending": "",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "",
 	"PDF Extract Images (OCR)": "",
 	"pending": "",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "¿Seguro de que quieres eliminar este canal?",
 	"Are you sure you want to delete this message?": "¿Seguro de que quieres eliminar este mensaje? ",
 	"Are you sure you want to unarchive all archived chats?": "¿Seguro de que quieres desarchivar todos los chats archivados?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "¿Estás seguro?",
 	"Arena Models": "Arena de Modelos",
 	"Artifacts": "Artefactos",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Carpeta eliminada correctamente",
 	"Folder name cannot be empty.": "El nombre de la carpeta no puede estar vacío",
 	"Folder name updated successfully": "Nombre de la carpeta actualizado correctamente",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Siguió las instrucciones perfectamente",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Documento PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Extraer imágenes del PDF (OCR)",
 	"pending": "pendiente",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Permiso denegado accediendo a los dispositivos",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Kas olete kindel, et soovite selle kanali kustutada?",
 	"Are you sure you want to delete this message?": "Kas olete kindel, et soovite selle sõnumi kustutada?",
 	"Are you sure you want to unarchive all archived chats?": "Kas olete kindel, et soovite kõik arhiveeritud vestlused arhiivist eemaldada?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Kas olete kindel?",
 	"Arena Models": "Areena mudelid",
 	"Artifacts": "Tekkinud objektid",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Kaust edukalt kustutatud",
 	"Folder name cannot be empty.": "Kausta nimi ei saa olla tühi.",
 	"Folder name updated successfully": "Kausta nimi edukalt uuendatud",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Järgis juhiseid täiuslikult",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF dokument (.pdf)",
 	"PDF Extract Images (OCR)": "PDF-ist piltide väljavõtmine (OCR)",
 	"pending": "ootel",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Juurdepääs meediumiseadmetele keelatud",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "Ziur zaude artxibatutako txat guztiak desartxibatu nahi dituzula?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Ziur zaude?",
 	"Arena Models": "Arena Ereduak",
 	"Artifacts": "Artefaktuak",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Karpeta ongi ezabatu da",
 	"Folder name cannot be empty.": "Karpetaren izena ezin da hutsik egon.",
 	"Folder name updated successfully": "Karpetaren izena ongi eguneratu da",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Jarraibideak perfektuki jarraitu ditu",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF dokumentua (.pdf)",
 	"PDF Extract Images (OCR)": "PDF irudiak erauzi (OCR)",
 	"pending": "zain",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Baimena ukatu da multimedia gailuak atzitzean",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "آیا مطمئن هستید که می\u200cخواهید این کانال را حذف کنید؟",
 	"Are you sure you want to delete this message?": "آیا مطمئن هستید که می\u200cخواهید این پیام را حذف کنید؟",
 	"Are you sure you want to unarchive all archived chats?": "آیا مطمئن هستید که می\u200cخواهید همه گفتگوهای بایگانی شده را از بایگانی خارج کنید؟",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "مطمئنید؟",
 	"Arena Models": "مدل\u200cهای آرنا",
 	"Artifacts": "مصنوعات",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "پوشه با موفقیت حذف شد",
 	"Folder name cannot be empty.": "نام پوشه نمی\u200cتواند خالی باشد.",
 	"Folder name updated successfully": "نام پوشه با موفقیت به\u200cروز شد",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "دستورالعمل ها را کاملا دنبال کرد",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF سند (.pdf)",
 	"PDF Extract Images (OCR)": "استخراج تصاویر از PDF (OCR)",
 	"pending": "در انتظار",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "دسترسی به دستگاه\u200cهای رسانه رد شد",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Haluatko varmasti poistaa tämän kanavan?",
 	"Are you sure you want to delete this message?": "Haluatko varmasti poistaa tämän viestin?",
 	"Are you sure you want to unarchive all archived chats?": "Haluatko varmasti purkaa kaikkien arkistoitujen keskustelujen arkistoinnin?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "Haluatko varmasti päivittää tämän käyttäjän roolin **{{ROLE}}** tähän?",
 	"Are you sure?": "Oletko varma?",
 	"Arena Models": "Arena-mallit",
 	"Artifacts": "Artefaktit",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Kansio poistettu onnistuneesti",
 	"Folder name cannot be empty.": "Kansion nimi ei voi olla tyhjä.",
 	"Folder name updated successfully": "Kansion nimi päivitetty onnistuneesti",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Noudatti ohjeita täydellisesti",
 	"Force OCR": "Pakota OCR",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "Pakota OCR:n käyttö kaikilla PDF-sivuilla. Tämä voi johtaa huonompiin tuloksiin jos PDF:n tekstisisältö on laadukasta. Oletusarvo, ei käytöstä.",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF-asiakirja (.pdf)",
 	"PDF Extract Images (OCR)": "Poimi kuvat PDF:stä (OCR)",
 	"pending": "odottaa",
+	"Pending": "",
 	"Pending User Overlay Content": "Odottavien käyttäjien sisältö",
 	"Pending User Overlay Title": "Odottavien käyttäjien otsikko",
 	"Permission denied when accessing media devices": "Käyttöoikeus evätty media-laitteille",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Êtes-vous certain ?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "A parfaitement suivi les instructions",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Document au format PDF  (.pdf)",
 	"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
 	"pending": "en attente",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Accès aux appareils multimédias refusé",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Êtes-vous sûr de vouloir supprimer ce canal ?",
 	"Are you sure you want to delete this message?": "Êtes-vous sûr de vouloir supprimer ce message ?",
 	"Are you sure you want to unarchive all archived chats?": "Êtes-vous sûr de vouloir désarchiver toutes les conversations archivées?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Êtes-vous certain ?",
 	"Arena Models": "Modèles d'arène",
 	"Artifacts": "Artéfacts",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Dossier supprimé avec succès",
 	"Folder name cannot be empty.": "Le nom du dossier ne peut pas être vide.",
 	"Folder name updated successfully": "Le nom du dossier a été mis à jour avec succès",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "A parfaitement suivi les instructions",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Document au format PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
 	"pending": "en attente",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Accès aux appareils multimédias refusé",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "האם אתה בטוח?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "עקב אחר ההוראות במושלמות",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "מסמך PDF (.pdf)",
 	"PDF Extract Images (OCR)": "חילוץ תמונות מ-PDF (OCR)",
 	"pending": "ממתין",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "क्या आपको यकीन है?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "निर्देशों का पूर्णतः पालन किया",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF दस्तावेज़ (.pdf)",
 	"PDF Extract Images (OCR)": "PDF छवियाँ निकालें (OCR)",
 	"pending": "लंबित",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Jeste li sigurni?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Savršeno slijedio upute",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF dokument (.pdf)",
 	"PDF Extract Images (OCR)": "PDF izdvajanje slika (OCR)",
 	"pending": "u tijeku",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Dopuštenje je odbijeno prilikom pristupa medijskim uređajima",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Biztosan törölni szeretnéd ezt a csatornát?",
 	"Are you sure you want to delete this message?": "Biztosan törölni szeretnéd ezt az üzenetet?",
 	"Are you sure you want to unarchive all archived chats?": "Biztosan vissza szeretnéd állítani az összes archivált csevegést?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Biztos vagy benne?",
 	"Arena Models": "Arena modellek",
 	"Artifacts": "Műtermékek",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Mappa sikeresen törölve",
 	"Folder name cannot be empty.": "A mappa neve nem lehet üres.",
 	"Folder name updated successfully": "Mappa neve sikeresen frissítve",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Tökéletesen követte az utasításokat",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF dokumentum (.pdf)",
 	"PDF Extract Images (OCR)": "PDF képek kinyerése (OCR)",
 	"pending": "függőben",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Hozzáférés megtagadva a médiaeszközökhöz",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Apakah Anda yakin?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Mengikuti instruksi dengan sempurna",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Dokumen PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Ekstrak Gambar PDF (OCR)",
 	"pending": "tertunda",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Izin ditolak saat mengakses perangkat media",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "An bhfuil tú cinnte gur mhaith leat an cainéal seo a scriosadh?",
 	"Are you sure you want to delete this message?": "An bhfuil tú cinnte gur mhaith leat an teachtaireacht seo a scriosadh?",
 	"Are you sure you want to unarchive all archived chats?": "An bhfuil tú cinnte gur mhaith leat gach comhrá cartlainne a dhíchartlannú?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "An bhfuil tú cinnte?",
 	"Arena Models": "Múnlaí Airéine",
 	"Artifacts": "Déantáin",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Scriosadh an fillteán go rathúil",
 	"Folder name cannot be empty.": "Ní féidir ainm fillteáin a bheith folamh.",
 	"Folder name updated successfully": "D'éirigh le hainm an fhillteáin a nuashonrú",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Lean treoracha go foirfe",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Doiciméad PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Íomhánna Sliocht PDF (OCR)",
 	"pending": "ar feitheamh",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Cead diúltaithe nuair a bhíonn rochtain agat",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Sei sicuro di voler eliminare questo canale?",
 	"Are you sure you want to delete this message?": "Sei sicuro di voler eliminare questo messaggio?",
 	"Are you sure you want to unarchive all archived chats?": "Sei sicuro di voler disarchiviare tutte le chat archiviate?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "Sei sicuro di voler aggiornare il ruolo di questo utente in **{{ROLE}}**?",
 	"Are you sure?": "Sei sicuro?",
 	"Arena Models": "Modelli Arena",
 	"Artifacts": "Artefatti",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Cartella rimossa con successo",
 	"Folder name cannot be empty.": "Il nome della cartella non può essere vuoto.",
 	"Folder name updated successfully": "Nome cartella aggiornato con successo",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Ha seguito le istruzioni alla perfezione",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Documento PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Estrazione Immagini PDF (OCR)",
 	"pending": "in sospeso",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Autorizzazione negata durante l'accesso ai dispositivi multimediali",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "このチャンネルを削除しますか?",
 	"Are you sure you want to delete this message?": "このメッセージを削除しますか?",
 	"Are you sure you want to unarchive all archived chats?": "すべてのアーカイブされたチャットをアンアーカイブしますか?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "このユーザーの役割を **{{ROLE}}** に更新しますか?",
 	"Are you sure?": "よろしいですか?",
 	"Arena Models": "Arenaモデル",
 	"Artifacts": "アーティファクト",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "フォルダー削除が成功しました。",
 	"Folder name cannot be empty.": "フォルダー名を入力してください。",
 	"Folder name updated successfully": "フォルダー名更新が成功しました。",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "完全に指示に従った",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF ドキュメント (.pdf)",
 	"PDF Extract Images (OCR)": "PDF 画像抽出 (OCR)",
 	"pending": "保留中",
+	"Pending": "",
 	"Pending User Overlay Content": "保留中のユーザー情報オーバーレイの内容",
 	"Pending User Overlay Title": "保留中のユーザー情報オーバーレイのタイトル",
 	"Permission denied when accessing media devices": "メディアデバイスへのアクセス時に権限が拒否されました",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "დარწმუნებული ბრძანდებით?",
 	"Arena Models": "არენის მოდელები",
 	"Artifacts": "არტეფაქტები",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "ინსტრუქციების ზუსტად მიჰყევით",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF დოკუმენტი (.pdf)",
 	"PDF Extract Images (OCR)": "PDF იდან ამოღებული სურათები (OCR)",
 	"pending": "დარჩენილი",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "정말 이 채널을 삭제하시겠습니까?",
 	"Are you sure you want to delete this message?": "정말 이 메세지를 삭제하시겠습니까?",
 	"Are you sure you want to unarchive all archived chats?": "정말 보관된 모든 채팅을 보관 해제하시겠습니까?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "확실합니까?",
 	"Arena Models": "Arena 모델",
 	"Artifacts": "아티팩트",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "성공적으로 폴터가 생성되었습니다",
 	"Folder name cannot be empty.": "폴더 이름을 작성해주세요",
 	"Folder name updated successfully": "성공적으로 폴더 이름이 저장되었습니다",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "명령을 완벽히 수행함",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF 문서(.pdf)",
 	"PDF Extract Images (OCR)": "PDF 이미지 추출(OCR)",
 	"pending": "보류 중",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "미디어 장치 접근 권한이 거부되었습니다.",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Are esate tikri?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Tobulai sekė instrukcijas",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF dokumentas (.pdf)",
 	"PDF Extract Images (OCR)": "PDF paveikslėlių skaitymas (OCR)",
 	"pending": "laukiama",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Leidimas atmestas bandant prisijungti prie medijos įrenginių",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Adakah anda pasti",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Mengikut arahan dengan sempurna",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Dokumen PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Imej Ekstrak PDF (OCR)",
 	"pending": "tertunda",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Tidak mendapat kebenaran apabila cuba mengakses peranti media",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Er du sikker på at du vil slette denne kanalen?",
 	"Are you sure you want to delete this message?": "Er du sikker på at du vil slette denne meldingen?",
 	"Are you sure you want to unarchive all archived chats?": "Er du sikker på at du vil oppheve arkiveringen av alle arkiverte chatter?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Er du sikker?",
 	"Arena Models": "Arena-modeller",
 	"Artifacts": "Artifakter",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Mappe slettet",
 	"Folder name cannot be empty.": "Mappenavn kan ikke være tomt.",
 	"Folder name updated successfully": "Mappenavn oppdatert",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Fulgte instruksjonene perfekt",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF-dokument (.pdf)",
 	"PDF Extract Images (OCR)": "Uthenting av PDF-bilder (OCR)",
 	"pending": "avventer",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Tilgang avslått ved bruk av medieenheter",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Weet je zeker dat je dit kanaal wil verwijderen?",
 	"Are you sure you want to delete this message?": "Weet je zeker dat je dit bericht wil verwijderen?",
 	"Are you sure you want to unarchive all archived chats?": "Weet je zeker dat je alle gearchiveerde chats wil onarchiveren?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Weet je het zeker?",
 	"Arena Models": "Arenamodellen",
 	"Artifacts": "Artefacten",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Map succesvol verwijderd",
 	"Folder name cannot be empty.": "Mapnaam kan niet leeg zijn",
 	"Folder name updated successfully": "Mapnaam succesvol aangepast",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Volgde instructies perfect",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF document (.pdf)",
 	"PDF Extract Images (OCR)": "PDF extraheer afbeeldingen (OCR)",
 	"pending": "wachtend",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Toegang geweigerd bij het toegang krijgen tot media-apparaten",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਹੋ?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "ਹਦਾਇਤਾਂ ਨੂੰ ਬਿਲਕੁਲ ਫਾਲੋ ਕੀਤਾ",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF ਡਾਕੂਮੈਂਟ (.pdf)",
 	"PDF Extract Images (OCR)": "PDF ਚਿੱਤਰ ਕੱਢੋ (OCR)",
 	"pending": "ਬਕਾਇਆ",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Czy na pewno chcesz usunąć ten kanał?",
 	"Are you sure you want to delete this message?": "Czy na pewno chcesz usunąć tę wiadomość?",
 	"Are you sure you want to unarchive all archived chats?": "Czy na pewno chcesz przywrócić wszystkie zapisane rozmowy?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Czy jesteś pewien?",
 	"Arena Models": "Modele Areny",
 	"Artifacts": "Artefakty",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Folder został usunięty pomyślnie",
 	"Folder name cannot be empty.": "Nazwa folderu nie może być pusta.",
 	"Folder name updated successfully": "Nazwa folderu została zaktualizowana pomyślnie",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Wykonał instrukcje idealnie",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Dokument PDF (.pdf)",
 	"PDF Extract Images (OCR)": "PDF Ekstrahuj obrazy (OCR)",
 	"pending": "oczekiwanie",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Odmowa dostępu podczas uzyskiwania dostępu do urządzeń multimedialnych",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "Você tem certeza que deseja desarquivar todos os chats arquivados?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Você tem certeza?",
 	"Arena Models": "Arena de Modelos",
 	"Artifacts": "Artefatos",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Pasta excluída com sucesso",
 	"Folder name cannot be empty.": "Nome da pasta não pode estar vazio.",
 	"Folder name updated successfully": "Nome da pasta atualizado com sucesso",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Seguiu as instruções perfeitamente",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Documento PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Extrair Imagens do PDF (OCR)",
 	"pending": "pendente",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Permissão negada ao acessar dispositivos de mídia",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Tem a certeza?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Seguiu instruções perfeitamente",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Documento PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Extrair Imagens de PDF (OCR)",
 	"pending": "pendente",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "A permissão foi negada ao aceder aos dispositivos de media",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Ești sigur că vrei să ștergi acest canal?",
 	"Are you sure you want to delete this message?": "Ești sigur că vrei să ștergi acest mesaj?",
 	"Are you sure you want to unarchive all archived chats?": "Ești sigur că vrei să dezarhivezi toate conversațiile arhivate?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Ești sigur?",
 	"Arena Models": "Arena Models",
 	"Artifacts": "Artefacte",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Folder șters cu succes",
 	"Folder name cannot be empty.": "Numele folderului nu poate fi gol.",
 	"Folder name updated successfully": "Numele folderului a fost actualizat cu succes",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "A urmat instrucțiunile perfect",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Document PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Extrage Imagini PDF (OCR)",
 	"pending": "în așteptare",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Permisiunea refuzată la accesarea dispozitivelor media",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Вы уверены, что хотите удалить этот канал?",
 	"Are you sure you want to delete this message?": "Вы уверены, что хотите удалить это сообщение?",
 	"Are you sure you want to unarchive all archived chats?": "Вы уверены, что хотите разархивировать все заархивированные чаты?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "Вы уверены, что хотите изменить роль этого пользователя на **{{ROLE}}**?",
 	"Are you sure?": "Вы уверены?",
 	"Arena Models": "Арена моделей",
 	"Artifacts": "Артефакты",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Папка успешно удалена",
 	"Folder name cannot be empty.": "Название папки не может быть пустым.",
 	"Folder name updated successfully": "Название папки успешно обновлено",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Идеально соответствует инструкциям",
 	"Force OCR": "Принудительное OCR",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "Принудительное OCR на всех страницах PDF-файла. Это может привести к ухудшению результатов, если в ваших PDF-файлах есть хороший текст. По умолчанию установлено значение Выкл.",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF-документ (.pdf)",
 	"PDF Extract Images (OCR)": "Извлечение изображений из PDF (OCR)",
 	"pending": "ожидающий",
+	"Pending": "",
 	"Pending User Overlay Content": "Ожидание контента пользовательского оверлея",
 	"Pending User Overlay Title": "Ожидание заголовка пользовательского оверлея",
 	"Permission denied when accessing media devices": "Отказано в разрешении на доступ к мультимедийным устройствам",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Ste si istý?",
 	"Arena Models": "Arena modely",
 	"Artifacts": "Artefakty",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Priečinok bol úspešne vymazaný",
 	"Folder name cannot be empty.": "Názov priečinka nesmie byť prázdny.",
 	"Folder name updated successfully": "Názov priečinka bol úspešne aktualizovaný.",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Dodržal pokyny dokonale.",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF dokument (.pdf)",
 	"PDF Extract Images (OCR)": "Extrahovanie obrázkov z PDF (OCR)",
 	"pending": "čaká na vybavenie",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Odmietnutie povolenia pri prístupe k mediálnym zariadeniam",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Да ли сигурно желите обрисати овај канал?",
 	"Are you sure you want to delete this message?": "Да ли сигурно желите обрисати ову поруку?",
 	"Are you sure you want to unarchive all archived chats?": "Да ли сигурно желите деархивирати све архиве?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Да ли сте сигурни?",
 	"Arena Models": "Модели са Арене",
 	"Artifacts": "Артефакти",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Упутства су савршено праћена",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF документ (.pdf)",
 	"PDF Extract Images (OCR)": "Извлачење PDF слика (OCR)",
 	"pending": "на чекању",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Приступ медијским уређајима одбијен",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Är du säker på att du vill radera denna kanal?",
 	"Are you sure you want to delete this message?": "Är du säker på att du vill radera detta meddelande?",
 	"Are you sure you want to unarchive all archived chats?": "Är du säker på att du vill avarkivera alla arkiverade chattar?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Är du säker?",
 	"Arena Models": "Arenamodeller",
 	"Artifacts": "Artefakter",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Följde instruktionerna perfekt",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF-dokument (.pdf)",
 	"PDF Extract Images (OCR)": "PDF Extrahera bilder (OCR)",
 	"pending": "väntande",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Nekad behörighet vid åtkomst till mediaenheter",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "คุณแน่ใจหรือ?",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "ปฏิบัติตามคำแนะนำอย่างสมบูรณ์แบบ",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "เอกสาร PDF (.pdf)",
 	"PDF Extract Images (OCR)": "การแยกรูปภาพจาก PDF (OCR)",
 	"pending": "รอดำเนินการ",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "ถูกปฏิเสธเมื่อเข้าถึงอุปกรณ์",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "",
 	"Arena Models": "",
 	"Artifacts": "",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "",
 	"PDF Extract Images (OCR)": "",
 	"pending": "",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Bu kanalı silmek istediğinizden emin misiniz?",
 	"Are you sure you want to delete this message?": "Bu mesajı silmek istediğinizden emin misiniz?",
 	"Are you sure you want to unarchive all archived chats?": "Arşivlenmiş tüm sohbetlerin arşivini kaldırmak istediğinizden emin misiniz?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Emin misiniz?",
 	"Arena Models": "Arena Modelleri",
 	"Artifacts": "Eserler",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Klasör başarıyla silindi",
 	"Folder name cannot be empty.": "Klasör adı boş olamaz.",
 	"Folder name updated successfully": "Klasör adı başarıyla güncellendi",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Talimatları mükemmel şekilde takip etti",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF belgesi (.pdf)",
 	"PDF Extract Images (OCR)": "PDF Görüntülerini Çıkart (OCR)",
 	"pending": "beklemede",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Medya cihazlarına erişim izni reddedildi",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Ви впевнені, що хочете видалити цей канал?",
 	"Are you sure you want to delete this message?": "Ви впевнені, що хочете видалити це повідомлення?",
 	"Are you sure you want to unarchive all archived chats?": "Ви впевнені, що хочете розархівувати усі архівовані чати?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Ви впевнені?",
 	"Arena Models": "Моделі Arena",
 	"Artifacts": "Артефакти",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Папку успішно видалено",
 	"Folder name cannot be empty.": "Назва папки не може бути порожньою.",
 	"Folder name updated successfully": "Назву папки успішно оновлено",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Бездоганно дотримувався інструкцій",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF документ (.pdf)",
 	"PDF Extract Images (OCR)": "Розпізнавання зображень з PDF (OCR)",
 	"pending": "на розгляді",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Відмовлено в доступі до медіапристроїв",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "",
 	"Are you sure you want to delete this message?": "",
 	"Are you sure you want to unarchive all archived chats?": "",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "کیا آپ کو یقین ہے؟",
 	"Arena Models": "ارینا ماڈلز",
 	"Artifacts": "نوادرات",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "پوشہ کامیابی سے حذف ہو گیا",
 	"Folder name cannot be empty.": "پوشے کا نام خالی نہیں ہو سکتا",
 	"Folder name updated successfully": "فولڈر کا نام کامیابی سے اپ ڈیٹ ہوگیا",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "ہدایتوں کی مکمل پیروی کی گئی",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "پی ڈی ایف دستاویز (.pdf)",
 	"PDF Extract Images (OCR)": "پی ڈی ایف سے تصاویر نکالیں (او سی آر)",
 	"pending": "زیر التواء",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "میڈیا آلات تک رسائی کے وقت اجازت مسترد کر دی گئی",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "Bạn có chắc chắn muốn xóa kênh này không?",
 	"Are you sure you want to delete this message?": "Bạn có chắc chắn muốn xóa tin nhắn này không?",
 	"Are you sure you want to unarchive all archived chats?": "Bạn có chắc chắn muốn bỏ lưu trữ tất cả các cuộc trò chuyện đã lưu trữ không?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
 	"Are you sure?": "Bạn có chắc chắn không?",
 	"Arena Models": "Các Mô hình Arena",
 	"Artifacts": "Kết quả tạo ra",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "Xóa thư mục thành công",
 	"Folder name cannot be empty.": "Tên thư mục không được để trống.",
 	"Folder name updated successfully": "Cập nhật tên thư mục thành công",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "Tuân theo chỉ dẫn một cách hoàn hảo",
 	"Force OCR": "",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "Tập tin PDF (.pdf)",
 	"PDF Extract Images (OCR)": "Trích xuất ảnh từ PDF (OCR)",
 	"pending": "đang chờ phê duyệt",
+	"Pending": "",
 	"Pending User Overlay Content": "",
 	"Pending User Overlay Title": "",
 	"Permission denied when accessing media devices": "Quyền truy cập các thiết bị đa phương tiện bị từ chối",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "你确认要删除此频道吗?",
 	"Are you sure you want to delete this message?": "你确认要删除此消息吗?",
 	"Are you sure you want to unarchive all archived chats?": "你确认要取消所有已归档的对话吗?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "您确认要将此用户的角色更新为 **{{ROLE}}** 吗?",
 	"Are you sure?": "你确认吗?",
 	"Arena Models": "启用竞技场匿名评价模型",
 	"Artifacts": "Artifacts",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "分组删除成功",
 	"Folder name cannot be empty.": "分组名称不能为空",
 	"Folder name updated successfully": "分组名称更新成功。",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "完全按照指示执行",
 	"Force OCR": "强制 OCR 识别",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "强制对 PDF 所有页面执行 OCR 识别。若 PDF 中已包含优质文本内容可能降低识别准确率。默认为关闭",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF 文档 (.pdf)",
 	"PDF Extract Images (OCR)": "PDF 图像处理(使用 OCR)",
 	"pending": "待激活",
+	"Pending": "",
 	"Pending User Overlay Content": "用户待激活界面内容",
 	"Pending User Overlay Title": "用户待激活界面标题",
 	"Permission denied when accessing media devices": "申请媒体设备权限被拒绝",

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

@@ -108,7 +108,6 @@
 	"Are you sure you want to delete this channel?": "您確定要刪除此頻道嗎?",
 	"Are you sure you want to delete this message?": "您確定要刪除此訊息嗎?",
 	"Are you sure you want to unarchive all archived chats?": "您確定要解除封存所有封存的對話記錄嗎?",
-	"Are you sure you want to update this user's role to **{{ROLE}}**?": "您確定要將此使用者的角色更新為「{{ROLE}}」嗎?",
 	"Are you sure?": "您確定嗎?",
 	"Arena Models": "競技場模型",
 	"Artifacts": "Artifacts",
@@ -611,6 +610,10 @@
 	"Folder deleted successfully": "成功刪除資料夾",
 	"Folder name cannot be empty.": "資料夾名稱不能為空。",
 	"Folder name updated successfully": "成功更新資料夾名稱",
+	"Follow up": "",
+	"Follow Up Generation": "",
+	"Follow Up Generation Prompt": "",
+	"Follow-Up Auto-Generation": "",
 	"Followed instructions perfectly": "完全遵循指示",
 	"Force OCR": "強制執行 OCR",
 	"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "強制對 PDF 所有頁面執行 OCR。若原始 PDF 文字品質良好,此功能可能降低準確度。預設為 False。",
@@ -928,6 +931,7 @@
 	"PDF document (.pdf)": "PDF 檔案 (.pdf)",
 	"PDF Extract Images (OCR)": "PDF 影像擷取(OCR 光學文字辨識)",
 	"pending": "待處理",
+	"Pending": "",
 	"Pending User Overlay Content": "待處理的使用者訊息覆蓋層內容",
 	"Pending User Overlay Title": "待處理的使用者訊息覆蓋層標題",
 	"Permission denied when accessing media devices": "存取媒體裝置時權限遭拒",