diff --git a/echo/frontend/src/components/chat/TemplatesModal.tsx b/echo/frontend/src/components/chat/TemplatesModal.tsx
index 9554bfdb..afc0d0e0 100644
--- a/echo/frontend/src/components/chat/TemplatesModal.tsx
+++ b/echo/frontend/src/components/chat/TemplatesModal.tsx
@@ -569,6 +569,18 @@ export const TemplatesModal = ({
+
+ {
+ e.stopPropagation();
+ handleDuplicate(tmpl.title, tmpl.content);
+ }}
+ >
+
+
+ ({
- label: `${d.label}`,
+ label: d.label,
value: d.language,
}));
export const languageOptionsByIso639_1 = data.map((d) => ({
- label: `${d.label}`,
+ label: d.label,
value: d.iso639_1,
}));
@@ -93,37 +95,48 @@ export const LanguagePicker = () => {
window.location.href = `/${validLanguage}${newPathname}${search}${hash}`;
};
- const handleChange = (e: ChangeEvent) => {
- const selectedLanguage = e.target.value;
-
- if (selectedLanguage === currentLanguage) return;
+ const handleChange = (value: string | null) => {
+ if (!value || value === currentLanguage) return;
const isInChat = pathname.includes("/chats/");
if (isInChat) {
- setPendingLanguage(selectedLanguage);
+ setPendingLanguage(value);
return;
}
- applyLanguageChange(selectedLanguage);
+ applyLanguageChange(value);
};
return (
<>
-
- {languageOptions.map((option) => (
-
- ))}
-
+ e.stopPropagation()}>
+ section.slides);
diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po
index 676e35dc..5a636bdb 100644
--- a/echo/frontend/src/locales/de-DE.po
+++ b/echo/frontend/src/locales/de-DE.po
@@ -398,7 +398,7 @@ msgstr "Ein neuer Bericht wird automatisch zum geplanten Zeitpunkt erstellt und
msgid "A report is already being generated for this project. Please wait for it to complete."
msgstr "Für dieses Projekt wird bereits ein Bericht erstellt. Bitte warte, bis er fertig ist."
-#: src/components/settings/AccountSettingsCard.tsx:126
+#: src/components/settings/AccountSettingsCard.tsx:128
msgid "Account"
msgstr "Konto"
@@ -616,7 +616,7 @@ msgstr "Alle Dateien wurden erfolgreich hochgeladen."
#~ msgid "All templates"
#~ msgstr "Alle Vorlagen"
-#: src/components/chat/TemplatesModal.tsx:783
+#: src/components/chat/TemplatesModal.tsx:795
msgid "All Templates"
msgstr "Alle Vorlagen"
@@ -799,11 +799,11 @@ msgstr "Sind Sie sicher, dass Sie die Bibliothek generieren möchten? Dies wird
msgid "Are you sure you want to regenerate the summary? You will lose the current summary."
msgstr "Sind Sie sicher, dass Sie das Zusammenfassung erneut generieren möchten? Sie werden die aktuelle Zusammenfassung verlieren."
-#: src/components/settings/AccountSettingsCard.tsx:200
+#: src/components/settings/AccountSettingsCard.tsx:203
msgid "Are you sure you want to remove your avatar?"
msgstr "Sind Sie sicher, dass Sie Ihr Profilbild entfernen möchten?"
-#: src/components/settings/WhitelabelLogoCard.tsx:180
+#: src/components/settings/WhitelabelLogoCard.tsx:183
msgid "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
msgstr "Sind Sie sicher, dass Sie Ihr benutzerdefiniertes Logo entfernen möchten? Stattdessen wird das Standard-dembrane-Logo verwendet."
@@ -961,11 +961,11 @@ msgstr "Gesprächdaten automatisch an Ihre anderen Tools und Dienste senden, wen
msgid "Available"
msgstr "Verfügbar"
-#: src/components/settings/AccountSettingsCard.tsx:100
+#: src/components/settings/AccountSettingsCard.tsx:101
msgid "Avatar removed"
msgstr "Avatar entfernt"
-#: src/components/settings/AccountSettingsCard.tsx:83
+#: src/components/settings/AccountSettingsCard.tsx:84
msgid "Avatar updated"
msgstr "Avatar aktualisiert"
@@ -976,12 +976,12 @@ msgid "Back"
msgstr "Zurück"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:426
+#: src/components/participant/ParticipantOnboardingCards.tsx:379
msgid "participant.button.back.microphone"
msgstr "Zurück"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:448
+#: src/components/participant/ParticipantOnboardingCards.tsx:401
#: src/components/layout/ParticipantHeader.tsx:86
msgid "participant.button.back"
msgstr "Zurück"
@@ -1125,7 +1125,7 @@ msgstr "Kann nicht innerhalb von 10 Minuten vor dem geplanten Zeitpunkt umgeplan
msgid "Card"
msgstr "Karte"
-#: src/components/language/LanguagePicker.tsx:131
+#: src/components/language/LanguagePicker.tsx:144
msgid "Change language"
msgstr "Sprache ändern"
@@ -1140,7 +1140,7 @@ msgstr "Passwort ändern"
msgid "Changes will be saved automatically"
msgstr "Änderungen werden automatisch gespeichert"
-#: src/components/language/LanguagePicker.tsx:133
+#: src/components/language/LanguagePicker.tsx:146
msgid "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
msgstr "Das Ändern der Sprache während eines aktiven Chats kann unerwartete Ergebnisse hervorrufen. Es wird empfohlen, ein neues Gespräch zu beginnen, nachdem die Sprache geändert wurde. Sind Sie sicher, dass Sie fortfahren möchten?"
@@ -1186,7 +1186,7 @@ msgstr "Überprüfen Sie Ihre E-Mail"
#~ msgid "Checking..."
#~ msgstr "Überprüfe..."
-#: src/components/settings/WhitelabelLogoCard.tsx:168
+#: src/components/settings/WhitelabelLogoCard.tsx:171
msgid "Choose a logo file"
msgstr "Ein Logo-Datei auswählen"
@@ -1367,17 +1367,17 @@ msgstr "Kontext hinzugefügt:"
#~ msgid "Context limit reached"
#~ msgstr "Kontextlimit erreicht"
-#: src/components/chat/TemplatesModal.tsx:655
+#: src/components/chat/TemplatesModal.tsx:667
msgid "Contextual suggestions"
msgstr "Kontextbezogene Vorschläge"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:435
+#: src/components/participant/ParticipantOnboardingCards.tsx:388
#: src/components/participant/MicrophoneTest.tsx:407
msgid "participant.button.continue"
msgstr "Weiter"
-#: src/components/language/LanguagePicker.tsx:134
+#: src/components/language/LanguagePicker.tsx:147
msgid "Continue"
msgstr "Weiter"
@@ -1571,7 +1571,7 @@ msgstr "Neue Ansicht erstellen"
msgid "Create Report"
msgstr "Bericht erstellen"
-#: src/components/chat/TemplatesModal.tsx:702
+#: src/components/chat/TemplatesModal.tsx:714
msgid "Create template"
msgstr "Vorlage erstellen"
@@ -1600,7 +1600,7 @@ msgstr "Webhook erstellen"
msgid "Created on"
msgstr "Erstellt am"
-#: src/components/settings/AccountSettingsCard.tsx:221
+#: src/components/settings/AccountSettingsCard.tsx:224
msgid "Crop Avatar"
msgstr "Avatar zuschneiden"
@@ -1608,11 +1608,11 @@ msgstr "Avatar zuschneiden"
msgid "Crop Image"
msgstr "Bild zuschneiden"
-#: src/components/settings/WhitelabelLogoCard.tsx:200
+#: src/components/settings/WhitelabelLogoCard.tsx:203
msgid "Crop Logo"
msgstr "Logo zuschneiden"
-#: src/components/settings/WhitelabelLogoCard.tsx:128
+#: src/components/settings/WhitelabelLogoCard.tsx:130
msgid "Current logo"
msgstr "Aktuelles Logo"
@@ -1632,7 +1632,7 @@ msgstr "Benutzerdefiniert"
msgid "Custom Filename"
msgstr "Benutzerdefinierter Dateiname"
-#: src/components/settings/WhitelabelLogoCard.tsx:115
+#: src/components/settings/WhitelabelLogoCard.tsx:117
msgid "Custom Logo"
msgstr "Benutzerdefiniertes Logo"
@@ -1685,7 +1685,7 @@ msgstr "Multistufige Analyse mit live Werkzeugausführung delegieren"
#: src/components/conversation/ConversationDangerZone.tsx:87
#: src/components/chat/TemplatesModal.tsx:411
#: src/components/chat/TemplatesModal.tsx:469
-#: src/components/chat/TemplatesModal.tsx:572
+#: src/components/chat/TemplatesModal.tsx:584
#: src/components/chat/ChatAccordion.tsx:178
msgid "Delete"
msgstr "Löschen"
@@ -1830,7 +1830,7 @@ msgstr "Deaktiviert"
#~ msgid "Display contextual suggestion pills in the chat"
#~ msgstr "Kontextbezogene Vorschläge im Chat anzeigen"
-#: src/components/settings/AccountSettingsCard.tsx:172
+#: src/components/settings/AccountSettingsCard.tsx:175
msgid "Display name"
msgstr "Anzeigename"
@@ -1900,6 +1900,7 @@ msgid "Drag to reorder"
msgstr "Ziehen, um umzusortieren"
#: src/components/chat/TemplatesModal.tsx:544
+#: src/components/chat/TemplatesModal.tsx:572
msgid "Duplicate"
msgstr "Duplizieren"
@@ -2016,7 +2017,7 @@ msgstr "Webhook bearbeiten"
#: src/routes/auth/Login.tsx:251
#: src/routes/auth/Login.tsx:255
-#: src/components/settings/AccountSettingsCard.tsx:179
+#: src/components/settings/AccountSettingsCard.tsx:182
#: src/components/common/RedactedText.tsx:38
msgid "Email"
msgstr "E-Mail"
@@ -2398,7 +2399,7 @@ msgstr "Fehler beim erneuten Generieren der Zusammenfassung. Bitte versuchen Sie
msgid "Failed to reload. Please try again."
msgstr "Neu laden fehlgeschlagen. Bitte versuchen Sie es erneut."
-#: src/components/settings/AccountSettingsCard.tsx:96
+#: src/components/settings/AccountSettingsCard.tsx:97
msgid "Failed to remove avatar"
msgstr "Avatar konnte nicht entfernt werden"
@@ -2411,7 +2412,7 @@ msgstr "Fehler beim Entfernen des Gesprächs aus dem Chat"
msgid "Failed to remove conversation from chat{0}"
msgstr "Fehler beim Entfernen des Gesprächs aus dem Chat{0}"
-#: src/components/settings/WhitelabelLogoCard.tsx:85
+#: src/components/settings/WhitelabelLogoCard.tsx:86
msgid "Failed to remove logo"
msgstr "Logo konnte nicht entfernt werden"
@@ -2443,7 +2444,7 @@ msgstr "Benutzerdefiniertes Thema konnte nicht aktualisiert werden"
msgid "Failed to update legal basis"
msgstr "Fehler beim Aktualisieren der Rechtsgrundlage"
-#: src/components/settings/AccountSettingsCard.tsx:57
+#: src/components/settings/AccountSettingsCard.tsx:58
msgid "Failed to update name"
msgstr "Name konnte nicht aktualisiert werden"
@@ -2451,11 +2452,11 @@ msgstr "Name konnte nicht aktualisiert werden"
msgid "Failed to update pin"
msgstr "Anheften konnte nicht aktualisiert werden"
-#: src/components/settings/AccountSettingsCard.tsx:79
+#: src/components/settings/AccountSettingsCard.tsx:80
msgid "Failed to upload avatar"
msgstr "Avatar konnte nicht hochgeladen werden"
-#: src/components/settings/WhitelabelLogoCard.tsx:62
+#: src/components/settings/WhitelabelLogoCard.tsx:63
msgid "Failed to upload logo"
msgstr "Logo konnte nicht hochgeladen werden"
@@ -3144,11 +3145,11 @@ msgstr "Anmelden | Dembrane"
msgid "Login as an existing user"
msgstr "Als bestehender Benutzer anmelden"
-#: src/components/settings/WhitelabelLogoCard.tsx:89
+#: src/components/settings/WhitelabelLogoCard.tsx:90
msgid "Logo removed"
msgstr "Logo entfernt"
-#: src/components/settings/WhitelabelLogoCard.tsx:66
+#: src/components/settings/WhitelabelLogoCard.tsx:67
msgid "Logo updated"
msgstr "Logo aktualisiert"
@@ -3243,7 +3244,7 @@ msgstr "Gespräch zu einem anderen Projekt verschieben"
msgid "Move to Project"
msgstr "Gespräch zu einem anderen Projekt verschieben"
-#: src/components/chat/TemplatesModal.tsx:797
+#: src/components/chat/TemplatesModal.tsx:809
msgid "My templates"
msgstr "Meine Vorlagen"
@@ -3266,7 +3267,7 @@ msgstr "Name A-Z"
msgid "Name is required"
msgstr "Name ist erforderlich"
-#: src/components/settings/AccountSettingsCard.tsx:61
+#: src/components/settings/AccountSettingsCard.tsx:62
msgid "Name updated"
msgstr "Name aktualisiert"
@@ -3330,7 +3331,7 @@ msgid "Newest First"
msgstr "Neueste zuerst"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:464
+#: src/components/participant/ParticipantOnboardingCards.tsx:417
msgid "participant.button.next"
msgstr "Weiter"
@@ -3483,7 +3484,7 @@ msgstr "Keine Tags gefunden"
msgid "No tags have been added to this project yet. Add a tag using the text input above to get started."
msgstr "Diesem Projekt wurden noch keine Tags hinzugefügt. Fügen Sie ein Tag über die Texteingabe oben hinzu, um zu beginnen."
-#: src/components/chat/TemplatesModal.tsx:812
+#: src/components/chat/TemplatesModal.tsx:824
msgid "No templates match '{searchQuery}'"
msgstr "Keine Vorlagen für '{searchQuery}' gefunden"
@@ -3903,7 +3904,7 @@ msgstr "Datum und Uhrzeit wählen"
msgid "Pick the approach that fits your question"
msgstr "Wähl den Ansatz, der zu deiner Frage passt"
-#: src/components/chat/TemplatesModal.tsx:609
+#: src/components/chat/TemplatesModal.tsx:621
msgid "Pin"
msgstr "Anheften"
@@ -3911,7 +3912,7 @@ msgstr "Anheften"
msgid "Pin project"
msgstr "Projekt anheften"
-#: src/components/chat/TemplatesModal.tsx:767
+#: src/components/chat/TemplatesModal.tsx:779
msgid "Pin templates here for quick access."
msgstr "Vorlagen hier für schnellen Zugriff anheften."
@@ -3923,11 +3924,11 @@ msgstr "Vorlagen hier für schnellen Zugriff anheften."
#~ msgid "pinned"
#~ msgstr "angeheftet"
-#: src/components/chat/TemplatesModal.tsx:608
+#: src/components/chat/TemplatesModal.tsx:620
msgid "Pinned is full (max 5)"
msgstr "Angeheftet ist voll (max. 5)"
-#: src/components/chat/TemplatesModal.tsx:737
+#: src/components/chat/TemplatesModal.tsx:749
msgid "Pinned templates"
msgstr "Angeheftete Vorlagen"
@@ -4066,7 +4067,7 @@ msgstr "Bitte warten Sie, während wir Ihre Hertranskription anfragen verarbeite
msgid "Please wait while we verify your email address."
msgstr "Bitte warten Sie, während wir Ihre E-Mail-Adresse verifizieren."
-#: src/components/settings/AccountSettingsCard.tsx:165
+#: src/components/settings/AccountSettingsCard.tsx:168
msgid "PNG, JPEG, or WebP. Will be cropped to a circle."
msgstr "PNG, JPEG oder WebP. Wird zu einem Kreis zugeschnitten."
@@ -4304,7 +4305,7 @@ msgid "Read aloud"
msgstr "Vorlesen"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:311
+#: src/components/participant/ParticipantOnboardingCards.tsx:264
msgid "participant.ready.to.begin"
msgstr "Bereit zum Beginn"
@@ -4444,14 +4445,14 @@ msgstr "Neu laden"
msgid "Remind users to verify before finishing"
msgstr "Benutzer daran erinnern, vor dem Abschließen zu überprüfen"
-#: src/components/settings/WhitelabelLogoCard.tsx:147
-#: src/components/settings/WhitelabelLogoCard.tsx:181
-#: src/components/settings/AccountSettingsCard.tsx:160
-#: src/components/settings/AccountSettingsCard.tsx:201
+#: src/components/settings/WhitelabelLogoCard.tsx:149
+#: src/components/settings/WhitelabelLogoCard.tsx:184
+#: src/components/settings/AccountSettingsCard.tsx:163
+#: src/components/settings/AccountSettingsCard.tsx:204
msgid "Remove"
msgstr "Entfernen"
-#: src/components/settings/AccountSettingsCard.tsx:198
+#: src/components/settings/AccountSettingsCard.tsx:201
msgid "Remove avatar"
msgstr "Profilbild entfernen"
@@ -4477,7 +4478,7 @@ msgstr "Datei entfernen"
msgid "Remove from this chat"
msgstr "Aus diesem Chat entfernen"
-#: src/components/settings/WhitelabelLogoCard.tsx:178
+#: src/components/settings/WhitelabelLogoCard.tsx:181
msgid "Remove logo"
msgstr "Logo entfernen"
@@ -4700,7 +4701,7 @@ msgstr "Ausführungsstatus:"
#: src/components/settings/LegalBasisSettingsCard.tsx:136
#: src/components/settings/ChangePasswordCard.tsx:103
-#: src/components/settings/AccountSettingsCard.tsx:188
+#: src/components/settings/AccountSettingsCard.tsx:191
#: src/components/project/CustomTopicModal.tsx:242
#: src/components/common/InputModal.tsx:85
#: src/components/chat/ChatAccordion.tsx:160
@@ -4796,7 +4797,7 @@ msgstr "Projekte suchen..."
msgid "Search tags"
msgstr "Tags suchen"
-#: src/components/chat/TemplatesModal.tsx:675
+#: src/components/chat/TemplatesModal.tsx:687
msgid "Search templates..."
msgstr "Vorlagen suchen..."
@@ -5084,7 +5085,7 @@ msgid "participant.button.verify_prompt.skip"
msgstr "Überspringen"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:335
+#: src/components/participant/ParticipantOnboardingCards.tsx:288
msgid "participant.mic.check.button.skip"
msgstr "Überspringen"
@@ -5281,7 +5282,7 @@ msgstr "Absenden"
msgid "Success"
msgstr "Erfolg"
-#: src/components/chat/TemplatesModal.tsx:665
+#: src/components/chat/TemplatesModal.tsx:677
msgid "Suggest dynamic suggestions based on your conversation."
msgstr "Dynamische Vorschläge basierend auf Ihrem Gespräch vorschlagen."
@@ -5929,7 +5930,7 @@ msgstr "Unbekannt"
msgid "Unknown reason"
msgstr "Unbekannter Grund"
-#: src/components/chat/TemplatesModal.tsx:591
+#: src/components/chat/TemplatesModal.tsx:603
msgid "Unpin"
msgstr "Loslösen"
@@ -6013,14 +6014,14 @@ msgstr "Upgrade auf Auto-select und analysieren Sie 10x mehr Gespräche in der H
msgid "Upload"
msgstr "Hochladen"
-#: src/components/settings/WhitelabelLogoCard.tsx:119
+#: src/components/settings/WhitelabelLogoCard.tsx:121
msgid "Upload a custom logo to replace the Dembrane logo across the portal, dashboard, reports, and host guide."
msgstr "Ein benutzerdefiniertes Logo hochladen, um das dembrane-Logo auf der Portal-Seite, im Dashboard, in Berichten und im Host-Guide zu ersetzen."
#~ msgid "Upload Audio"
#~ msgstr "Audio hochladen"
-#: src/components/settings/AccountSettingsCard.tsx:147
+#: src/components/settings/AccountSettingsCard.tsx:150
msgid "Upload avatar"
msgstr "Avatar hochladen"
@@ -6092,7 +6093,7 @@ msgstr "Verwenden Sie Shift + Enter, um eine neue Zeile hinzuzufügen"
msgid "Username"
msgstr "Benutzername"
-#: src/components/settings/WhitelabelLogoCard.tsx:153
+#: src/components/settings/WhitelabelLogoCard.tsx:155
msgid "Using default Dembrane logo"
msgstr "Standard-dembrane-Logo verwendet"
@@ -6519,7 +6520,7 @@ msgstr "Die Erstellung deines neuesten Berichts wurde abgebrochen. Dein letzter
#~ msgid "Your library is empty. Create a library to see your first insights."
#~ msgstr "Ihre Bibliothek ist leer. Erstellen Sie eine Bibliothek, um Ihre ersten Erkenntnisse zu sehen."
-#: src/components/settings/AccountSettingsCard.tsx:175
+#: src/components/settings/AccountSettingsCard.tsx:178
msgid "Your name"
msgstr "Ihr Name"
diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po
index e2c3a3be..2fb673b5 100644
--- a/echo/frontend/src/locales/en-US.po
+++ b/echo/frontend/src/locales/en-US.po
@@ -587,7 +587,7 @@ msgstr "A new report will be automatically generated and published at the schedu
msgid "A report is already being generated for this project. Please wait for it to complete."
msgstr "A report is already being generated for this project. Please wait for it to complete."
-#: src/components/settings/AccountSettingsCard.tsx:126
+#: src/components/settings/AccountSettingsCard.tsx:128
msgid "Account"
msgstr "Account"
@@ -807,7 +807,7 @@ msgstr "All files were uploaded successfully."
#~ msgid "All templates"
#~ msgstr "All templates"
-#: src/components/chat/TemplatesModal.tsx:783
+#: src/components/chat/TemplatesModal.tsx:795
msgid "All Templates"
msgstr "All Templates"
@@ -1007,11 +1007,11 @@ msgstr "Are you sure you want to generate the library? This will take a while an
msgid "Are you sure you want to regenerate the summary? You will lose the current summary."
msgstr "Are you sure you want to regenerate the summary? You will lose the current summary."
-#: src/components/settings/AccountSettingsCard.tsx:200
+#: src/components/settings/AccountSettingsCard.tsx:203
msgid "Are you sure you want to remove your avatar?"
msgstr "Are you sure you want to remove your avatar?"
-#: src/components/settings/WhitelabelLogoCard.tsx:180
+#: src/components/settings/WhitelabelLogoCard.tsx:183
msgid "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
msgstr "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
@@ -1174,11 +1174,11 @@ msgstr "Automatically send conversation data to your other tools and services wh
msgid "Available"
msgstr "Available"
-#: src/components/settings/AccountSettingsCard.tsx:100
+#: src/components/settings/AccountSettingsCard.tsx:101
msgid "Avatar removed"
msgstr "Avatar removed"
-#: src/components/settings/AccountSettingsCard.tsx:83
+#: src/components/settings/AccountSettingsCard.tsx:84
msgid "Avatar updated"
msgstr "Avatar updated"
@@ -1189,12 +1189,12 @@ msgid "Back"
msgstr "Back"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:426
+#: src/components/participant/ParticipantOnboardingCards.tsx:379
msgid "participant.button.back.microphone"
msgstr "Back"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:448
+#: src/components/participant/ParticipantOnboardingCards.tsx:401
#: src/components/layout/ParticipantHeader.tsx:86
msgid "participant.button.back"
msgstr "Back"
@@ -1342,7 +1342,7 @@ msgstr "Cannot reschedule within 10 minutes of the scheduled time"
msgid "Card"
msgstr "Card"
-#: src/components/language/LanguagePicker.tsx:131
+#: src/components/language/LanguagePicker.tsx:144
msgid "Change language"
msgstr "Change language"
@@ -1358,7 +1358,7 @@ msgstr "Change password"
msgid "Changes will be saved automatically"
msgstr "Changes will be saved automatically"
-#: src/components/language/LanguagePicker.tsx:133
+#: src/components/language/LanguagePicker.tsx:146
msgid "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
msgstr "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
@@ -1406,7 +1406,7 @@ msgstr "Check your email"
#~ msgid "Checking..."
#~ msgstr "Checking..."
-#: src/components/settings/WhitelabelLogoCard.tsx:168
+#: src/components/settings/WhitelabelLogoCard.tsx:171
msgid "Choose a logo file"
msgstr "Choose a logo file"
@@ -1591,17 +1591,17 @@ msgstr "Context added:"
#~ msgid "Context limit reached"
#~ msgstr "Context limit reached"
-#: src/components/chat/TemplatesModal.tsx:655
+#: src/components/chat/TemplatesModal.tsx:667
msgid "Contextual suggestions"
msgstr "Contextual suggestions"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:435
+#: src/components/participant/ParticipantOnboardingCards.tsx:388
#: src/components/participant/MicrophoneTest.tsx:407
msgid "participant.button.continue"
msgstr "Continue"
-#: src/components/language/LanguagePicker.tsx:134
+#: src/components/language/LanguagePicker.tsx:147
msgid "Continue"
msgstr "Continue"
@@ -1799,7 +1799,7 @@ msgstr "Create new view"
msgid "Create Report"
msgstr "Create Report"
-#: src/components/chat/TemplatesModal.tsx:702
+#: src/components/chat/TemplatesModal.tsx:714
msgid "Create template"
msgstr "Create template"
@@ -1828,7 +1828,7 @@ msgstr "Create Webhook"
msgid "Created on"
msgstr "Created on"
-#: src/components/settings/AccountSettingsCard.tsx:221
+#: src/components/settings/AccountSettingsCard.tsx:224
msgid "Crop Avatar"
msgstr "Crop Avatar"
@@ -1836,11 +1836,11 @@ msgstr "Crop Avatar"
msgid "Crop Image"
msgstr "Crop Image"
-#: src/components/settings/WhitelabelLogoCard.tsx:200
+#: src/components/settings/WhitelabelLogoCard.tsx:203
msgid "Crop Logo"
msgstr "Crop Logo"
-#: src/components/settings/WhitelabelLogoCard.tsx:128
+#: src/components/settings/WhitelabelLogoCard.tsx:130
msgid "Current logo"
msgstr "Current logo"
@@ -1860,7 +1860,7 @@ msgstr "Custom"
msgid "Custom Filename"
msgstr "Custom Filename"
-#: src/components/settings/WhitelabelLogoCard.tsx:115
+#: src/components/settings/WhitelabelLogoCard.tsx:117
msgid "Custom Logo"
msgstr "Custom Logo"
@@ -1902,7 +1902,7 @@ msgstr "Delegate multi-step analysis with live tool execution"
#: src/components/conversation/ConversationDangerZone.tsx:87
#: src/components/chat/TemplatesModal.tsx:411
#: src/components/chat/TemplatesModal.tsx:469
-#: src/components/chat/TemplatesModal.tsx:572
+#: src/components/chat/TemplatesModal.tsx:584
#: src/components/chat/ChatAccordion.tsx:178
msgid "Delete"
msgstr "Delete"
@@ -2054,7 +2054,7 @@ msgstr "Disabled"
#~ msgid "Display contextual suggestion pills in the chat"
#~ msgstr "Display contextual suggestion pills in the chat"
-#: src/components/settings/AccountSettingsCard.tsx:172
+#: src/components/settings/AccountSettingsCard.tsx:175
msgid "Display name"
msgstr "Display name"
@@ -2128,6 +2128,7 @@ msgid "Drag to reorder"
msgstr "Drag to reorder"
#: src/components/chat/TemplatesModal.tsx:544
+#: src/components/chat/TemplatesModal.tsx:572
msgid "Duplicate"
msgstr "Duplicate"
@@ -2253,7 +2254,7 @@ msgstr "Edit Webhook"
#: src/routes/auth/Login.tsx:251
#: src/routes/auth/Login.tsx:255
-#: src/components/settings/AccountSettingsCard.tsx:179
+#: src/components/settings/AccountSettingsCard.tsx:182
#: src/components/common/RedactedText.tsx:38
msgid "Email"
msgstr "Email"
@@ -2658,7 +2659,7 @@ msgstr "Failed to regenerate the summary. Please try again later."
msgid "Failed to reload. Please try again."
msgstr "Failed to reload. Please try again."
-#: src/components/settings/AccountSettingsCard.tsx:96
+#: src/components/settings/AccountSettingsCard.tsx:97
msgid "Failed to remove avatar"
msgstr "Failed to remove avatar"
@@ -2671,7 +2672,7 @@ msgstr "Failed to remove conversation from chat"
msgid "Failed to remove conversation from chat{0}"
msgstr "Failed to remove conversation from chat{0}"
-#: src/components/settings/WhitelabelLogoCard.tsx:85
+#: src/components/settings/WhitelabelLogoCard.tsx:86
msgid "Failed to remove logo"
msgstr "Failed to remove logo"
@@ -2703,7 +2704,7 @@ msgstr "Failed to update custom topic"
msgid "Failed to update legal basis"
msgstr "Failed to update legal basis"
-#: src/components/settings/AccountSettingsCard.tsx:57
+#: src/components/settings/AccountSettingsCard.tsx:58
msgid "Failed to update name"
msgstr "Failed to update name"
@@ -2711,11 +2712,11 @@ msgstr "Failed to update name"
msgid "Failed to update pin"
msgstr "Failed to update pin"
-#: src/components/settings/AccountSettingsCard.tsx:79
+#: src/components/settings/AccountSettingsCard.tsx:80
msgid "Failed to upload avatar"
msgstr "Failed to upload avatar"
-#: src/components/settings/WhitelabelLogoCard.tsx:62
+#: src/components/settings/WhitelabelLogoCard.tsx:63
msgid "Failed to upload logo"
msgstr "Failed to upload logo"
@@ -3430,11 +3431,11 @@ msgstr "Login | Dembrane"
msgid "Login as an existing user"
msgstr "Login as an existing user"
-#: src/components/settings/WhitelabelLogoCard.tsx:89
+#: src/components/settings/WhitelabelLogoCard.tsx:90
msgid "Logo removed"
msgstr "Logo removed"
-#: src/components/settings/WhitelabelLogoCard.tsx:66
+#: src/components/settings/WhitelabelLogoCard.tsx:67
msgid "Logo updated"
msgstr "Logo updated"
@@ -3530,7 +3531,7 @@ msgstr "Move to Another Project"
msgid "Move to Project"
msgstr "Move to Project"
-#: src/components/chat/TemplatesModal.tsx:797
+#: src/components/chat/TemplatesModal.tsx:809
msgid "My templates"
msgstr "My templates"
@@ -3553,7 +3554,7 @@ msgstr "Name A-Z"
msgid "Name is required"
msgstr "Name is required"
-#: src/components/settings/AccountSettingsCard.tsx:61
+#: src/components/settings/AccountSettingsCard.tsx:62
msgid "Name updated"
msgstr "Name updated"
@@ -3618,7 +3619,7 @@ msgid "Newest First"
msgstr "Newest First"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:464
+#: src/components/participant/ParticipantOnboardingCards.tsx:417
msgid "participant.button.next"
msgstr "Next"
@@ -3778,7 +3779,7 @@ msgstr "No tags found"
msgid "No tags have been added to this project yet. Add a tag using the text input above to get started."
msgstr "No tags have been added to this project yet. Add a tag using the text input above to get started."
-#: src/components/chat/TemplatesModal.tsx:812
+#: src/components/chat/TemplatesModal.tsx:824
msgid "No templates match '{searchQuery}'"
msgstr "No templates match '{searchQuery}'"
@@ -4104,7 +4105,7 @@ msgstr "Pick date and time"
msgid "Pick the approach that fits your question"
msgstr "Pick the approach that fits your question"
-#: src/components/chat/TemplatesModal.tsx:609
+#: src/components/chat/TemplatesModal.tsx:621
msgid "Pin"
msgstr "Pin"
@@ -4112,7 +4113,7 @@ msgstr "Pin"
msgid "Pin project"
msgstr "Pin project"
-#: src/components/chat/TemplatesModal.tsx:767
+#: src/components/chat/TemplatesModal.tsx:779
msgid "Pin templates here for quick access."
msgstr "Pin templates here for quick access."
@@ -4124,11 +4125,11 @@ msgstr "Pin templates here for quick access."
#~ msgid "pinned"
#~ msgstr "pinned"
-#: src/components/chat/TemplatesModal.tsx:608
+#: src/components/chat/TemplatesModal.tsx:620
msgid "Pinned is full (max 5)"
msgstr "Pinned is full (max 5)"
-#: src/components/chat/TemplatesModal.tsx:737
+#: src/components/chat/TemplatesModal.tsx:749
msgid "Pinned templates"
msgstr "Pinned templates"
@@ -4280,7 +4281,7 @@ msgstr "Please wait while we process your retranscription request. You will be r
msgid "Please wait while we verify your email address."
msgstr "Please wait while we verify your email address."
-#: src/components/settings/AccountSettingsCard.tsx:165
+#: src/components/settings/AccountSettingsCard.tsx:168
msgid "PNG, JPEG, or WebP. Will be cropped to a circle."
msgstr "PNG, JPEG, or WebP. Will be cropped to a circle."
@@ -4539,7 +4540,7 @@ msgid "Read aloud"
msgstr "Read aloud"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:311
+#: src/components/participant/ParticipantOnboardingCards.tsx:264
msgid "participant.ready.to.begin"
msgstr "Ready to Begin?"
@@ -4685,14 +4686,14 @@ msgstr "Reload Page"
msgid "Remind users to verify before finishing"
msgstr "Remind users to verify before finishing"
-#: src/components/settings/WhitelabelLogoCard.tsx:147
-#: src/components/settings/WhitelabelLogoCard.tsx:181
-#: src/components/settings/AccountSettingsCard.tsx:160
-#: src/components/settings/AccountSettingsCard.tsx:201
+#: src/components/settings/WhitelabelLogoCard.tsx:149
+#: src/components/settings/WhitelabelLogoCard.tsx:184
+#: src/components/settings/AccountSettingsCard.tsx:163
+#: src/components/settings/AccountSettingsCard.tsx:204
msgid "Remove"
msgstr "Remove"
-#: src/components/settings/AccountSettingsCard.tsx:198
+#: src/components/settings/AccountSettingsCard.tsx:201
msgid "Remove avatar"
msgstr "Remove avatar"
@@ -4718,7 +4719,7 @@ msgstr "Remove file"
msgid "Remove from this chat"
msgstr "Remove from this chat"
-#: src/components/settings/WhitelabelLogoCard.tsx:178
+#: src/components/settings/WhitelabelLogoCard.tsx:181
msgid "Remove logo"
msgstr "Remove logo"
@@ -4950,7 +4951,7 @@ msgstr "Run status:"
#: src/components/settings/LegalBasisSettingsCard.tsx:136
#: src/components/settings/ChangePasswordCard.tsx:103
-#: src/components/settings/AccountSettingsCard.tsx:188
+#: src/components/settings/AccountSettingsCard.tsx:191
#: src/components/project/CustomTopicModal.tsx:242
#: src/components/common/InputModal.tsx:85
#: src/components/chat/ChatAccordion.tsx:160
@@ -5046,7 +5047,7 @@ msgstr "Search projects..."
msgid "Search tags"
msgstr "Search tags"
-#: src/components/chat/TemplatesModal.tsx:675
+#: src/components/chat/TemplatesModal.tsx:687
msgid "Search templates..."
msgstr "Search templates..."
@@ -5343,7 +5344,7 @@ msgid "participant.button.verify_prompt.skip"
msgstr "Skip"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:335
+#: src/components/participant/ParticipantOnboardingCards.tsx:288
msgid "participant.mic.check.button.skip"
msgstr "Skip"
@@ -5550,7 +5551,7 @@ msgstr "Submit"
msgid "Success"
msgstr "Success"
-#: src/components/chat/TemplatesModal.tsx:665
+#: src/components/chat/TemplatesModal.tsx:677
msgid "Suggest dynamic suggestions based on your conversation."
msgstr "Suggest dynamic suggestions based on your conversation."
@@ -6240,7 +6241,7 @@ msgstr "Unknown"
msgid "Unknown reason"
msgstr "Unknown reason"
-#: src/components/chat/TemplatesModal.tsx:591
+#: src/components/chat/TemplatesModal.tsx:603
msgid "Unpin"
msgstr "Unpin"
@@ -6324,7 +6325,7 @@ msgstr "Upgrade to unlock Auto-select and analyze 10x more conversations in half
msgid "Upload"
msgstr "Upload"
-#: src/components/settings/WhitelabelLogoCard.tsx:119
+#: src/components/settings/WhitelabelLogoCard.tsx:121
msgid "Upload a custom logo to replace the Dembrane logo across the portal, dashboard, reports, and host guide."
msgstr "Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide."
@@ -6332,7 +6333,7 @@ msgstr "Upload a custom logo to replace the dembrane logo across the portal, das
#~ msgid "Upload Audio"
#~ msgstr "Upload Audio"
-#: src/components/settings/AccountSettingsCard.tsx:147
+#: src/components/settings/AccountSettingsCard.tsx:150
msgid "Upload avatar"
msgstr "Upload avatar"
@@ -6408,7 +6409,7 @@ msgstr "Use Shift + Enter to add a new line"
msgid "Username"
msgstr "Username"
-#: src/components/settings/WhitelabelLogoCard.tsx:153
+#: src/components/settings/WhitelabelLogoCard.tsx:155
msgid "Using default Dembrane logo"
msgstr "Using default dembrane logo"
@@ -6864,7 +6865,7 @@ msgstr "Your latest report generation was cancelled. Showing your most recent co
#~ msgid "Your library is empty. Create a library to see your first insights."
#~ msgstr "Your library is empty. Create a library to see your first insights."
-#: src/components/settings/AccountSettingsCard.tsx:175
+#: src/components/settings/AccountSettingsCard.tsx:178
msgid "Your name"
msgstr "Your name"
diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po
index fdb7452e..faec450c 100644
--- a/echo/frontend/src/locales/es-ES.po
+++ b/echo/frontend/src/locales/es-ES.po
@@ -398,7 +398,7 @@ msgstr "Se generará y publicará automáticamente un nuevo informe en el horari
msgid "A report is already being generated for this project. Please wait for it to complete."
msgstr "Ya se está generando un informe para este proyecto. Espera a que se complete."
-#: src/components/settings/AccountSettingsCard.tsx:126
+#: src/components/settings/AccountSettingsCard.tsx:128
msgid "Account"
msgstr "Cuenta"
@@ -616,7 +616,7 @@ msgstr "Todas las archivos se han subido correctamente."
#~ msgid "All templates"
#~ msgstr "Todas las plantillas"
-#: src/components/chat/TemplatesModal.tsx:783
+#: src/components/chat/TemplatesModal.tsx:795
msgid "All Templates"
msgstr "Todas las plantillas"
@@ -802,11 +802,11 @@ msgstr "¿Estás seguro de que quieres generar la biblioteca? Esto tomará un ti
msgid "Are you sure you want to regenerate the summary? You will lose the current summary."
msgstr "¿Estás seguro de que quieres regenerar el resumen? Perderás el resumen actual."
-#: src/components/settings/AccountSettingsCard.tsx:200
+#: src/components/settings/AccountSettingsCard.tsx:203
msgid "Are you sure you want to remove your avatar?"
msgstr "¿Está seguro de que desea eliminar su avatar?"
-#: src/components/settings/WhitelabelLogoCard.tsx:180
+#: src/components/settings/WhitelabelLogoCard.tsx:183
msgid "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
msgstr "¿Está seguro de que desea eliminar su logotipo personalizado? Se utilizará el logotipo predeterminado de dembrane."
@@ -964,11 +964,11 @@ msgstr "Enviar automáticamente los datos de la conversación a tus otras herram
msgid "Available"
msgstr "Disponible"
-#: src/components/settings/AccountSettingsCard.tsx:100
+#: src/components/settings/AccountSettingsCard.tsx:101
msgid "Avatar removed"
msgstr "Avatar eliminado"
-#: src/components/settings/AccountSettingsCard.tsx:83
+#: src/components/settings/AccountSettingsCard.tsx:84
msgid "Avatar updated"
msgstr "Avatar actualizado"
@@ -979,12 +979,12 @@ msgid "Back"
msgstr "Atrás"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:426
+#: src/components/participant/ParticipantOnboardingCards.tsx:379
msgid "participant.button.back.microphone"
msgstr "Volver"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:448
+#: src/components/participant/ParticipantOnboardingCards.tsx:401
#: src/components/layout/ParticipantHeader.tsx:86
msgid "participant.button.back"
msgstr "Volver"
@@ -1128,7 +1128,7 @@ msgstr "No se puede reprogramar dentro de los 10 minutos previos a la hora progr
msgid "Card"
msgstr "Tarjeta"
-#: src/components/language/LanguagePicker.tsx:131
+#: src/components/language/LanguagePicker.tsx:144
msgid "Change language"
msgstr "Cambiar idioma"
@@ -1143,7 +1143,7 @@ msgstr "Cambiar contraseña"
msgid "Changes will be saved automatically"
msgstr "Los cambios se guardarán automáticamente"
-#: src/components/language/LanguagePicker.tsx:133
+#: src/components/language/LanguagePicker.tsx:146
msgid "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
msgstr "Cambiar el idioma durante una conversación activa puede provocar resultados inesperados. Se recomienda iniciar una nueva conversación después de cambiar el idioma. ¿Estás seguro de que quieres continuar?"
@@ -1189,7 +1189,7 @@ msgstr "Revisa tu correo electrónico"
#~ msgid "Checking..."
#~ msgstr "Comprobando..."
-#: src/components/settings/WhitelabelLogoCard.tsx:168
+#: src/components/settings/WhitelabelLogoCard.tsx:171
msgid "Choose a logo file"
msgstr "Elegir un archivo de logo"
@@ -1370,17 +1370,17 @@ msgstr "Contexto añadido:"
#~ msgid "Context limit reached"
#~ msgstr "Límite de contexto alcanzado"
-#: src/components/chat/TemplatesModal.tsx:655
+#: src/components/chat/TemplatesModal.tsx:667
msgid "Contextual suggestions"
msgstr "Sugerencias contextuales"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:435
+#: src/components/participant/ParticipantOnboardingCards.tsx:388
#: src/components/participant/MicrophoneTest.tsx:407
msgid "participant.button.continue"
msgstr "Continuar"
-#: src/components/language/LanguagePicker.tsx:134
+#: src/components/language/LanguagePicker.tsx:147
msgid "Continue"
msgstr "Continuar"
@@ -1574,7 +1574,7 @@ msgstr "Crear nueva vista"
msgid "Create Report"
msgstr "Crear informe"
-#: src/components/chat/TemplatesModal.tsx:702
+#: src/components/chat/TemplatesModal.tsx:714
msgid "Create template"
msgstr "Crear plantilla"
@@ -1603,7 +1603,7 @@ msgstr "Crear Webhook"
msgid "Created on"
msgstr "Creado el"
-#: src/components/settings/AccountSettingsCard.tsx:221
+#: src/components/settings/AccountSettingsCard.tsx:224
msgid "Crop Avatar"
msgstr "Recortar avatar"
@@ -1611,11 +1611,11 @@ msgstr "Recortar avatar"
msgid "Crop Image"
msgstr "Recortar imagen"
-#: src/components/settings/WhitelabelLogoCard.tsx:200
+#: src/components/settings/WhitelabelLogoCard.tsx:203
msgid "Crop Logo"
msgstr "Recortar logo"
-#: src/components/settings/WhitelabelLogoCard.tsx:128
+#: src/components/settings/WhitelabelLogoCard.tsx:130
msgid "Current logo"
msgstr "Logo actual"
@@ -1635,7 +1635,7 @@ msgstr "Personalizado"
msgid "Custom Filename"
msgstr "Nombre de archivo personalizado"
-#: src/components/settings/WhitelabelLogoCard.tsx:115
+#: src/components/settings/WhitelabelLogoCard.tsx:117
msgid "Custom Logo"
msgstr "Logo personalizado"
@@ -1688,7 +1688,7 @@ msgstr "Delegación de análisis multi-paso con ejecución de herramientas en vi
#: src/components/conversation/ConversationDangerZone.tsx:87
#: src/components/chat/TemplatesModal.tsx:411
#: src/components/chat/TemplatesModal.tsx:469
-#: src/components/chat/TemplatesModal.tsx:572
+#: src/components/chat/TemplatesModal.tsx:584
#: src/components/chat/ChatAccordion.tsx:178
msgid "Delete"
msgstr "Eliminar"
@@ -1833,7 +1833,7 @@ msgstr "Desactivado"
#~ msgid "Display contextual suggestion pills in the chat"
#~ msgstr "Mostrar sugerencias contextuales en el chat"
-#: src/components/settings/AccountSettingsCard.tsx:172
+#: src/components/settings/AccountSettingsCard.tsx:175
msgid "Display name"
msgstr "Nombre para mostrar"
@@ -1903,6 +1903,7 @@ msgid "Drag to reorder"
msgstr "Arrastrar para reordenar"
#: src/components/chat/TemplatesModal.tsx:544
+#: src/components/chat/TemplatesModal.tsx:572
msgid "Duplicate"
msgstr "Duplicar"
@@ -2019,7 +2020,7 @@ msgstr "Editar Webhook"
#: src/routes/auth/Login.tsx:251
#: src/routes/auth/Login.tsx:255
-#: src/components/settings/AccountSettingsCard.tsx:179
+#: src/components/settings/AccountSettingsCard.tsx:182
#: src/components/common/RedactedText.tsx:38
msgid "Email"
msgstr "Correo electrónico"
@@ -2401,7 +2402,7 @@ msgstr "Error al regenerar el resumen. Por favor, inténtalo de nuevo más tarde
msgid "Failed to reload. Please try again."
msgstr "Error al recargar. Por favor, inténtalo de nuevo."
-#: src/components/settings/AccountSettingsCard.tsx:96
+#: src/components/settings/AccountSettingsCard.tsx:97
msgid "Failed to remove avatar"
msgstr "No se pudo eliminar el avatar"
@@ -2414,7 +2415,7 @@ msgstr "Error al eliminar la conversación del chat"
msgid "Failed to remove conversation from chat{0}"
msgstr "Error al eliminar la conversación del chat{0}"
-#: src/components/settings/WhitelabelLogoCard.tsx:85
+#: src/components/settings/WhitelabelLogoCard.tsx:86
msgid "Failed to remove logo"
msgstr "Error al eliminar el logo"
@@ -2446,7 +2447,7 @@ msgstr "Error al actualizar el tema personalizado"
msgid "Failed to update legal basis"
msgstr "Error al actualizar la base legal"
-#: src/components/settings/AccountSettingsCard.tsx:57
+#: src/components/settings/AccountSettingsCard.tsx:58
msgid "Failed to update name"
msgstr "No se pudo actualizar el nombre"
@@ -2454,11 +2455,11 @@ msgstr "No se pudo actualizar el nombre"
msgid "Failed to update pin"
msgstr "Error al actualizar el pin"
-#: src/components/settings/AccountSettingsCard.tsx:79
+#: src/components/settings/AccountSettingsCard.tsx:80
msgid "Failed to upload avatar"
msgstr "No se pudo subir el avatar"
-#: src/components/settings/WhitelabelLogoCard.tsx:62
+#: src/components/settings/WhitelabelLogoCard.tsx:63
msgid "Failed to upload logo"
msgstr "Error al subir el logo"
@@ -3147,11 +3148,11 @@ msgstr "Iniciar sesión | Dembrane"
msgid "Login as an existing user"
msgstr "Iniciar sesión como usuario existente"
-#: src/components/settings/WhitelabelLogoCard.tsx:89
+#: src/components/settings/WhitelabelLogoCard.tsx:90
msgid "Logo removed"
msgstr "Logo eliminado"
-#: src/components/settings/WhitelabelLogoCard.tsx:66
+#: src/components/settings/WhitelabelLogoCard.tsx:67
msgid "Logo updated"
msgstr "Logo actualizado"
@@ -3246,7 +3247,7 @@ msgstr "Mover a otro Proyecto"
msgid "Move to Project"
msgstr "Mover a Proyecto"
-#: src/components/chat/TemplatesModal.tsx:797
+#: src/components/chat/TemplatesModal.tsx:809
msgid "My templates"
msgstr "Mis plantillas"
@@ -3269,7 +3270,7 @@ msgstr "Nombre A-Z"
msgid "Name is required"
msgstr "El nombre es requerido"
-#: src/components/settings/AccountSettingsCard.tsx:61
+#: src/components/settings/AccountSettingsCard.tsx:62
msgid "Name updated"
msgstr "Nombre actualizado"
@@ -3333,7 +3334,7 @@ msgid "Newest First"
msgstr "Más nuevos primero"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:464
+#: src/components/participant/ParticipantOnboardingCards.tsx:417
msgid "participant.button.next"
msgstr "Siguiente"
@@ -3486,7 +3487,7 @@ msgstr "No se encontraron etiquetas"
msgid "No tags have been added to this project yet. Add a tag using the text input above to get started."
msgstr "Aún no se han añadido etiquetas a este proyecto. Añade una etiqueta usando el campo de texto de arriba para comenzar."
-#: src/components/chat/TemplatesModal.tsx:812
+#: src/components/chat/TemplatesModal.tsx:824
msgid "No templates match '{searchQuery}'"
msgstr "Ninguna plantilla coincide con '{searchQuery}'"
@@ -3906,7 +3907,7 @@ msgstr "Seleccionar fecha y hora"
msgid "Pick the approach that fits your question"
msgstr "Elige el enfoque que encaje con tu pregunta"
-#: src/components/chat/TemplatesModal.tsx:609
+#: src/components/chat/TemplatesModal.tsx:621
msgid "Pin"
msgstr "Fijar"
@@ -3914,7 +3915,7 @@ msgstr "Fijar"
msgid "Pin project"
msgstr "Fijar proyecto"
-#: src/components/chat/TemplatesModal.tsx:767
+#: src/components/chat/TemplatesModal.tsx:779
msgid "Pin templates here for quick access."
msgstr "Fije plantillas aquí para acceso rápido."
@@ -3926,11 +3927,11 @@ msgstr "Fije plantillas aquí para acceso rápido."
#~ msgid "pinned"
#~ msgstr "fijados"
-#: src/components/chat/TemplatesModal.tsx:608
+#: src/components/chat/TemplatesModal.tsx:620
msgid "Pinned is full (max 5)"
msgstr "Fijados está lleno (máx. 5)"
-#: src/components/chat/TemplatesModal.tsx:737
+#: src/components/chat/TemplatesModal.tsx:749
msgid "Pinned templates"
msgstr "Plantillas fijadas"
@@ -4072,7 +4073,7 @@ msgstr "Por favor, espera mientras procesamos tu solicitud de retranscripción.
msgid "Please wait while we verify your email address."
msgstr "Por favor, espera mientras verificamos tu dirección de correo electrónico."
-#: src/components/settings/AccountSettingsCard.tsx:165
+#: src/components/settings/AccountSettingsCard.tsx:168
msgid "PNG, JPEG, or WebP. Will be cropped to a circle."
msgstr "PNG, JPEG o WebP. Se recortará en un círculo."
@@ -4310,7 +4311,7 @@ msgid "Read aloud"
msgstr "Leer en voz alta"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:311
+#: src/components/participant/ParticipantOnboardingCards.tsx:264
msgid "participant.ready.to.begin"
msgstr "¿Listo para comenzar?"
@@ -4450,14 +4451,14 @@ msgstr "Recargar página"
msgid "Remind users to verify before finishing"
msgstr "Recordar a los usuarios que verifiquen antes de finalizar"
-#: src/components/settings/WhitelabelLogoCard.tsx:147
-#: src/components/settings/WhitelabelLogoCard.tsx:181
-#: src/components/settings/AccountSettingsCard.tsx:160
-#: src/components/settings/AccountSettingsCard.tsx:201
+#: src/components/settings/WhitelabelLogoCard.tsx:149
+#: src/components/settings/WhitelabelLogoCard.tsx:184
+#: src/components/settings/AccountSettingsCard.tsx:163
+#: src/components/settings/AccountSettingsCard.tsx:204
msgid "Remove"
msgstr "Eliminar"
-#: src/components/settings/AccountSettingsCard.tsx:198
+#: src/components/settings/AccountSettingsCard.tsx:201
msgid "Remove avatar"
msgstr "Eliminar avatar"
@@ -4483,7 +4484,7 @@ msgstr "Eliminar archivo"
msgid "Remove from this chat"
msgstr "Eliminar de este chat"
-#: src/components/settings/WhitelabelLogoCard.tsx:178
+#: src/components/settings/WhitelabelLogoCard.tsx:181
msgid "Remove logo"
msgstr "Eliminar logotipo"
@@ -4706,7 +4707,7 @@ msgstr "Estado de la ejecución:"
#: src/components/settings/LegalBasisSettingsCard.tsx:136
#: src/components/settings/ChangePasswordCard.tsx:103
-#: src/components/settings/AccountSettingsCard.tsx:188
+#: src/components/settings/AccountSettingsCard.tsx:191
#: src/components/project/CustomTopicModal.tsx:242
#: src/components/common/InputModal.tsx:85
#: src/components/chat/ChatAccordion.tsx:160
@@ -4802,7 +4803,7 @@ msgstr "Buscar proyectos..."
msgid "Search tags"
msgstr "Buscar etiquetas"
-#: src/components/chat/TemplatesModal.tsx:675
+#: src/components/chat/TemplatesModal.tsx:687
msgid "Search templates..."
msgstr "Buscar templates..."
@@ -5090,7 +5091,7 @@ msgid "participant.button.verify_prompt.skip"
msgstr "Omitir"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:335
+#: src/components/participant/ParticipantOnboardingCards.tsx:288
msgid "participant.mic.check.button.skip"
msgstr "Omitir"
@@ -5287,7 +5288,7 @@ msgstr "Enviar"
msgid "Success"
msgstr "Éxito"
-#: src/components/chat/TemplatesModal.tsx:665
+#: src/components/chat/TemplatesModal.tsx:677
msgid "Suggest dynamic suggestions based on your conversation."
msgstr "Sugerir sugerencias dinámicas basadas en su conversación."
@@ -5933,7 +5934,7 @@ msgstr "Desconocido"
msgid "Unknown reason"
msgstr "Razón desconocida"
-#: src/components/chat/TemplatesModal.tsx:591
+#: src/components/chat/TemplatesModal.tsx:603
msgid "Unpin"
msgstr "Desfijar"
@@ -6017,14 +6018,14 @@ msgstr "Actualiza para desbloquear la selección automática y analizar 10 veces
msgid "Upload"
msgstr "Subir"
-#: src/components/settings/WhitelabelLogoCard.tsx:119
+#: src/components/settings/WhitelabelLogoCard.tsx:121
msgid "Upload a custom logo to replace the Dembrane logo across the portal, dashboard, reports, and host guide."
msgstr "Sube un logo personalizado para reemplazar el logo de dembrane en el portal, panel de control, informes y guía de host."
#~ msgid "Upload Audio"
#~ msgstr "Subir Audio"
-#: src/components/settings/AccountSettingsCard.tsx:147
+#: src/components/settings/AccountSettingsCard.tsx:150
msgid "Upload avatar"
msgstr "Subir avatar"
@@ -6096,7 +6097,7 @@ msgstr "Usa Shift + Enter para agregar una nueva línea"
msgid "Username"
msgstr "Nombre de usuario"
-#: src/components/settings/WhitelabelLogoCard.tsx:153
+#: src/components/settings/WhitelabelLogoCard.tsx:155
msgid "Using default Dembrane logo"
msgstr "Usando el logo de dembrane por defecto"
@@ -6523,7 +6524,7 @@ msgstr "La generación de tu último informe fue cancelada. Se muestra tu inform
#~ msgid "Your library is empty. Create a library to see your first insights."
#~ msgstr "Tu biblioteca está vacía. Crea una biblioteca para ver tus primeros insights."
-#: src/components/settings/AccountSettingsCard.tsx:175
+#: src/components/settings/AccountSettingsCard.tsx:178
msgid "Your name"
msgstr "Su nombre"
diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po
index 37293fac..4297ad46 100644
--- a/echo/frontend/src/locales/fr-FR.po
+++ b/echo/frontend/src/locales/fr-FR.po
@@ -413,7 +413,7 @@ msgstr "Un nouveau rapport sera automatiquement généré et publié à l'heure
msgid "A report is already being generated for this project. Please wait for it to complete."
msgstr "Un rapport est déjà en cours de génération pour ce projet. Veuillez attendre qu'il soit terminé."
-#: src/components/settings/AccountSettingsCard.tsx:126
+#: src/components/settings/AccountSettingsCard.tsx:128
msgid "Account"
msgstr "Compte"
@@ -631,7 +631,7 @@ msgstr "Tous les fichiers ont été téléchargés avec succès."
#~ msgid "All templates"
#~ msgstr "Tous les modèles"
-#: src/components/chat/TemplatesModal.tsx:783
+#: src/components/chat/TemplatesModal.tsx:795
msgid "All Templates"
msgstr "Tous les modèles"
@@ -817,11 +817,11 @@ msgstr "Êtes-vous sûr de vouloir générer la bibliothèque ? Cela prendra du
msgid "Are you sure you want to regenerate the summary? You will lose the current summary."
msgstr "Êtes-vous sûr de vouloir régénérer le résumé ? Vous perdrez le résumé actuel."
-#: src/components/settings/AccountSettingsCard.tsx:200
+#: src/components/settings/AccountSettingsCard.tsx:203
msgid "Are you sure you want to remove your avatar?"
msgstr "Êtes-vous sûr de vouloir supprimer votre avatar ?"
-#: src/components/settings/WhitelabelLogoCard.tsx:180
+#: src/components/settings/WhitelabelLogoCard.tsx:183
msgid "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
msgstr "Êtes-vous sûr de vouloir supprimer votre logo personnalisé ? Le logo dembrane par défaut sera utilisé à la place."
@@ -979,11 +979,11 @@ msgstr "Envoyer automatiquement les données de conversation à vos autres outil
msgid "Available"
msgstr "Disponible"
-#: src/components/settings/AccountSettingsCard.tsx:100
+#: src/components/settings/AccountSettingsCard.tsx:101
msgid "Avatar removed"
msgstr "Avatar supprimé"
-#: src/components/settings/AccountSettingsCard.tsx:83
+#: src/components/settings/AccountSettingsCard.tsx:84
msgid "Avatar updated"
msgstr "Avatar mis à jour"
@@ -994,12 +994,12 @@ msgid "Back"
msgstr "Retour"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:426
+#: src/components/participant/ParticipantOnboardingCards.tsx:379
msgid "participant.button.back.microphone"
msgstr "Retour"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:448
+#: src/components/participant/ParticipantOnboardingCards.tsx:401
#: src/components/layout/ParticipantHeader.tsx:86
msgid "participant.button.back"
msgstr "Retour"
@@ -1143,7 +1143,7 @@ msgstr "Impossible de reprogrammer dans les 10 minutes précédant l'heure prév
msgid "Card"
msgstr "Carte"
-#: src/components/language/LanguagePicker.tsx:131
+#: src/components/language/LanguagePicker.tsx:144
msgid "Change language"
msgstr "Changer de langue"
@@ -1158,7 +1158,7 @@ msgstr "Changer le mot de passe"
msgid "Changes will be saved automatically"
msgstr "Les modifications seront enregistrées automatiquement"
-#: src/components/language/LanguagePicker.tsx:133
+#: src/components/language/LanguagePicker.tsx:146
msgid "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
msgstr "Changer de langue pendant une conversation active peut provoquer des résultats inattendus. Il est recommandé de commencer une nouvelle conversation après avoir changé la langue. Êtes-vous sûr de vouloir continuer ?"
@@ -1204,7 +1204,7 @@ msgstr "Vérifiez votre e-mail"
#~ msgid "Checking..."
#~ msgstr "Vérification..."
-#: src/components/settings/WhitelabelLogoCard.tsx:168
+#: src/components/settings/WhitelabelLogoCard.tsx:171
msgid "Choose a logo file"
msgstr "Choisir un fichier logo"
@@ -1385,17 +1385,17 @@ msgstr "Contexte ajouté :"
#~ msgid "Context limit reached"
#~ msgstr "Limite de contexte atteinte"
-#: src/components/chat/TemplatesModal.tsx:655
+#: src/components/chat/TemplatesModal.tsx:667
msgid "Contextual suggestions"
msgstr "Suggestions contextuelles"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:435
+#: src/components/participant/ParticipantOnboardingCards.tsx:388
#: src/components/participant/MicrophoneTest.tsx:407
msgid "participant.button.continue"
msgstr "Continuer"
-#: src/components/language/LanguagePicker.tsx:134
+#: src/components/language/LanguagePicker.tsx:147
msgid "Continue"
msgstr "Continuer"
@@ -1589,7 +1589,7 @@ msgstr "Créer une nouvelle vue"
msgid "Create Report"
msgstr "Créer un rapport"
-#: src/components/chat/TemplatesModal.tsx:702
+#: src/components/chat/TemplatesModal.tsx:714
msgid "Create template"
msgstr "Créer un modèle"
@@ -1618,7 +1618,7 @@ msgstr "Créer un webhook"
msgid "Created on"
msgstr "Créé le"
-#: src/components/settings/AccountSettingsCard.tsx:221
+#: src/components/settings/AccountSettingsCard.tsx:224
msgid "Crop Avatar"
msgstr "Recadrer l'avatar"
@@ -1626,11 +1626,11 @@ msgstr "Recadrer l'avatar"
msgid "Crop Image"
msgstr "Recadrer l'image"
-#: src/components/settings/WhitelabelLogoCard.tsx:200
+#: src/components/settings/WhitelabelLogoCard.tsx:203
msgid "Crop Logo"
msgstr "Recadrer le logo"
-#: src/components/settings/WhitelabelLogoCard.tsx:128
+#: src/components/settings/WhitelabelLogoCard.tsx:130
msgid "Current logo"
msgstr "Logo actuel"
@@ -1650,7 +1650,7 @@ msgstr "Personnalisé"
msgid "Custom Filename"
msgstr "Nom de fichier personnalisé"
-#: src/components/settings/WhitelabelLogoCard.tsx:115
+#: src/components/settings/WhitelabelLogoCard.tsx:117
msgid "Custom Logo"
msgstr "Logo personnalisé"
@@ -1703,7 +1703,7 @@ msgstr "Déléguer une analyse multi-étapes avec l'exécution en direct des out
#: src/components/conversation/ConversationDangerZone.tsx:87
#: src/components/chat/TemplatesModal.tsx:411
#: src/components/chat/TemplatesModal.tsx:469
-#: src/components/chat/TemplatesModal.tsx:572
+#: src/components/chat/TemplatesModal.tsx:584
#: src/components/chat/ChatAccordion.tsx:178
msgid "Delete"
msgstr "Supprimer"
@@ -1848,7 +1848,7 @@ msgstr "Désactivé"
#~ msgid "Display contextual suggestion pills in the chat"
#~ msgstr "Afficher les suggestions contextuelles dans le chat"
-#: src/components/settings/AccountSettingsCard.tsx:172
+#: src/components/settings/AccountSettingsCard.tsx:175
msgid "Display name"
msgstr "Nom d'affichage"
@@ -1918,6 +1918,7 @@ msgid "Drag to reorder"
msgstr "Glisser pour réorganiser"
#: src/components/chat/TemplatesModal.tsx:544
+#: src/components/chat/TemplatesModal.tsx:572
msgid "Duplicate"
msgstr "Dupliquer"
@@ -2034,7 +2035,7 @@ msgstr "Modifier le webhook"
#: src/routes/auth/Login.tsx:251
#: src/routes/auth/Login.tsx:255
-#: src/components/settings/AccountSettingsCard.tsx:179
+#: src/components/settings/AccountSettingsCard.tsx:182
#: src/components/common/RedactedText.tsx:38
msgid "Email"
msgstr "E-mail"
@@ -2416,7 +2417,7 @@ msgstr "Échec de la régénération du résumé. Veuillez réessayer plus tard.
msgid "Failed to reload. Please try again."
msgstr "Échec du rechargement. Veuillez réessayer."
-#: src/components/settings/AccountSettingsCard.tsx:96
+#: src/components/settings/AccountSettingsCard.tsx:97
msgid "Failed to remove avatar"
msgstr "Impossible de supprimer l'avatar"
@@ -2429,7 +2430,7 @@ msgstr "Échec de la suppression de la conversation de la discussion"
msgid "Failed to remove conversation from chat{0}"
msgstr "Échec de la suppression de la conversation de la discussion{0}"
-#: src/components/settings/WhitelabelLogoCard.tsx:85
+#: src/components/settings/WhitelabelLogoCard.tsx:86
msgid "Failed to remove logo"
msgstr "Échec de la suppression du logo"
@@ -2461,7 +2462,7 @@ msgstr "Échec de la mise à jour du sujet personnalisé"
msgid "Failed to update legal basis"
msgstr "Échec de la mise à jour de la base juridique"
-#: src/components/settings/AccountSettingsCard.tsx:57
+#: src/components/settings/AccountSettingsCard.tsx:58
msgid "Failed to update name"
msgstr "Impossible de mettre à jour le nom"
@@ -2469,11 +2470,11 @@ msgstr "Impossible de mettre à jour le nom"
msgid "Failed to update pin"
msgstr "Échec de la mise à jour de l'épingle"
-#: src/components/settings/AccountSettingsCard.tsx:79
+#: src/components/settings/AccountSettingsCard.tsx:80
msgid "Failed to upload avatar"
msgstr "Impossible de télécharger l'avatar"
-#: src/components/settings/WhitelabelLogoCard.tsx:62
+#: src/components/settings/WhitelabelLogoCard.tsx:63
msgid "Failed to upload logo"
msgstr "Échec du téléchargement du logo"
@@ -3162,11 +3163,11 @@ msgstr "Connexion | Dembrane"
msgid "Login as an existing user"
msgstr "Se connecter en tant qu'utilisateur existant"
-#: src/components/settings/WhitelabelLogoCard.tsx:89
+#: src/components/settings/WhitelabelLogoCard.tsx:90
msgid "Logo removed"
msgstr "Logo supprimé"
-#: src/components/settings/WhitelabelLogoCard.tsx:66
+#: src/components/settings/WhitelabelLogoCard.tsx:67
msgid "Logo updated"
msgstr "Logo mis à jour"
@@ -3261,7 +3262,7 @@ msgstr "Déplacer vers un autre projet"
msgid "Move to Project"
msgstr "Déplacer vers un projet"
-#: src/components/chat/TemplatesModal.tsx:797
+#: src/components/chat/TemplatesModal.tsx:809
msgid "My templates"
msgstr "Mes modèles"
@@ -3284,7 +3285,7 @@ msgstr "Nom A-Z"
msgid "Name is required"
msgstr "Le nom est requis"
-#: src/components/settings/AccountSettingsCard.tsx:61
+#: src/components/settings/AccountSettingsCard.tsx:62
msgid "Name updated"
msgstr "Nom mis à jour"
@@ -3348,7 +3349,7 @@ msgid "Newest First"
msgstr "Plus récent en premier"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:464
+#: src/components/participant/ParticipantOnboardingCards.tsx:417
msgid "participant.button.next"
msgstr "Suivant"
@@ -3501,7 +3502,7 @@ msgstr "Aucune étiquette trouvée"
msgid "No tags have been added to this project yet. Add a tag using the text input above to get started."
msgstr "Aucune étiquette n'a encore été ajoutée à ce projet. Ajoutez une étiquette en utilisant le champ de texte ci-dessus pour commencer."
-#: src/components/chat/TemplatesModal.tsx:812
+#: src/components/chat/TemplatesModal.tsx:824
msgid "No templates match '{searchQuery}'"
msgstr "Aucun modèle ne correspond à '{searchQuery}'"
@@ -3921,7 +3922,7 @@ msgstr "Choisir la date et l'heure"
msgid "Pick the approach that fits your question"
msgstr "Choisis l’approche qui correspond à ta question"
-#: src/components/chat/TemplatesModal.tsx:609
+#: src/components/chat/TemplatesModal.tsx:621
msgid "Pin"
msgstr "Épingler"
@@ -3929,7 +3930,7 @@ msgstr "Épingler"
msgid "Pin project"
msgstr "Épingler le projet"
-#: src/components/chat/TemplatesModal.tsx:767
+#: src/components/chat/TemplatesModal.tsx:779
msgid "Pin templates here for quick access."
msgstr "Épinglez des modèles ici pour un accès rapide."
@@ -3941,11 +3942,11 @@ msgstr "Épinglez des modèles ici pour un accès rapide."
#~ msgid "pinned"
#~ msgstr "épinglé"
-#: src/components/chat/TemplatesModal.tsx:608
+#: src/components/chat/TemplatesModal.tsx:620
msgid "Pinned is full (max 5)"
msgstr "Épinglés est plein (max 5)"
-#: src/components/chat/TemplatesModal.tsx:737
+#: src/components/chat/TemplatesModal.tsx:749
msgid "Pinned templates"
msgstr "Modèles épinglés"
@@ -4087,7 +4088,7 @@ msgstr "Veuillez patienter pendant que nous traitons votre demande de retranscri
msgid "Please wait while we verify your email address."
msgstr "Veuillez patienter pendant que nous vérifions votre adresse e-mail."
-#: src/components/settings/AccountSettingsCard.tsx:165
+#: src/components/settings/AccountSettingsCard.tsx:168
msgid "PNG, JPEG, or WebP. Will be cropped to a circle."
msgstr "PNG, JPEG ou WebP. Sera recadré en cercle."
@@ -4325,7 +4326,7 @@ msgid "Read aloud"
msgstr "Lire à haute voix"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:311
+#: src/components/participant/ParticipantOnboardingCards.tsx:264
msgid "participant.ready.to.begin"
msgstr "Prêt à commencer"
@@ -4465,14 +4466,14 @@ msgstr "Recharger la page"
msgid "Remind users to verify before finishing"
msgstr "Rappeler aux utilisateurs de vérifier avant de finir"
-#: src/components/settings/WhitelabelLogoCard.tsx:147
-#: src/components/settings/WhitelabelLogoCard.tsx:181
-#: src/components/settings/AccountSettingsCard.tsx:160
-#: src/components/settings/AccountSettingsCard.tsx:201
+#: src/components/settings/WhitelabelLogoCard.tsx:149
+#: src/components/settings/WhitelabelLogoCard.tsx:184
+#: src/components/settings/AccountSettingsCard.tsx:163
+#: src/components/settings/AccountSettingsCard.tsx:204
msgid "Remove"
msgstr "Supprimer"
-#: src/components/settings/AccountSettingsCard.tsx:198
+#: src/components/settings/AccountSettingsCard.tsx:201
msgid "Remove avatar"
msgstr "Supprimer l'avatar"
@@ -4498,7 +4499,7 @@ msgstr "Supprimer le fichier"
msgid "Remove from this chat"
msgstr "Supprimer de cette conversation"
-#: src/components/settings/WhitelabelLogoCard.tsx:178
+#: src/components/settings/WhitelabelLogoCard.tsx:181
msgid "Remove logo"
msgstr "Supprimer le logo"
@@ -4721,7 +4722,7 @@ msgstr "Statut de l'exécution:"
#: src/components/settings/LegalBasisSettingsCard.tsx:136
#: src/components/settings/ChangePasswordCard.tsx:103
-#: src/components/settings/AccountSettingsCard.tsx:188
+#: src/components/settings/AccountSettingsCard.tsx:191
#: src/components/project/CustomTopicModal.tsx:242
#: src/components/common/InputModal.tsx:85
#: src/components/chat/ChatAccordion.tsx:160
@@ -4817,7 +4818,7 @@ msgstr "Rechercher des projets..."
msgid "Search tags"
msgstr "Rechercher des tags"
-#: src/components/chat/TemplatesModal.tsx:675
+#: src/components/chat/TemplatesModal.tsx:687
msgid "Search templates..."
msgstr "Rechercher des templates..."
@@ -5105,7 +5106,7 @@ msgid "participant.button.verify_prompt.skip"
msgstr "Passer"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:335
+#: src/components/participant/ParticipantOnboardingCards.tsx:288
msgid "participant.mic.check.button.skip"
msgstr "Passer"
@@ -5302,7 +5303,7 @@ msgstr "Envoyer"
msgid "Success"
msgstr "Succès"
-#: src/components/chat/TemplatesModal.tsx:665
+#: src/components/chat/TemplatesModal.tsx:677
msgid "Suggest dynamic suggestions based on your conversation."
msgstr "Suggérer des suggestions dynamiques basées sur votre conversation."
@@ -5948,7 +5949,7 @@ msgstr "Inconnu"
msgid "Unknown reason"
msgstr "Raison inconnue"
-#: src/components/chat/TemplatesModal.tsx:591
+#: src/components/chat/TemplatesModal.tsx:603
msgid "Unpin"
msgstr "Détacher"
@@ -6032,14 +6033,14 @@ msgstr "Mettre à niveau pour débloquer la sélection automatique et analyser 1
msgid "Upload"
msgstr "Télécharger"
-#: src/components/settings/WhitelabelLogoCard.tsx:119
+#: src/components/settings/WhitelabelLogoCard.tsx:121
msgid "Upload a custom logo to replace the Dembrane logo across the portal, dashboard, reports, and host guide."
msgstr "Téléchargez un logo personnalisé pour remplacer le logo dembrane sur le portail, le tableau de bord, les rapports et le guide de l'hôte."
#~ msgid "Upload Audio"
#~ msgstr "Télécharger l'audio"
-#: src/components/settings/AccountSettingsCard.tsx:147
+#: src/components/settings/AccountSettingsCard.tsx:150
msgid "Upload avatar"
msgstr "Télécharger un avatar"
@@ -6111,7 +6112,7 @@ msgstr "Utilisez Shift + Entrée pour ajouter une nouvelle ligne"
msgid "Username"
msgstr "Nom d'utilisateur"
-#: src/components/settings/WhitelabelLogoCard.tsx:153
+#: src/components/settings/WhitelabelLogoCard.tsx:155
msgid "Using default Dembrane logo"
msgstr "Utilisation du logo dembrane par défaut"
@@ -6542,7 +6543,7 @@ msgstr "La génération de votre dernier rapport a été annulée. Affichage de
#~ msgid "Your library is empty. Create a library to see your first insights."
#~ msgstr "Votre bibliothèque est vide. Créez une bibliothèque pour voir vos premières perspectives."
-#: src/components/settings/AccountSettingsCard.tsx:175
+#: src/components/settings/AccountSettingsCard.tsx:178
msgid "Your name"
msgstr "Votre nom"
diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po
index e2c3a3be..e0731106 100644
--- a/echo/frontend/src/locales/it-IT.po
+++ b/echo/frontend/src/locales/it-IT.po
@@ -587,7 +587,7 @@ msgstr "A new report will be automatically generated and published at the schedu
msgid "A report is already being generated for this project. Please wait for it to complete."
msgstr "A report is already being generated for this project. Please wait for it to complete."
-#: src/components/settings/AccountSettingsCard.tsx:126
+#: src/components/settings/AccountSettingsCard.tsx:128
msgid "Account"
msgstr "Account"
@@ -807,7 +807,7 @@ msgstr "All files were uploaded successfully."
#~ msgid "All templates"
#~ msgstr "All templates"
-#: src/components/chat/TemplatesModal.tsx:783
+#: src/components/chat/TemplatesModal.tsx:795
msgid "All Templates"
msgstr "All Templates"
@@ -1007,11 +1007,11 @@ msgstr "Are you sure you want to generate the library? This will take a while an
msgid "Are you sure you want to regenerate the summary? You will lose the current summary."
msgstr "Are you sure you want to regenerate the summary? You will lose the current summary."
-#: src/components/settings/AccountSettingsCard.tsx:200
+#: src/components/settings/AccountSettingsCard.tsx:203
msgid "Are you sure you want to remove your avatar?"
msgstr "Are you sure you want to remove your avatar?"
-#: src/components/settings/WhitelabelLogoCard.tsx:180
+#: src/components/settings/WhitelabelLogoCard.tsx:183
msgid "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
msgstr "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
@@ -1174,11 +1174,11 @@ msgstr "Automatically send conversation data to your other tools and services wh
msgid "Available"
msgstr "Available"
-#: src/components/settings/AccountSettingsCard.tsx:100
+#: src/components/settings/AccountSettingsCard.tsx:101
msgid "Avatar removed"
msgstr "Avatar removed"
-#: src/components/settings/AccountSettingsCard.tsx:83
+#: src/components/settings/AccountSettingsCard.tsx:84
msgid "Avatar updated"
msgstr "Avatar updated"
@@ -1189,12 +1189,12 @@ msgid "Back"
msgstr "Back"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:426
+#: src/components/participant/ParticipantOnboardingCards.tsx:379
msgid "participant.button.back.microphone"
msgstr "Back"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:448
+#: src/components/participant/ParticipantOnboardingCards.tsx:401
#: src/components/layout/ParticipantHeader.tsx:86
msgid "participant.button.back"
msgstr "Back"
@@ -1342,7 +1342,7 @@ msgstr "Cannot reschedule within 10 minutes of the scheduled time"
msgid "Card"
msgstr "Card"
-#: src/components/language/LanguagePicker.tsx:131
+#: src/components/language/LanguagePicker.tsx:144
msgid "Change language"
msgstr "Change language"
@@ -1358,7 +1358,7 @@ msgstr "Change password"
msgid "Changes will be saved automatically"
msgstr "Changes will be saved automatically"
-#: src/components/language/LanguagePicker.tsx:133
+#: src/components/language/LanguagePicker.tsx:146
msgid "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
msgstr "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
@@ -1406,7 +1406,7 @@ msgstr "Check your email"
#~ msgid "Checking..."
#~ msgstr "Checking..."
-#: src/components/settings/WhitelabelLogoCard.tsx:168
+#: src/components/settings/WhitelabelLogoCard.tsx:171
msgid "Choose a logo file"
msgstr "Choose a logo file"
@@ -1591,17 +1591,17 @@ msgstr "Context added:"
#~ msgid "Context limit reached"
#~ msgstr "Context limit reached"
-#: src/components/chat/TemplatesModal.tsx:655
+#: src/components/chat/TemplatesModal.tsx:667
msgid "Contextual suggestions"
msgstr "Contextual suggestions"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:435
+#: src/components/participant/ParticipantOnboardingCards.tsx:388
#: src/components/participant/MicrophoneTest.tsx:407
msgid "participant.button.continue"
msgstr "Continue"
-#: src/components/language/LanguagePicker.tsx:134
+#: src/components/language/LanguagePicker.tsx:147
msgid "Continue"
msgstr "Continue"
@@ -1799,7 +1799,7 @@ msgstr "Create new view"
msgid "Create Report"
msgstr "Create Report"
-#: src/components/chat/TemplatesModal.tsx:702
+#: src/components/chat/TemplatesModal.tsx:714
msgid "Create template"
msgstr "Create template"
@@ -1828,7 +1828,7 @@ msgstr "Create Webhook"
msgid "Created on"
msgstr "Created on"
-#: src/components/settings/AccountSettingsCard.tsx:221
+#: src/components/settings/AccountSettingsCard.tsx:224
msgid "Crop Avatar"
msgstr "Crop Avatar"
@@ -1836,11 +1836,11 @@ msgstr "Crop Avatar"
msgid "Crop Image"
msgstr "Crop Image"
-#: src/components/settings/WhitelabelLogoCard.tsx:200
+#: src/components/settings/WhitelabelLogoCard.tsx:203
msgid "Crop Logo"
msgstr "Crop Logo"
-#: src/components/settings/WhitelabelLogoCard.tsx:128
+#: src/components/settings/WhitelabelLogoCard.tsx:130
msgid "Current logo"
msgstr "Current logo"
@@ -1860,7 +1860,7 @@ msgstr "Custom"
msgid "Custom Filename"
msgstr "Custom Filename"
-#: src/components/settings/WhitelabelLogoCard.tsx:115
+#: src/components/settings/WhitelabelLogoCard.tsx:117
msgid "Custom Logo"
msgstr "Custom Logo"
@@ -1902,7 +1902,7 @@ msgstr "Delegate multi-step analysis with live tool execution"
#: src/components/conversation/ConversationDangerZone.tsx:87
#: src/components/chat/TemplatesModal.tsx:411
#: src/components/chat/TemplatesModal.tsx:469
-#: src/components/chat/TemplatesModal.tsx:572
+#: src/components/chat/TemplatesModal.tsx:584
#: src/components/chat/ChatAccordion.tsx:178
msgid "Delete"
msgstr "Delete"
@@ -2054,7 +2054,7 @@ msgstr "Disabled"
#~ msgid "Display contextual suggestion pills in the chat"
#~ msgstr "Display contextual suggestion pills in the chat"
-#: src/components/settings/AccountSettingsCard.tsx:172
+#: src/components/settings/AccountSettingsCard.tsx:175
msgid "Display name"
msgstr "Display name"
@@ -2128,6 +2128,7 @@ msgid "Drag to reorder"
msgstr "Drag to reorder"
#: src/components/chat/TemplatesModal.tsx:544
+#: src/components/chat/TemplatesModal.tsx:572
msgid "Duplicate"
msgstr "Duplicate"
@@ -2253,7 +2254,7 @@ msgstr "Edit Webhook"
#: src/routes/auth/Login.tsx:251
#: src/routes/auth/Login.tsx:255
-#: src/components/settings/AccountSettingsCard.tsx:179
+#: src/components/settings/AccountSettingsCard.tsx:182
#: src/components/common/RedactedText.tsx:38
msgid "Email"
msgstr "Email"
@@ -2658,7 +2659,7 @@ msgstr "Failed to regenerate the summary. Please try again later."
msgid "Failed to reload. Please try again."
msgstr "Failed to reload. Please try again."
-#: src/components/settings/AccountSettingsCard.tsx:96
+#: src/components/settings/AccountSettingsCard.tsx:97
msgid "Failed to remove avatar"
msgstr "Failed to remove avatar"
@@ -2671,7 +2672,7 @@ msgstr "Failed to remove conversation from chat"
msgid "Failed to remove conversation from chat{0}"
msgstr "Failed to remove conversation from chat{0}"
-#: src/components/settings/WhitelabelLogoCard.tsx:85
+#: src/components/settings/WhitelabelLogoCard.tsx:86
msgid "Failed to remove logo"
msgstr "Failed to remove logo"
@@ -2703,7 +2704,7 @@ msgstr "Failed to update custom topic"
msgid "Failed to update legal basis"
msgstr "Failed to update legal basis"
-#: src/components/settings/AccountSettingsCard.tsx:57
+#: src/components/settings/AccountSettingsCard.tsx:58
msgid "Failed to update name"
msgstr "Failed to update name"
@@ -2711,11 +2712,11 @@ msgstr "Failed to update name"
msgid "Failed to update pin"
msgstr "Failed to update pin"
-#: src/components/settings/AccountSettingsCard.tsx:79
+#: src/components/settings/AccountSettingsCard.tsx:80
msgid "Failed to upload avatar"
msgstr "Failed to upload avatar"
-#: src/components/settings/WhitelabelLogoCard.tsx:62
+#: src/components/settings/WhitelabelLogoCard.tsx:63
msgid "Failed to upload logo"
msgstr "Failed to upload logo"
@@ -3430,11 +3431,11 @@ msgstr "Login | Dembrane"
msgid "Login as an existing user"
msgstr "Login as an existing user"
-#: src/components/settings/WhitelabelLogoCard.tsx:89
+#: src/components/settings/WhitelabelLogoCard.tsx:90
msgid "Logo removed"
msgstr "Logo removed"
-#: src/components/settings/WhitelabelLogoCard.tsx:66
+#: src/components/settings/WhitelabelLogoCard.tsx:67
msgid "Logo updated"
msgstr "Logo updated"
@@ -3530,7 +3531,7 @@ msgstr "Move to Another Project"
msgid "Move to Project"
msgstr "Move to Project"
-#: src/components/chat/TemplatesModal.tsx:797
+#: src/components/chat/TemplatesModal.tsx:809
msgid "My templates"
msgstr "My templates"
@@ -3553,7 +3554,7 @@ msgstr "Name A-Z"
msgid "Name is required"
msgstr "Name is required"
-#: src/components/settings/AccountSettingsCard.tsx:61
+#: src/components/settings/AccountSettingsCard.tsx:62
msgid "Name updated"
msgstr "Name updated"
@@ -3618,7 +3619,7 @@ msgid "Newest First"
msgstr "Newest First"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:464
+#: src/components/participant/ParticipantOnboardingCards.tsx:417
msgid "participant.button.next"
msgstr "Next"
@@ -3778,7 +3779,7 @@ msgstr "No tags found"
msgid "No tags have been added to this project yet. Add a tag using the text input above to get started."
msgstr "No tags have been added to this project yet. Add a tag using the text input above to get started."
-#: src/components/chat/TemplatesModal.tsx:812
+#: src/components/chat/TemplatesModal.tsx:824
msgid "No templates match '{searchQuery}'"
msgstr "No templates match '{searchQuery}'"
@@ -4104,7 +4105,7 @@ msgstr "Pick date and time"
msgid "Pick the approach that fits your question"
msgstr "Pick the approach that fits your question"
-#: src/components/chat/TemplatesModal.tsx:609
+#: src/components/chat/TemplatesModal.tsx:621
msgid "Pin"
msgstr "Pin"
@@ -4112,7 +4113,7 @@ msgstr "Pin"
msgid "Pin project"
msgstr "Pin project"
-#: src/components/chat/TemplatesModal.tsx:767
+#: src/components/chat/TemplatesModal.tsx:779
msgid "Pin templates here for quick access."
msgstr "Pin templates here for quick access."
@@ -4124,11 +4125,11 @@ msgstr "Pin templates here for quick access."
#~ msgid "pinned"
#~ msgstr "pinned"
-#: src/components/chat/TemplatesModal.tsx:608
+#: src/components/chat/TemplatesModal.tsx:620
msgid "Pinned is full (max 5)"
msgstr "Pinned is full (max 5)"
-#: src/components/chat/TemplatesModal.tsx:737
+#: src/components/chat/TemplatesModal.tsx:749
msgid "Pinned templates"
msgstr "Pinned templates"
@@ -4280,7 +4281,7 @@ msgstr "Please wait while we process your retranscription request. You will be r
msgid "Please wait while we verify your email address."
msgstr "Please wait while we verify your email address."
-#: src/components/settings/AccountSettingsCard.tsx:165
+#: src/components/settings/AccountSettingsCard.tsx:168
msgid "PNG, JPEG, or WebP. Will be cropped to a circle."
msgstr "PNG, JPEG, or WebP. Will be cropped to a circle."
@@ -4539,7 +4540,7 @@ msgid "Read aloud"
msgstr "Read aloud"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:311
+#: src/components/participant/ParticipantOnboardingCards.tsx:264
msgid "participant.ready.to.begin"
msgstr "Ready to Begin?"
@@ -4685,14 +4686,14 @@ msgstr "Reload Page"
msgid "Remind users to verify before finishing"
msgstr "Remind users to verify before finishing"
-#: src/components/settings/WhitelabelLogoCard.tsx:147
-#: src/components/settings/WhitelabelLogoCard.tsx:181
-#: src/components/settings/AccountSettingsCard.tsx:160
-#: src/components/settings/AccountSettingsCard.tsx:201
+#: src/components/settings/WhitelabelLogoCard.tsx:149
+#: src/components/settings/WhitelabelLogoCard.tsx:184
+#: src/components/settings/AccountSettingsCard.tsx:163
+#: src/components/settings/AccountSettingsCard.tsx:204
msgid "Remove"
msgstr "Remove"
-#: src/components/settings/AccountSettingsCard.tsx:198
+#: src/components/settings/AccountSettingsCard.tsx:201
msgid "Remove avatar"
msgstr "Remove avatar"
@@ -4718,7 +4719,7 @@ msgstr "Remove file"
msgid "Remove from this chat"
msgstr "Remove from this chat"
-#: src/components/settings/WhitelabelLogoCard.tsx:178
+#: src/components/settings/WhitelabelLogoCard.tsx:181
msgid "Remove logo"
msgstr "Remove logo"
@@ -4950,7 +4951,7 @@ msgstr "Run status:"
#: src/components/settings/LegalBasisSettingsCard.tsx:136
#: src/components/settings/ChangePasswordCard.tsx:103
-#: src/components/settings/AccountSettingsCard.tsx:188
+#: src/components/settings/AccountSettingsCard.tsx:191
#: src/components/project/CustomTopicModal.tsx:242
#: src/components/common/InputModal.tsx:85
#: src/components/chat/ChatAccordion.tsx:160
@@ -5046,7 +5047,7 @@ msgstr "Search projects..."
msgid "Search tags"
msgstr "Search tags"
-#: src/components/chat/TemplatesModal.tsx:675
+#: src/components/chat/TemplatesModal.tsx:687
msgid "Search templates..."
msgstr "Search templates..."
@@ -5343,7 +5344,7 @@ msgid "participant.button.verify_prompt.skip"
msgstr "Skip"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:335
+#: src/components/participant/ParticipantOnboardingCards.tsx:288
msgid "participant.mic.check.button.skip"
msgstr "Skip"
@@ -5550,7 +5551,7 @@ msgstr "Submit"
msgid "Success"
msgstr "Success"
-#: src/components/chat/TemplatesModal.tsx:665
+#: src/components/chat/TemplatesModal.tsx:677
msgid "Suggest dynamic suggestions based on your conversation."
msgstr "Suggest dynamic suggestions based on your conversation."
@@ -6240,7 +6241,7 @@ msgstr "Unknown"
msgid "Unknown reason"
msgstr "Unknown reason"
-#: src/components/chat/TemplatesModal.tsx:591
+#: src/components/chat/TemplatesModal.tsx:603
msgid "Unpin"
msgstr "Unpin"
@@ -6324,7 +6325,7 @@ msgstr "Upgrade to unlock Auto-select and analyze 10x more conversations in half
msgid "Upload"
msgstr "Upload"
-#: src/components/settings/WhitelabelLogoCard.tsx:119
+#: src/components/settings/WhitelabelLogoCard.tsx:121
msgid "Upload a custom logo to replace the Dembrane logo across the portal, dashboard, reports, and host guide."
msgstr "Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide."
@@ -6332,7 +6333,7 @@ msgstr "Upload a custom logo to replace the dembrane logo across the portal, das
#~ msgid "Upload Audio"
#~ msgstr "Upload Audio"
-#: src/components/settings/AccountSettingsCard.tsx:147
+#: src/components/settings/AccountSettingsCard.tsx:150
msgid "Upload avatar"
msgstr "Upload avatar"
@@ -6408,7 +6409,7 @@ msgstr "Use Shift + Enter to add a new line"
msgid "Username"
msgstr "Username"
-#: src/components/settings/WhitelabelLogoCard.tsx:153
+#: src/components/settings/WhitelabelLogoCard.tsx:155
msgid "Using default Dembrane logo"
msgstr "Using default dembrane logo"
@@ -6647,7 +6648,7 @@ msgstr "Welcome back"
#: src/routes/project/chat/ProjectChatRoute.tsx:626
msgid "Welcome to Dembrane Chat! Use the sidebar to select resources and conversations that you want to analyse. Then, you can ask questions about the selected resources and conversations."
-msgstr "Welcome to dembrane Chat! Use the sidebar to select resources and conversations that you want to analyse. Then, you can ask questions about the selected resources and conversations."
+msgstr "Benvenuto in dembrane Chat! Usa la barra laterale per selezionare le risorse e le conversazioni che vuoi analizzare. Poi potrai fare domande sulle risorse e conversazioni selezionate."
#: src/components/common/DembraneLoadingSpinner/index.tsx:23
msgid "Welcome to Dembrane!"
@@ -6659,7 +6660,7 @@ msgstr "Welcome to Dembrane!"
#: src/routes/project/chat/ProjectChatRoute.tsx:625
msgid "Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode."
-msgstr "Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode."
+msgstr "Benvenuto nella modalità Panoramica! Ho caricato i riassunti di tutte le tue conversazioni. Chiedimi di schemi, temi e approfondimenti nei tuoi dati. Per citazioni esatte, avvia una nuova chat in modalità Contesto Specifico."
#: src/components/report/CreateReportForm.tsx:80
#~ msgid "Welcome to Reports!"
@@ -6864,7 +6865,7 @@ msgstr "Your latest report generation was cancelled. Showing your most recent co
#~ msgid "Your library is empty. Create a library to see your first insights."
#~ msgstr "Your library is empty. Create a library to see your first insights."
-#: src/components/settings/AccountSettingsCard.tsx:175
+#: src/components/settings/AccountSettingsCard.tsx:178
msgid "Your name"
msgstr "Your name"
diff --git a/echo/frontend/src/locales/it-IT.ts b/echo/frontend/src/locales/it-IT.ts
index a2f5c86e..1ed9fae3 100644
--- a/echo/frontend/src/locales/it-IT.ts
+++ b/echo/frontend/src/locales/it-IT.ts
@@ -1 +1 @@
-/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"library.regenerate\":[\"Regenerate Library\"],\"library.conversations.processing.status\":[\"Currently \",[\"finishedConversationsCount\"],\" conversations are ready to be analyzed. \",[\"unfinishedConversationsCount\"],\" still processing.\"],\"participant.echo.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO0> button, or contact support if the issue continues.\"],\"library.contact.sales\":[\"Contact sales\"],\"library.not.available\":[\"It looks like the library is not available for your account. Please contact sales to unlock this feature.\"],\"conversation.accordion.skeleton.title\":[\"Conversations\"],\"project.sidebar.chat.end.description\":[\"End of list • All \",[\"totalChats\"],\" chats loaded\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"participant.button.is.recording.echo\":[\"ECHO\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.pause\":[\"Pause\"],\"participant.button.resume\":[\"Resume\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.modal.refine.info.title.echo\":[\"\\\"Go deeper\\\" available soon\"],\"participant.modal.refine.info.title.verify\":[\"\\\"Make it concrete\\\" available soon\"],\"participant.verify.action.button.approve\":[\"Approve\"],\"participant.verify.artefact.title\":[\"Artefact: \",[\"selectedOptionLabel\"]],\"participant.verify.instructions.button.cancel\":[\"Cancel\"],\"participant.verify.action.button.cancel\":[\"Cancel\"],\"dashboard.dembrane.verify.description\":[\"Enable this feature to allow participants to create and approve \\\"verified objects\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified objects and review them in the overview.\"],\"dashboard.dembrane.verify.experimental\":[\"Experimental\"],\"participant.verify.artefact.action.button.go.back\":[\"Go back\"],\"participant.verify.artefact.error.description\":[\"It looks like we couldn't load this artefact. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"participant.verify.loading.artefact\":[\"Loading artefact\"],\"participant.verify.regenerating.artefact\":[\"Regenerating the artefact\"],\"participant.verify.artefact.action.button.reload\":[\"Reload Page\"],\"participant.verify.action.button.revise\":[\"Revise\"],\"participant.verify.action.button.save\":[\"Save\"],\"participant.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO0> button, or contact support if the issue continues.\"],\"participant.echo.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"participant.verify.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.verify.loading.artefact.description\":[\"This will just take a moment\"],\"participant.verify.artefact.error.title\":[\"Unable to Load Artefact\"],\"dashboard.dembrane.concrete.experimental\":[\"Beta\"],\"participant.button.go.deeper\":[\"Go deeper\"],\"participant.button.make.concrete\":[\"Make it concrete\"],\"select.all.modal.skip.reason\":[\"some might skip due to empty transcript or context limit\"],\"participant.modal.interruption.issue.description\":[\"We saved your recording up to <0>\",[\"formattedDuration\"],\"0> but lost the last 60 seconds or so. <1/> Press below to reconnect, then hit the record button to continue.\"],\"participant.modal.refine.info.title.go.deeper\":[\"\\\"Go deeper\\\" available soon\"],\"participant.modal.refine.info.title.concrete\":[\"\\\"Make it concrete\\\" available soon\"],\"participant.modal.refine.info.title.generic\":[\"\\\"Refine\\\" available soon\"],\"participant.modal.refine.info.title\":[\"Feature available soon\"],\"participant.refine.go.deeper\":[\"Go deeper\"],\"participant.concrete.artefact.error.description\":[\"It looks like we couldn't load this artefact. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"dashboard.dembrane.concrete.title\":[\"Make it concrete\"],\"participant.refine.make.concrete\":[\"Make it concrete\"],\"participant.button.refine\":[\"Refine\"],\"participant.concrete.regenerating.artefact\":[\"Regenerating the artefact\"],\"dashboard.dembrane.concrete.topic.select\":[\"Select which topics participants can use for \\\"Make it concrete\\\".\"],\"participant.go.deeper.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Go deeper0> button, or contact support if the issue continues.\"],\"participant.concrete.artefact.error.title\":[\"Unable to Load Artefact\"],\"participant.modal.refine.info.reason\":[\"We need a bit more context to help you refine effectively. Please continue recording so we can provide better suggestions.\"],\"dashboard.dembrane.concrete.description\":[\"Enable this feature to allow participants to create and approve \\\"concrete objects\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with concrete objects and review them in the overview.\"],\"participant.concrete.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"participant.concrete.instructions.loading\":[\"Loading\"],\"participant.concrete.selection.button.next\":[\"Next\"],\"participant.concrete.instructions.button.next\":[\"Next\"],\"participant.concrete.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.concrete.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"dashboard.dembrane.verify.topic.select\":[\"Select which topics participants can use for verification.\"],\"participant.concrete.selection.title\":[\"What do you want to make concrete?\"],\"participant.concrete.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to make them concrete.\"],\"participant.concrete.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"participant.anonymization.notice\":[\"Your transcription will be anonymized and your host will not be able to listen to your recording.\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"JhOwWd\":[\"-5s\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"NzluOx\":[\"(optional)\"],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"1/+09d\":[[\"0\"],\" views\"],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"uSTZVH\":[[\"conversationTotal\"],\" included\"],\"P1pDS8\":[[\"diffInDays\"],\"d ago\"],\"bT6AxW\":[[\"diffInHours\"],\"h ago\"],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"fyE7Au\":[[\"minutes\"],\" minutes and \",[\"seconds\"],\" seconds\"],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"U7Iesw\":[[\"seconds\"],\" seconds\"],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"pV+XPw\":[\"+5s\"],\"LPXUKX\":[\"<0>Wait 0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspects\"],\"0ko5Xt\":[\"1 included\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"DLFRSx\":[\"10+ members have joined\"],\"nDEZ7T\":[\"2. When a conversation event happens, we automatically send the conversation data to your URL\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"AeXO77\":[\"Account\"],\"VsyynM\":[\"Account & Security\"],\"DX/Wkz\":[\"Account password\"],\"L5gswt\":[\"Action By\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"select.all.modal.loading.filters\":[\"Active filters\"],\"m16xKo\":[\"Add\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"LL1rvo\":[\"Add Custom Topic\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"pBsoKL\":[\"Add to favorites\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"MIWKYQ\":[\"Add to quick access\"],\"NffMsn\":[\"Add to this chat\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"DtI2tD\":[\"Add your own\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"0>\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"0> with the following filters:\"],\"SJCAsQ\":[\"Adding Context:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"JiIKww\":[\"Advanced Settings\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"VHg3DX\":[\"Agentic Chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"Cmt62w\":[\"All conversations ready\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"baQJ1t\":[\"All Insights\"],\"DA2Nma\":[\"All templates\"],\"NGO2th\":[\"All Templates\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"bruUug\":[\"Almost there\"],\"H7cfSV\":[\"Already added to this chat\"],\"xNyrs1\":[\"Already in context\"],\"jIoHDG\":[\"An email notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"G54oFr\":[\"An email Notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"8q/YVi\":[\"An error occurred while loading the Portal. Please contact the support team.\"],\"XyOToQ\":[\"An error occurred.\"],\"QX6zrA\":[\"Analysis\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"announcements\":[\"Announcements\"],\"Dzr23X\":[\"Announcements\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"1mXYsL\":[\"Anonymous host\"],\"azfEQ3\":[\"Anonymous Participant\"],\"aAIQg2\":[\"Appearance\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"G2gLnJ\":[\"Are you sure you want to delete this tag?\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"xu5cdS\":[\"Are you sure you want to finish?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"K1Omdr\":[\"Are you sure you want to generate the library? This will take a while.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"JHgUuT\":[\"Artefact approved successfully!\"],\"IbpaM+\":[\"Artefact reloaded successfully!\"],\"Qcm/Tb\":[\"Artefact revised successfully!\"],\"uCzCO2\":[\"Artefact updated successfully!\"],\"KYehbE\":[\"artefacts\"],\"jrcxHy\":[\"Artefacts\"],\"F+vBv0\":[\"Ask\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kskjVK\":[\"Assistant is typing...\"],\"HrusNW\":[\"At least one topic must be selected to enable Make it concrete\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"DMBYlw\":[\"Audio Processing In Progress\"],\"D3SDJS\":[\"Audio Recording\"],\"mGVg5N\":[\"Audio recordings are scheduled to be deleted after 30 days from the recording date\"],\"IOBCIN\":[\"Audio Tip\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"/iCiQU\":[\"Auto-select\"],\"3D5FPO\":[\"Auto-select disabled\"],\"ajAMbT\":[\"Auto-select enabled\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"csDS2L\":[\"Available\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"/9nVLo\":[\"Back to Selection\"],\"UNaXdI\":[\"Back to templates\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"GML8s7\":[\"Begin!\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"0fX/GG\":[\"Big Picture\"],\"vZERag\":[\"Big Picture - Themes & patterns\"],\"MkvsWx\":[\"Book a call\"],\"AQCoZS\":[\"Book a call to share your feedback\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"CzeGfZ\":[\"Browse and share templates with other hosts\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"+7fBMP\":[\"Built-in\"],\"ba5GvN\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you ABSOLUTELY sure you want to delete this project?\"],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"lrdoAi\":[\"Cancel schedule\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"kryGs+\":[\"Card\"],\"+DEogc\":[\"Change language\"],\"GptGxg\":[\"Change password\"],\"JFFJDJ\":[\"Changes are saved automatically as you continue to use the app. <0/>Once you have some unsaved changes, you can click anywhere to save the changes. <1/>You will also see a button to Cancel the changes.\"],\"u0IJto\":[\"Changes will be saved automatically\"],\"xF/jsW\":[\"Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?\"],\"AHZflp\":[\"Chat\"],\"TGJVgd\":[\"Chat | Dembrane\"],\"tDlhkF\":[\"Chat name\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"8Q+lLG\":[\"Chats\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"+e4Yxz\":[\"Check microphone access\"],\"v4fiSg\":[\"Check your email\"],\"pWT04I\":[\"Checking...\"],\"KFa1f3\":[\"Choose a logo file\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"0ngaDi\":[\"Citing the following sources\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"q+hNag\":[\"Collection\"],\"tPnZ5Z\":[\"Coming soon — share your input\"],\"bJHBId\":[\"Common use cases:\"],\"chL5IG\":[\"Community\"],\"TVpZgL\":[\"Community templates\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"bD8I7O\":[\"Complete\"],\"6jBoE4\":[\"Concrete Topics\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"p2/GCq\":[\"Confirm Password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"DFFB2t\":[\"Contact sales\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"aVvy3Y\":[\"Context limit reached\"],\"JX3KT4\":[\"Contextual suggestions\"],\"participant.button.continue\":[\"Continue\"],\"xGVfLh\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"ggJDqH\":[\"Conversation Audio\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"BsHMTb\":[\"Conversation Ended\"],\"26Wuwb\":[\"Conversation processing\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"nmB3V3\":[\"Conversations from Upload\"],\"Np+C87\":[\"Conversations:\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"RGCCrg\":[\"Copy share link\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"rG2gDo\":[\"Copy transcript\"],\"OvEjsP\":[\"Copying...\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"CSQPC0\":[\"Create an Account\"],\"library.create\":[\"Create Library\"],\"O671Oh\":[\"Create Library\"],\"library.create.view.modal.title\":[\"Create new view\"],\"vY2Gfm\":[\"Create new view\"],\"uVzvzz\":[\"Create now instead\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"s7XwOU\":[\"Create Template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"/iFtGl\":[\"Created \",[\"createdDate\"]],\"45O6zJ\":[\"Created on\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"6dfVdc\":[\"Crop Logo\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"bfu5HZ\":[\"custom\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"xSrEk4\":[\"Customize how your report is structured. This feature is coming soon.\"],\"ZQKLI1\":[\"Danger Zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"948GTz\":[\"Delete Custom Topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"MlrelG\":[\"Delete Report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"zdyslo\":[\"Delete Webhook\"],\"+m7PfT\":[\"Deleted successfully\"],\"p9tvm2\":[\"Echo\"],\"90wFaY\":[\"ECHO\"],\"nzP4fT\":[\"dembrane events\"],\"Y7Si8i\":[\"dembrane is powered by AI. Please double-check responses.\"],\"67znul\":[\"Reply\"],\"EfkSCE\":[\"Describe how this template is useful...\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"ozaega\":[\"Determines under which GDPR legal basis personal data is processed. This affects consent flows, data subject rights, and retention obligations.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"YrOV6x\":[\"Determines under which GDPR legal basis personal data is processed. This setting applies to all your projects and can be changed in your account settings.\"],\"NMz7xK\":[\"Develop a strategic framework that drives meaningful outcomes. Please:\\n\\nIdentify core objectives and their interdependencies\\nMap out implementation pathways with realistic timelines\\nAnticipate potential obstacles and mitigation strategies\\nDefine clear metrics for success beyond vanity indicators\\nHighlight resource requirements and allocation priorities\\nStructure the plan for both immediate action and long-term vision\\nInclude decision gates and pivot points\\n\\nNote: Focus on strategies that create sustainable competitive advantages, not just incremental improvements.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"QNrZ4w\":[\"Display contextual suggestion pills in the chat\"],\"pfa8F0\":[\"Display name\"],\"vU/Hht\":[\"Distribution\"],\"fDGgw4\":[\"Do I need this?\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"5154Ap\":[\"Download All Transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"v9eY8A\":[\"e.g. tomorrow at 9:00\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"5oD9f/\":[\"Earlier\"],\"participant.button.echo\":[\"ECHO\"],\"HA9VXi\":[\"ECHO\"],\"rH6cQt\":[\"Echo is powered by AI. Please double-check responses.\"],\"o6tfKZ\":[\"ECHO is powered by AI. Please double-check responses.\"],\"/IJH/2\":[\"ECHO!\"],\"lgm7y2\":[\"edit\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"0YvCPC\":[\"Edit Resource\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"gGx5tM\":[\"Editing\"],\"F6H6Lg\":[\"Editing mode\"],\"O3oNi5\":[\"Email\"],\"wwiTff\":[\"Email Verification\"],\"Ih5qq/\":[\"Email Verification | Dembrane\"],\"iF3AC2\":[\"Email verified successfully. You will be redirected to the login page in 5 seconds. If you are not redirected, please click <0>here0>.\"],\"g2N9MJ\":[\"email@work.com\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"N2S1rs\":[\"Empty\"],\"DCRKbe\":[\"Enable 2FA\"],\"PccJlP\":[\"Enable Echo\"],\"pPJr5A\":[\"Enable ECHO\"],\"D3AnH0\":[\"Enable Explore\"],\"+ljZfM\":[\"Enable Go deeper\"],\"wGA7d4\":[\"Enable Make it concrete\"],\"4KKbfZ\":[\"Enable participation\"],\"PoQJQE\":[\"Enable Reply\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"Idlt6y\":[\"Enable this feature to allow participants to receive notifications when a report is published or updated. Participants can enter their email to subscribe for updates and stay informed.\"],\"g2qGhy\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Echo\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"pB03mG\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"ECHO\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dWv3hs\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Get Reply\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"rkE6uN\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Go deeper\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"IxzwiB\":[\"End of list • All \",[\"0\"],\" conversations loaded\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"nAEwOZ\":[\"Enter your access code\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"S2MVUN\":[\"Error loading announcements\"],\"xcUDac\":[\"Error loading insights\"],\"edh3aY\":[\"Error loading project\"],\"3Uoj83\":[\"Error loading quotes\"],\"4kVRov\":[\"Error occurred\"],\"z05QRC\":[\"Error updating report\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"sQpDn6\":[\"Exit fullscreen\"],\"Rsjgm0\":[\"Experimental\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"/bsogT\":[\"Explore themes & patterns across all conversations\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"9GMUFh\":[\"Failed to approve artefact. Please try again.\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"BVzTya\":[\"Failed to delete response\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"C6KoMG\":[\"Failed to finish conversation. Please try again or start a new conversation.\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"7S+M+W\":[\"Failed to generate Hidden gems. Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"DKxr+e\":[\"Failed to get announcements\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"AXRzV1\":[\"Failed to load audio or the audio is not available\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"hhLiKu\":[\"Failed to revise artefact. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"8LgIkO\":[\"Failed to start new conversation. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"radRmd\":[\"Feedback portal\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"o7J4JM\":[\"Filter\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"JmZ/+d\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"kODvZJ\":[\"First Name\"],\"Fsd1Wl\":[\"Focus\"],\"wD4aF6\":[\"Focus your report (optional)\"],\"MKEPCY\":[\"Follow\"],\"JnPIOr\":[\"Follow playback\"],\"cGeFup\":[\"Font Size\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"glx6on\":[\"Forgot your password?\"],\"nLC6tu\":[\"French\"],\"wX2Tuz\":[\"from \",[\"0\"]],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"oADIO6\":[\"Generate a new report. Previous reports will remain accessible.\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"gitFA/\":[\"Generate Summary\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"u9yLe/\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"IL8LH3\":[\"Go deeper\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"7aC3FA\":[\"Go to feedback portal\"],\"A3oCMz\":[\"Go to new conversation\"],\"mT57+Q\":[\"Go to Settings\"],\"5gqNQl\":[\"Grid view\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"Yae+po\":[\"Help us translate\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"D+zLDD\":[\"Hidden\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"LqWHk1\":[\"Hide \",[\"0\"]],\"u5xmYC\":[\"Hide all\"],\"txCbc+\":[\"Hide all insights\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"eHo/Jc\":[\"Hide data\"],\"g4tIdF\":[\"Hide revision data\"],\"tn75xn\":[\"Highlight specific Concept\"],\"i0qMbr\":[\"Home\"],\"lgXx7l\":[\"How it works:\"],\"LSCWlh\":[\"How would you describe to a colleague what are you trying to accomplish with this project?\\n* What is the north star goal or key metric\\n* What does success look like\"],\"participant.button.i.understand\":[\"I understand\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"WsoNdK\":[\"Identify and analyze the recurring themes in this content. Please:\\n\\nExtract patterns that appear consistently across multiple sources\\nLook for underlying principles that connect different ideas\\nIdentify themes that challenge conventional thinking\\nStructure the analysis to show how themes evolve or repeat\\nFocus on insights that reveal deeper organizational or conceptual patterns\\nMaintain analytical depth while being accessible\\nHighlight themes that could inform future decision-making\\n\\nNote: If the content lacks sufficient thematic consistency, let me know we need more diverse material to identify meaningful patterns.\"],\"KbXMDK\":[\"Identify recurring themes, topics, and arguments that appear consistently across conversations. Analyze their frequency, intensity, and consistency. Expected output: 3-7 aspects for small datasets, 5-12 for medium datasets, 8-15 for large datasets. Processing guidance: Focus on distinct patterns that emerge across multiple conversations.\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"411+TR\":[\"If you're an advanced user setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"QJUjB0\":[\"In order to better navigate through the quotes, create additional views. The quotes will then be clustered based on your view.\"],\"IJUcvx\":[\"In the meantime, if you want to analyze the conversations that are still processing, you can use the Chat feature\"],\"Au/WJO\":[\"Include portal link\"],\"aOhF9L\":[\"Include portal link in report\"],\"Dvf4+M\":[\"Include timestamps\"],\"CE+M2e\":[\"Info\"],\"sMa/sP\":[\"Insight Library\"],\"ZVY8fB\":[\"Insight not found\"],\"sJa5f4\":[\"insights\"],\"3hJypY\":[\"Insights\"],\"NxHkkp\":[\"Instructions\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"1xMiTU\":[\"IP Address\"],\"participant.conversation.error.deleted\":[\"It looks like the conversation was deleted while you were recording. We've stopped the recording to prevent any issues. You can start a new one anytime.\"],\"zT7nbS\":[\"It looks like the conversation was deleted while you were recording. We've stopped the recording to prevent any issues. You can start a new one anytime.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"JsWQuM\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations. You can optionally focus the report on a specific topic.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"Lj7sBL\":[\"Italian\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"4fhsRZ\":[\"Join the Slack community\"],\"uocCon\":[\"Just a moment\"],\"OSBXx5\":[\"Just now\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"vXIe7J\":[\"Language\"],\"UXBCwc\":[\"Last Name\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"wL3cK8\":[\"Latest\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"vRXsmZ\":[\"Legal Basis\"],\"7kyKF5\":[\"Legal basis updated\"],\"PIhnIP\":[\"Let us know!\"],\"qhQjFF\":[\"Let's Make Sure We Can Hear You\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"yUQgLY\":[\"Library is currently being processed\"],\"gkv8iG\":[\"License Plate\"],\"yzF66j\":[\"Link\"],\"LIj2/f\":[\"Link to your organisation's privacy policy that will be shown to participants\"],\"3gvJj+\":[\"LinkedIn Post (Experimental)\"],\"dF6vP6\":[\"Live\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Preview\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQE2r9\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"ATTcN8\":[\"Loading concrete topics…\"],\"FUK4WT\":[\"Loading microphones...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3DkEi5\":[\"Loading verification topics…\"],\"3SKW0s\":[\"Loading verify topics…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"z0t9bb\":[\"Login\"],\"zfB1KW\":[\"Login | Dembrane\"],\"Wd2LTk\":[\"Login as an existing user\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"WXSxpf\":[\"Logo updated successfully\"],\"nOhz3x\":[\"Logout\"],\"jWXlkr\":[\"Longest First\"],\"mrenWs\":[\"Manage templates\"],\"JSxZVX\":[\"Mark all read\"],\"+s1J8k\":[\"Mark as read\"],\"VxyuRJ\":[\"Meeting Notes\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"lWkKSO\":[\"min\"],\"oSrMRT\":[\"Mine\"],\"b85Pfh\":[\"Minimum 8 characters\"],\"zz/Wd/\":[\"Mode\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"zMx0gF\":[\"More templates\"],\"y1ypMV\":[\"Most popular\"],\"7BgchI\":[\"Most used\"],\"QWdKwH\":[\"Move\"],\"CyKTz9\":[\"Move Conversation\"],\"wUTBdx\":[\"Move to Another Project\"],\"Ksvwy+\":[\"Move to Project\"],\"en+4fS\":[\"My templates\"],\"+O1YmH\":[\"My Templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"ztAdhw\":[\"Name updated\"],\"c5Xt89\":[\"Name Z-A\"],\"isRobC\":[\"New\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"XojC2V\":[\"New conversations available — update your report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"P/+jkp\":[\"New conversations have been added since the library was generated. Regenerate the library to process them.\"],\"3RC8Um\":[\"New conversations have been added since your last report. Generate an updated report to include them. Your previous report will remain accessible.\"],\"QgiaQ8\":[\"New date and time\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"+VXUp8\":[\"New Project\"],\"z6wcHz\":[\"New Report\"],\"dUCJry\":[\"Newest\"],\"+RfVvh\":[\"Newest First\"],\"participant.button.next\":[\"Next\"],\"participant.ready.to.begin.button.text\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"hXzOVo\":[\"Next\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"riwuXX\":[\"No actions found\"],\"WsI5bo\":[\"No announcements available\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"YM6Wft\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"Qqhl3R\":[\"No collections found\"],\"S8FeaY\":[\"No community templates yet. Share yours to get started.\"],\"zMt5AM\":[\"No concrete topics available.\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"zM3DDm\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.1>0>\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"meAa31\":[\"No conversations yet\"],\"ax9iz4\":[\"No custom templates yet. Create one to get started.\"],\"VInleh\":[\"No insights available. Generate insights for this conversation by visiting<0><1> the project library.1>0>\"],\"yTx6Up\":[\"No key terms or proper nouns have been added yet. Add them using the input above to improve transcript accuracy.\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"ghhtgM\":[\"No quotes available. Generate quotes for this conversation by visiting\"],\"yalI52\":[\"No quotes available. Generate quotes for this conversation by visiting<0><1> the project library.1>0>\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"EhV94J\":[\"No resources found.\"],\"Ev2r9A\":[\"No results\"],\"rXndZR\":[\"No specific focus\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"kaDUQs\":[\"No templates yet. Create your own or browse All templates.\"],\"bhqKwO\":[\"No Transcript Available\"],\"TmTivZ\":[\"No transcript available for this conversation.\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"MPZkyF\":[\"No transcripts are selected for this chat\"],\"AotzsU\":[\"No tutorial (only Privacy statements)\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"2h9aae\":[\"No verification topics available.\"],\"pdWSGS\":[\"No verify topics available.\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"cH5kXP\":[\"Now\"],\"9+6THi\":[\"Oldest First\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"conversation.ongoing\":[\"Ongoing\"],\"J6n7sl\":[\"Ongoing\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"Dw7aQc\":[\"Only applies when report is published\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"QvvnWK\":[\"Only the \",[\"0\"],\" finished \",[\"1\"],\" will be included in the report right now. \"],\"participant.alert.microphone.access.failure\":[\"Oops! It looks like microphone access was denied. No worries, though! We've got a handy troubleshooting guide for you. Feel free to check it out. Once you've resolved the issue, come back and visit this page again to check if your microphone is ready.\"],\"J17dTs\":[\"Oops! It looks like microphone access was denied. No worries, though! We've got a handy troubleshooting guide for you. Feel free to check it out. Once you've resolved the issue, come back and visit this page again to check if your microphone is ready.\"],\"1TNIig\":[\"Open\"],\"NRLF9V\":[\"Open Documentation\"],\"QTXl9z\":[\"Open feedback portal\"],\"2CyWv2\":[\"Open for Participation?\"],\"Z7K0px\":[\"Open guide\"],\"JoAjm8\":[\"Open Host Guide\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"1h45Hu\":[\"Or write your own\"],\"6lcDxb\":[\"Organiser's Privacy Policy URL\"],\"HAc+I8\":[\"Other hosts can see and copy your template. You can unpublish at any time.\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"rMCv1T\":[\"Participant name and email\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"lpIMne\":[\"Passwords do not match\"],\"IgrLD/\":[\"Pause\"],\"PTSHeg\":[\"Pause reading\"],\"UbRKMZ\":[\"Pending\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"SrBL1b\":[\"Pick date and time\"],\"fwmBX+\":[\"Pick one or more angles\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"lepv9z\":[\"Pin to chat bar\"],\"fr2ggG\":[\"pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"RimR35\":[\"Pinned templates\"],\"Atb9XB\":[\"Pinned to chat bar\"],\"participant.alert.microphone.access\":[\"Please allow microphone access to start the test.\"],\"3flRk2\":[\"Please allow microphone access to start the test.\"],\"SQSc5o\":[\"Please check back later or contact the project owner for more information.\"],\"T8REcf\":[\"Please check your inputs for errors.\"],\"S6iyis\":[\"Please do not close your browser\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"iMWXJN\":[\"Please keep this screen lit up (black screen = not recording)\"],\"D90h1s\":[\"Please login to continue.\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"gEEhkM\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"ps5D2F\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon. \\n**Please keep this screen lit up** \\n(black screen = not recording)\"],\"TsuUyf\":[\"Please record your response by clicking the \\\"Start Recording\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"4TVnP7\":[\"Please select a language for your report\"],\"N63lmJ\":[\"Please select a language for your updated report\"],\"XvD4FK\":[\"Please select at least one source\"],\"hxTGLS\":[\"Please select conversations from the sidebar to proceed\"],\"GXZvZ7\":[\"Please wait \",[\"timeStr\"],\" before requesting another echo.\"],\"Am5V3+\":[\"Please wait \",[\"timeStr\"],\" before requesting another Echo.\"],\"CE1Qet\":[\"Please wait \",[\"timeStr\"],\" before requesting another ECHO.\"],\"Fx1kHS\":[\"Please wait \",[\"timeStr\"],\" before requesting another reply.\"],\"MgJuP2\":[\"Please wait while we generate your report. You will automatically be redirected to the report page.\"],\"library.processing.request\":[\"Please wait while we process your request. You requested to create the library on \",[\"0\"]],\"04DMtb\":[\"Please wait while we process your retranscription request. You will be redirected to the new conversation when ready.\"],\"ei5r44\":[\"Please wait while we update your report. You will automatically be redirected to the report page.\"],\"j5KznP\":[\"Please wait while we verify your email address.\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"uRFMMc\":[\"Portal Content\"],\"qVypVJ\":[\"Portal Editor\"],\"Tx36sk\":[\"Portal link\"],\"g2UNkE\":[\"Powered by\"],\"np1J1t\":[\"Prefer to chat directly? <0>Book a call with me0>\"],\"Q6hhn8\":[\"Preferences\"],\"MPWj35\":[\"Preparing your conversations... This may take a moment.\"],\"/SM3Ws\":[\"Preparing your experience\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"ANWB5x\":[\"Print this report\"],\"nKiOIS\":[\"Privacy & Security\"],\"zwqetg\":[\"Privacy Statements\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"stk3Hv\":[\"processing\"],\"vrnnn9\":[\"Processing\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> and adding them to your chat\"],\"kvs/6G\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat.\"],\"q11K6L\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat. Last Known Status: \",[\"0\"]],\"NQiPr4\":[\"Processing Transcript\"],\"48px15\":[\"Processing your report...\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"Hie0VV\":[\"Project Created\"],\"2u+ykz\":[\"Project default: enabled. Disables audio playback, download, and retranscription.\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"0qmd8V\":[\"Project default: enabled. This will replace personally identifiable information with .\"],\"xJ758z\":[\"Project Defaults\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Project Settings\"],\"+0B+ue\":[\"Projects\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"JQVviE\":[\"Projects Home\"],\"W9uQXX\":[\"Prompt\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"6oqr95\":[\"Provide specific context to improve transcript quality and accuracy. This may include key terms, specific instructions, or other relevant information.\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"GwOmnT\":[\"Publish this report to enable printing\"],\"ZSi2AK\":[\"Publish this report to enable sharing\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"4R3R74\":[\"Published to community\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"9iShh/\":[\"Quick Access (max 5)\"],\"utRRxm\":[\"Quick access is full (max 5)\"],\"dN0qso\":[\"Quick access:\"],\"eWLklq\":[\"Quotes\"],\"Z7tUbi\":[\"Rate this prompt:\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"wZxwNu\":[\"Read aloud\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"DqXVNZ\":[\"Ready to generate\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"participant.button.record\":[\"Record\"],\"w80YWM\":[\"Record\"],\"s4Sz7r\":[\"Record another conversation\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"6exX+8\":[\"Regenerate\"],\"844H5I\":[\"Regenerate Library\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"wYz80B\":[\"Register | Dembrane\"],\"w3qEvq\":[\"Register as a new user\"],\"/PACVa\":[\"Release notes\"],\"7dZnmw\":[\"Relevance\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"hTDMBB\":[\"Reload Page\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"t/YqKh\":[\"Remove\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"T/pF0Z\":[\"Remove from favorites\"],\"hHTkR9\":[\"Remove from quick access\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"2wxgft\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"pirBu7\":[\"Replaces personal information with placeholders. Disables audio playback, download, and retranscription.\"],\"XyN13i\":[\"Reply Prompt\"],\"gjpdaf\":[\"Report\"],\"UZ6fKH\":[\"Report actions\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"mgTmvC\":[\"Report structure\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"library.request.access\":[\"Request Access\"],\"uLZGK+\":[\"Request Access\"],\"dglEEO\":[\"Request Password Reset\"],\"u2Hh+Y\":[\"Request Password Reset | Dembrane\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"MepchF\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"QqW27M\":[\"Reschedule\"],\"OfhWJH\":[\"Reset\"],\"xeMrqw\":[\"Reset All Options\"],\"KbS2K9\":[\"Reset Password\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"s+MGs7\":[\"Resources\"],\"participant.button.stop.resume\":[\"Resume\"],\"v39wLo\":[\"Resume\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"H1Pyjd\":[\"Retry Upload\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"UZVWVb\":[\"Review files before uploading\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"kv1ztT\":[\"Right-click to highlight\"],\"xxCtZv\":[\"Rows per page\"],\"IqCtR/\":[\"Run status:\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"BnmEvM\":[\"Save as template\"],\"IUwGEM\":[\"Save Changes\"],\"2VA/7X\":[\"Save Error!\"],\"RgyKxd\":[\"Save Quick Access\"],\"5dVjYt\":[\"Save template\"],\"zaYZWH\":[\"Save to my templates\"],\"XvjC4F\":[\"Saving...\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"gmB6oO\":[\"Schedule\"],\"QS1Nla\":[\"Schedule for later\"],\"wCGy0o\":[\"Schedule Report\"],\"oOi11l\":[\"Scroll to bottom\"],\"select.all.modal.loading.search\":[\"Search\"],\"A1taO8\":[\"Search\"],\"OWm+8o\":[\"Search conversations\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"RVZJWQ\":[\"Search projects...\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"Eyh9/O\":[\"See conversation status details\"],\"0sQPzI\":[\"See you soon\"],\"1ZTiaz\":[\"Segments\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"n4rh8x\":[\"Select Project\"],\"ekUnNJ\":[\"Select tags\"],\"CG1cTZ\":[\"Select the instructions that will be shown to participants when they start a conversation\"],\"qxzrcD\":[\"Select the type of feedback or engagement you want to encourage.\"],\"QdpRMY\":[\"Select tutorial\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"vKH1Ye\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"JlFcis\":[\"Send\"],\"3mlq2q\":[\"Send a message to start an agentic run.\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"VTmyvi\":[\"Sentiment\"],\"NprC8U\":[\"Session Name\"],\"DMl1JW\":[\"Setting up your first project\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"PErdpz\":[\"Settings | Dembrane\"],\"Z8lGw6\":[\"Share\"],\"OuFYHU\":[\"Share report\"],\"/XNQag\":[\"Share this report\"],\"lRZMol\":[\"Share with community\"],\"dNCDbY\":[\"Share with the community\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"Dc7GM4\":[\"Share your voice\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"sN4DkP\":[\"Show a link for participants to contribute\"],\"lZw9AX\":[\"Show all\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"yrhNQG\":[\"Show duration\"],\"YbxwRo\":[\"Show generated suggestions\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"DLEIpN\":[\"Show timestamps (experimental)\"],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"dbWo0h\":[\"Sign in with Google\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"6Uau97\":[\"Skip\"],\"lH0eLz\":[\"Skip data privacy slide (Host manages consent)\"],\"b6NHjr\":[\"Skip data privacy slide (Host manages legal base)\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"3Czdpd\":[\"Slack community\"],\"4Q9po3\":[\"Some conversations are still being processed. Auto-select will work optimally once audio processing is complete.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"zazql1\":[\"Something went wrong generating your latest report. Showing your most recent completed report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"a75OAp\":[\"Something went wrong generating your report. You can try again below.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"JOKTb4\":[\"Something went wrong while uploading the file: \",[\"0\"]],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore0> button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"u7yVRn\":[\"Sources:\"],\"65A04M\":[\"Spanish\"],\"zuoIYL\":[\"Speaker\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"AS7WoE\":[\"Start fresh\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"c6FrMu\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"pHVkqA\":[\"Start Recording\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategic Planning\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"0Pd4R1\":[\"Submitted via text input\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"aZJj7n\":[\"Suggest prompts based on your conversations\"],\"FyUg+Y\":[\"Suggest prompts based on your conversations. Try sending a message to see it in action.\"],\"bh1eKt\":[\"Suggested:\"],\"F1nkJm\":[\"Summarize\"],\"4ZpfGe\":[\"Summarize key insights from my interviews\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"g6o+7L\":[\"Summary generated successfully.\"],\"kiOob5\":[\"Summary not available yet\"],\"OUi+O3\":[\"Summary regenerated successfully.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"D+NlUC\":[\"System\"],\"OYHzN1\":[\"Tags\"],\"DhO+ei\":[\"Tags (max 3)\"],\"nlxlmH\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"QCchuT\":[\"Template applied\"],\"5OwALL\":[\"Template name\"],\"1UeZgj\":[\"Template prompt content...\"],\"iTylMl\":[\"Templates\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"ZfU8da\":[\"The built-in issue reporter could not be loaded. You can still let us know what went wrong through our feedback portal — it helps us fix things faster.\"],\"gtMB2A\":[\"The built-in issue reporter could not be loaded. You can still let us know what went wrong through our feedback portal. It helps us fix things faster than not submitting a report.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"nO942E\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"woefOb\":[\"The issue reporter could not be loaded. Please use the feedback portal to tell us what went wrong — it helps us fix things faster.\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"bWqoQ6\":[\"the project library.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"iV8+33\":[\"The summary is being regenerated. Please wait for the new summary to be available.\"],\"AgC2rn\":[\"The summary is being regenerated. Please wait upto 2 minutes for the new summary to be available.\"],\"PTNxDe\":[\"The transcript for this conversation is being processed. Please check back later.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"FEr96N\":[\"Theme\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"e3JUb8\":[\"There was an error generating your report. In the meantime, you can analyze all your data using the library or select specific conversations to chat with.\"],\"7qENSx\":[\"There was an error updating your report. Please try again or contact support.\"],\"V7zEnY\":[\"There was an error verifying your email. Please try again.\"],\"gtlVJt\":[\"These are some helpful preset templates to get you started.\"],\"sd848K\":[\"These are your default view templates. Once you create your library these will be your first two views.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"Ed99mE\":[\"Thinking...\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"dt1MDy\":[\"This conversation is still being processed. It will be available for analysis and chat shortly.\"],\"5ZpZXq\":[\"This conversation is still being processed. It will be available for analysis and chat shortly. \"],\"SzU1mG\":[\"This email is already in the list.\"],\"JtPxD5\":[\"This email is already subscribed to notifications.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"lja/om\":[\"This information is anonymized\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"gqYJin\":[\"This is your project library. Currently, \",[\"0\"],\" conversations are waiting to be processed.\"],\"sNnJJH\":[\"This is your project library. Currently,\",[\"0\"],\" conversations are waiting to be processed.\"],\"tJL2Lh\":[\"This language will be used for the Participant's Portal and transcription.\"],\"BAUPL8\":[\"This language will be used for the Participant's Portal and transcription. To change the language of this application, please use the language picker through the settings in the header.\"],\"zyA8Hj\":[\"This language will be used for the Participant's Portal, transcription and analysis. To change the language of this application, please use the language picker in the header user menu instead.\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"9ww6ML\":[\"This page is shown after the participant has completed the conversation.\"],\"1gmHmj\":[\"This page is shown to participants when they start a conversation after they successfully complete the tutorial.\"],\"bEbdFh\":[\"This project library was generated on\"],\"No7/sO\":[\"This project library was generated on \",[\"0\"],\".\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"okY/ix\":[\"This summary is AI-generated and brief, for thorough analysis, use the Chat or Library.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"n4l4/n\":[\"This will replace personally identifiable information with .\"],\"Ww6cQ8\":[\"Time Created\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"5h7Z+m\":[\"To assign a new tag, please create it first in the project overview.\"],\"o3rowT\":[\"To generate a report, please start by adding conversations in your project\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"fp5rKh\":[\"Transcribing...\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"AJc6ig\":[\"Transcript not available\"],\"N/50DC\":[\"Transcript Settings\"],\"FRje2T\":[\"Transcription in progress...\"],\"0l9syB\":[\"Transcription in progress…\"],\"H3fItl\":[\"Transform these transcripts into a LinkedIn post that cuts through the noise. Please:\\n\\nExtract the most compelling insights - skip anything that sounds like standard business advice\\nWrite it like a seasoned leader who challenges conventional wisdom, not a motivational poster\\nFind one genuinely unexpected observation that would make even experienced professionals pause\\nMaintain intellectual depth while being refreshingly direct\\nOnly use data points that actually challenge assumptions\\nKeep formatting clean and professional (minimal emojis, thoughtful spacing)\\nStrike a tone that suggests both deep expertise and real-world experience\\n\\nNote: If the content doesn't contain any substantive insights, please let me know we need stronger source material. I'm looking to contribute real value to the conversation, not add to the noise.\"],\"53dSNP\":[\"Transform this content into insights that actually matter. Please:\\n\\nExtract core ideas that challenge standard thinking\\nWrite like someone who understands nuance, not a textbook\\nFocus on the non-obvious implications\\nKeep it sharp and substantive\\nOnly highlight truly meaningful patterns\\nStructure for clarity and impact\\nBalance depth with accessibility\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"uK9JLu\":[\"Transform this discussion into actionable intelligence. Please:\\n\\nCapture the strategic implications, not just talking points\\nStructure it like a thought leader's analysis, not minutes\\nHighlight decision points that challenge standard thinking\\nKeep the signal-to-noise ratio high\\nFocus on insights that drive real change\\nOrganize for clarity and future reference\\nBalance tactical details with strategic vision\\n\\nNote: If the discussion lacks substantial decision points or insights, flag it for deeper exploration next time.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"qJb6G2\":[\"Try Again\"],\"eP1iDc\":[\"Try asking\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"PD9mEt\":[\"Type a message...\"],\"EvmL3X\":[\"Type your response here\"],\"V9+2pH\":[\"Ukrainian\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"8vqTzl\":[\"Unable to load the generated artefact. Please try again.\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dFIzZ6\":[\"Unpin from chat bar\"],\"dx+iaL\":[\"Unpin project\"],\"KyKziT\":[\"Unpublish from community\"],\"H899Z+\":[\"unread announcement\"],\"0pinHa\":[\"unread announcements\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"jlrVDp\":[\"Untitled Conversation\"],\"PZKdTd\":[\"Untitled report\"],\"EkH9pt\":[\"Update\"],\"3RboBp\":[\"Update Report\"],\"4loE8L\":[\"Update the report to include the latest data\"],\"Jv5s94\":[\"Update your report to include the latest changes in your project. The link to share the report would remain the same.\"],\"+b7T3G\":[\"Updated\"],\"kwkhPe\":[\"Upgrade\"],\"UkyAtj\":[\"Upgrade to unlock Auto-select and analyze 10x more conversations in half the time—no more manual selection, just deeper insights instantly.\"],\"ONWvwQ\":[\"Upload\"],\"UN8G93\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide.\"],\"8XD6tj\":[\"Upload Audio\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"Wft2yh\":[\"Upload in progress\"],\"JveaeL\":[\"Upload resources\"],\"3wG7HI\":[\"Uploaded\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"DsBeuB\":[\"Use\"],\"VdaKZe\":[\"Use experimental features\"],\"rmMdgZ\":[\"Use PII Redaction\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"7sNhEz\":[\"Username\"],\"S2LyQ+\":[\"Using default dembrane logo\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"GWpt68\":[\"Verification Topics\"],\"c242dc\":[\"verified\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"swn5Tq\":[\"verified artefact\"],\"ob18eo\":[\"Verified Artefacts\"],\"Iv1iWN\":[\"verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"w6Mgbs\":[\"Verify Topics\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"View conversation details\"],\"H1e6Hv\":[\"View Conversation Status\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"7bvD/5\":[\"View read announcements\"],\"D4e7re\":[\"View your responses\"],\"nFTq4y\":[\"views\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"tCfopB\":[\"Want custom report structures?\"],\"Px9INg\":[\"Want to add a template to \\\"Dembrane\\\"?\"],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"v8z9fL\":[\"Want to customize how your report looks?\"],\"r6y+jM\":[\"Warning\"],\"pUTmp1\":[\"Warning: You have added \",[\"0\"],\" key terms. Only the first \",[\"ASSEMBLYAI_MAX_HOTWORDS\"],\" will be used by the transcription engine.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"SrJOPD\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"Ewk6kb\":[\"We couldn't load the audio. Please try again later.\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"9qYWL7\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder. If you still don't see it, please contact evelien@dembrane.com\"],\"3fS27S\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder. If you still don't see it, please contact jules@dembrane.com\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"dni8nq\":[\"We will only send you a message if your host generates a report, we never share your details with anyone. You can opt out at any time.\"],\"/621Bs\":[\"We'd love to hear from you. Whether you have an idea for something new, you've hit a bug, spotted a translation that feels off, or just want to share how things have been going.\"],\"participant.test.microphone.description\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"tQtKw5\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"2ZUkkL\":[\"We're designing this feature and would love your input.\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"i1hzzO\":[\"Welcome to Big Picture Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Details mode.\"],\"fwEAk/\":[\"Welcome to dembrane Chat! Use the sidebar to select resources and conversations that you want to analyse. Then, you can ask questions about the selected resources and conversations.\"],\"AKBU2w\":[\"Welcome to Dembrane!\"],\"TACmoL\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Deep Dive mode.\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"Bck6Du\":[\"Welcome to Reports!\"],\"aEpQkt\":[\"Welcome to Your Home! Here you can see all your projects and get access to tutorial resources. Currently, you have no projects. Click \\\"Create\\\" to configure to get started!\"],\"klH6ct\":[\"Welcome!\"],\"Tfxjl5\":[\"What are the main themes across all conversations?\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"vv/EFG\":[\"What data is sent?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"fyMvis\":[\"What patterns emerge from the data?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"ZsEVar\":[\"What should this report focus on?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"LEYli4\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"/dAMl1\":[\"When should the report be generated?\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"KcnIXL\":[\"will be included in your report\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"kWJmRL\":[\"You\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"tbeb1Y\":[\"You can still use the Ask feature to chat with any conversation\"],\"ORA5nz\":[\"You can try again below.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"vCyT5z\":[\"You have some conversations that have not been processed yet. Regenerate the library to process them.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"1kxxiH\":[\"You may choose to add a list of proper nouns, names, or other information that may be relevant to the conversation. This will be used to improve the quality of the transcripts.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"Pw2f/0\":[\"Your conversation is currently being transcribed. Please check back in a few moments.\"],\"OFDbfd\":[\"Your Conversations\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"q8yluz\":[\"Your name\"],\"B+9EHO\":[\"Your response has been recorded. You may now close this tab.\"],\"wurHZF\":[\"Your responses\"],\"B8Q/i2\":[\"Your view has been created. Please wait as we process and analyse the data.\"],\"library.views.title\":[\"Your Views\"],\"lZNgiw\":[\"Your Views\"],\"q48J96\":[\"Yours\"],\"ACjxWW\":[\"Zoom\"]}")as Messages;
\ No newline at end of file
+/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"library.regenerate\":[\"Regenerate Library\"],\"library.conversations.processing.status\":[\"Currently \",[\"finishedConversationsCount\"],\" conversations are ready to be analyzed. \",[\"unfinishedConversationsCount\"],\" still processing.\"],\"participant.echo.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO0> button, or contact support if the issue continues.\"],\"library.contact.sales\":[\"Contact sales\"],\"library.not.available\":[\"It looks like the library is not available for your account. Please contact sales to unlock this feature.\"],\"conversation.accordion.skeleton.title\":[\"Conversations\"],\"project.sidebar.chat.end.description\":[\"End of list • All \",[\"totalChats\"],\" chats loaded\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"participant.button.is.recording.echo\":[\"ECHO\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.pause\":[\"Pause\"],\"participant.button.resume\":[\"Resume\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.modal.refine.info.title.echo\":[\"\\\"Go deeper\\\" available soon\"],\"participant.modal.refine.info.title.verify\":[\"\\\"Make it concrete\\\" available soon\"],\"participant.verify.action.button.approve\":[\"Approve\"],\"participant.verify.artefact.title\":[\"Artefact: \",[\"selectedOptionLabel\"]],\"participant.verify.instructions.button.cancel\":[\"Cancel\"],\"participant.verify.action.button.cancel\":[\"Cancel\"],\"dashboard.dembrane.verify.description\":[\"Enable this feature to allow participants to create and approve \\\"verified objects\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified objects and review them in the overview.\"],\"dashboard.dembrane.verify.experimental\":[\"Experimental\"],\"participant.verify.artefact.action.button.go.back\":[\"Go back\"],\"participant.verify.artefact.error.description\":[\"It looks like we couldn't load this artefact. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"participant.verify.loading.artefact\":[\"Loading artefact\"],\"participant.verify.regenerating.artefact\":[\"Regenerating the artefact\"],\"participant.verify.artefact.action.button.reload\":[\"Reload Page\"],\"participant.verify.action.button.revise\":[\"Revise\"],\"participant.verify.action.button.save\":[\"Save\"],\"participant.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO0> button, or contact support if the issue continues.\"],\"participant.echo.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"participant.verify.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.verify.loading.artefact.description\":[\"This will just take a moment\"],\"participant.verify.artefact.error.title\":[\"Unable to Load Artefact\"],\"dashboard.dembrane.concrete.experimental\":[\"Beta\"],\"participant.button.go.deeper\":[\"Go deeper\"],\"participant.button.make.concrete\":[\"Make it concrete\"],\"select.all.modal.skip.reason\":[\"some might skip due to empty transcript or context limit\"],\"participant.modal.interruption.issue.description\":[\"We saved your recording up to <0>\",[\"formattedDuration\"],\"0> but lost the last 60 seconds or so. <1/> Press below to reconnect, then hit the record button to continue.\"],\"participant.modal.refine.info.title.go.deeper\":[\"\\\"Go deeper\\\" available soon\"],\"participant.modal.refine.info.title.concrete\":[\"\\\"Make it concrete\\\" available soon\"],\"participant.modal.refine.info.title.generic\":[\"\\\"Refine\\\" available soon\"],\"participant.modal.refine.info.title\":[\"Feature available soon\"],\"participant.refine.go.deeper\":[\"Go deeper\"],\"participant.concrete.artefact.error.description\":[\"It looks like we couldn't load this artefact. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"dashboard.dembrane.concrete.title\":[\"Make it concrete\"],\"participant.refine.make.concrete\":[\"Make it concrete\"],\"participant.button.refine\":[\"Refine\"],\"participant.concrete.regenerating.artefact\":[\"Regenerating the artefact\"],\"dashboard.dembrane.concrete.topic.select\":[\"Select which topics participants can use for \\\"Make it concrete\\\".\"],\"participant.go.deeper.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Go deeper0> button, or contact support if the issue continues.\"],\"participant.concrete.artefact.error.title\":[\"Unable to Load Artefact\"],\"participant.modal.refine.info.reason\":[\"We need a bit more context to help you refine effectively. Please continue recording so we can provide better suggestions.\"],\"dashboard.dembrane.concrete.description\":[\"Enable this feature to allow participants to create and approve \\\"concrete objects\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with concrete objects and review them in the overview.\"],\"participant.concrete.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"participant.concrete.instructions.loading\":[\"Loading\"],\"participant.concrete.selection.button.next\":[\"Next\"],\"participant.concrete.instructions.button.next\":[\"Next\"],\"participant.concrete.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.concrete.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"dashboard.dembrane.verify.topic.select\":[\"Select which topics participants can use for verification.\"],\"participant.concrete.selection.title\":[\"What do you want to make concrete?\"],\"participant.concrete.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to make them concrete.\"],\"participant.concrete.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"participant.anonymization.notice\":[\"Your transcription will be anonymized and your host will not be able to listen to your recording.\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"JhOwWd\":[\"-5s\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"NzluOx\":[\"(optional)\"],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"1/+09d\":[[\"0\"],\" views\"],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"uSTZVH\":[[\"conversationTotal\"],\" included\"],\"P1pDS8\":[[\"diffInDays\"],\"d ago\"],\"bT6AxW\":[[\"diffInHours\"],\"h ago\"],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"fyE7Au\":[[\"minutes\"],\" minutes and \",[\"seconds\"],\" seconds\"],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"U7Iesw\":[[\"seconds\"],\" seconds\"],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"pV+XPw\":[\"+5s\"],\"LPXUKX\":[\"<0>Wait 0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspects\"],\"0ko5Xt\":[\"1 included\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"DLFRSx\":[\"10+ members have joined\"],\"nDEZ7T\":[\"2. When a conversation event happens, we automatically send the conversation data to your URL\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"AeXO77\":[\"Account\"],\"VsyynM\":[\"Account & Security\"],\"DX/Wkz\":[\"Account password\"],\"L5gswt\":[\"Action By\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"select.all.modal.loading.filters\":[\"Active filters\"],\"m16xKo\":[\"Add\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"LL1rvo\":[\"Add Custom Topic\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"pBsoKL\":[\"Add to favorites\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"MIWKYQ\":[\"Add to quick access\"],\"NffMsn\":[\"Add to this chat\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"DtI2tD\":[\"Add your own\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"0>\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"0> with the following filters:\"],\"SJCAsQ\":[\"Adding Context:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"JiIKww\":[\"Advanced Settings\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"VHg3DX\":[\"Agentic Chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"Cmt62w\":[\"All conversations ready\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"baQJ1t\":[\"All Insights\"],\"DA2Nma\":[\"All templates\"],\"NGO2th\":[\"All Templates\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"bruUug\":[\"Almost there\"],\"H7cfSV\":[\"Already added to this chat\"],\"xNyrs1\":[\"Already in context\"],\"jIoHDG\":[\"An email notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"G54oFr\":[\"An email Notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"8q/YVi\":[\"An error occurred while loading the Portal. Please contact the support team.\"],\"XyOToQ\":[\"An error occurred.\"],\"QX6zrA\":[\"Analysis\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"announcements\":[\"Announcements\"],\"Dzr23X\":[\"Announcements\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"1mXYsL\":[\"Anonymous host\"],\"azfEQ3\":[\"Anonymous Participant\"],\"aAIQg2\":[\"Appearance\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"G2gLnJ\":[\"Are you sure you want to delete this tag?\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"xu5cdS\":[\"Are you sure you want to finish?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"K1Omdr\":[\"Are you sure you want to generate the library? This will take a while.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"JHgUuT\":[\"Artefact approved successfully!\"],\"IbpaM+\":[\"Artefact reloaded successfully!\"],\"Qcm/Tb\":[\"Artefact revised successfully!\"],\"uCzCO2\":[\"Artefact updated successfully!\"],\"KYehbE\":[\"artefacts\"],\"jrcxHy\":[\"Artefacts\"],\"F+vBv0\":[\"Ask\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kskjVK\":[\"Assistant is typing...\"],\"HrusNW\":[\"At least one topic must be selected to enable Make it concrete\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"DMBYlw\":[\"Audio Processing In Progress\"],\"D3SDJS\":[\"Audio Recording\"],\"mGVg5N\":[\"Audio recordings are scheduled to be deleted after 30 days from the recording date\"],\"IOBCIN\":[\"Audio Tip\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"/iCiQU\":[\"Auto-select\"],\"3D5FPO\":[\"Auto-select disabled\"],\"ajAMbT\":[\"Auto-select enabled\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"csDS2L\":[\"Available\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"/9nVLo\":[\"Back to Selection\"],\"UNaXdI\":[\"Back to templates\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"GML8s7\":[\"Begin!\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"0fX/GG\":[\"Big Picture\"],\"vZERag\":[\"Big Picture - Themes & patterns\"],\"MkvsWx\":[\"Book a call\"],\"AQCoZS\":[\"Book a call to share your feedback\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"CzeGfZ\":[\"Browse and share templates with other hosts\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"+7fBMP\":[\"Built-in\"],\"ba5GvN\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you ABSOLUTELY sure you want to delete this project?\"],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"lrdoAi\":[\"Cancel schedule\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"kryGs+\":[\"Card\"],\"+DEogc\":[\"Change language\"],\"GptGxg\":[\"Change password\"],\"JFFJDJ\":[\"Changes are saved automatically as you continue to use the app. <0/>Once you have some unsaved changes, you can click anywhere to save the changes. <1/>You will also see a button to Cancel the changes.\"],\"u0IJto\":[\"Changes will be saved automatically\"],\"xF/jsW\":[\"Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?\"],\"AHZflp\":[\"Chat\"],\"TGJVgd\":[\"Chat | Dembrane\"],\"tDlhkF\":[\"Chat name\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"8Q+lLG\":[\"Chats\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"+e4Yxz\":[\"Check microphone access\"],\"v4fiSg\":[\"Check your email\"],\"pWT04I\":[\"Checking...\"],\"KFa1f3\":[\"Choose a logo file\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"0ngaDi\":[\"Citing the following sources\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"q+hNag\":[\"Collection\"],\"tPnZ5Z\":[\"Coming soon — share your input\"],\"bJHBId\":[\"Common use cases:\"],\"chL5IG\":[\"Community\"],\"TVpZgL\":[\"Community templates\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"bD8I7O\":[\"Complete\"],\"6jBoE4\":[\"Concrete Topics\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"p2/GCq\":[\"Confirm Password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"DFFB2t\":[\"Contact sales\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"aVvy3Y\":[\"Context limit reached\"],\"JX3KT4\":[\"Contextual suggestions\"],\"participant.button.continue\":[\"Continue\"],\"xGVfLh\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"ggJDqH\":[\"Conversation Audio\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"BsHMTb\":[\"Conversation Ended\"],\"26Wuwb\":[\"Conversation processing\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"nmB3V3\":[\"Conversations from Upload\"],\"Np+C87\":[\"Conversations:\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"RGCCrg\":[\"Copy share link\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"rG2gDo\":[\"Copy transcript\"],\"OvEjsP\":[\"Copying...\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"CSQPC0\":[\"Create an Account\"],\"library.create\":[\"Create Library\"],\"O671Oh\":[\"Create Library\"],\"library.create.view.modal.title\":[\"Create new view\"],\"vY2Gfm\":[\"Create new view\"],\"uVzvzz\":[\"Create now instead\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"s7XwOU\":[\"Create Template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"/iFtGl\":[\"Created \",[\"createdDate\"]],\"45O6zJ\":[\"Created on\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"6dfVdc\":[\"Crop Logo\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"bfu5HZ\":[\"custom\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"xSrEk4\":[\"Customize how your report is structured. This feature is coming soon.\"],\"ZQKLI1\":[\"Danger Zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"948GTz\":[\"Delete Custom Topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"MlrelG\":[\"Delete Report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"zdyslo\":[\"Delete Webhook\"],\"+m7PfT\":[\"Deleted successfully\"],\"p9tvm2\":[\"Echo\"],\"90wFaY\":[\"ECHO\"],\"nzP4fT\":[\"dembrane events\"],\"Y7Si8i\":[\"dembrane is powered by AI. Please double-check responses.\"],\"67znul\":[\"Reply\"],\"EfkSCE\":[\"Describe how this template is useful...\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"ozaega\":[\"Determines under which GDPR legal basis personal data is processed. This affects consent flows, data subject rights, and retention obligations.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"YrOV6x\":[\"Determines under which GDPR legal basis personal data is processed. This setting applies to all your projects and can be changed in your account settings.\"],\"NMz7xK\":[\"Develop a strategic framework that drives meaningful outcomes. Please:\\n\\nIdentify core objectives and their interdependencies\\nMap out implementation pathways with realistic timelines\\nAnticipate potential obstacles and mitigation strategies\\nDefine clear metrics for success beyond vanity indicators\\nHighlight resource requirements and allocation priorities\\nStructure the plan for both immediate action and long-term vision\\nInclude decision gates and pivot points\\n\\nNote: Focus on strategies that create sustainable competitive advantages, not just incremental improvements.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"QNrZ4w\":[\"Display contextual suggestion pills in the chat\"],\"pfa8F0\":[\"Display name\"],\"vU/Hht\":[\"Distribution\"],\"fDGgw4\":[\"Do I need this?\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"5154Ap\":[\"Download All Transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"v9eY8A\":[\"e.g. tomorrow at 9:00\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"5oD9f/\":[\"Earlier\"],\"participant.button.echo\":[\"ECHO\"],\"HA9VXi\":[\"ECHO\"],\"rH6cQt\":[\"Echo is powered by AI. Please double-check responses.\"],\"o6tfKZ\":[\"ECHO is powered by AI. Please double-check responses.\"],\"/IJH/2\":[\"ECHO!\"],\"lgm7y2\":[\"edit\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"0YvCPC\":[\"Edit Resource\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"gGx5tM\":[\"Editing\"],\"F6H6Lg\":[\"Editing mode\"],\"O3oNi5\":[\"Email\"],\"wwiTff\":[\"Email Verification\"],\"Ih5qq/\":[\"Email Verification | Dembrane\"],\"iF3AC2\":[\"Email verified successfully. You will be redirected to the login page in 5 seconds. If you are not redirected, please click <0>here0>.\"],\"g2N9MJ\":[\"email@work.com\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"N2S1rs\":[\"Empty\"],\"DCRKbe\":[\"Enable 2FA\"],\"PccJlP\":[\"Enable Echo\"],\"pPJr5A\":[\"Enable ECHO\"],\"D3AnH0\":[\"Enable Explore\"],\"+ljZfM\":[\"Enable Go deeper\"],\"wGA7d4\":[\"Enable Make it concrete\"],\"4KKbfZ\":[\"Enable participation\"],\"PoQJQE\":[\"Enable Reply\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"Idlt6y\":[\"Enable this feature to allow participants to receive notifications when a report is published or updated. Participants can enter their email to subscribe for updates and stay informed.\"],\"g2qGhy\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Echo\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"pB03mG\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"ECHO\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dWv3hs\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Get Reply\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"rkE6uN\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Go deeper\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"IxzwiB\":[\"End of list • All \",[\"0\"],\" conversations loaded\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"nAEwOZ\":[\"Enter your access code\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"S2MVUN\":[\"Error loading announcements\"],\"xcUDac\":[\"Error loading insights\"],\"edh3aY\":[\"Error loading project\"],\"3Uoj83\":[\"Error loading quotes\"],\"4kVRov\":[\"Error occurred\"],\"z05QRC\":[\"Error updating report\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"sQpDn6\":[\"Exit fullscreen\"],\"Rsjgm0\":[\"Experimental\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"/bsogT\":[\"Explore themes & patterns across all conversations\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"9GMUFh\":[\"Failed to approve artefact. Please try again.\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"BVzTya\":[\"Failed to delete response\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"C6KoMG\":[\"Failed to finish conversation. Please try again or start a new conversation.\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"7S+M+W\":[\"Failed to generate Hidden gems. Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"DKxr+e\":[\"Failed to get announcements\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"AXRzV1\":[\"Failed to load audio or the audio is not available\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"hhLiKu\":[\"Failed to revise artefact. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"8LgIkO\":[\"Failed to start new conversation. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"radRmd\":[\"Feedback portal\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"o7J4JM\":[\"Filter\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"JmZ/+d\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"kODvZJ\":[\"First Name\"],\"Fsd1Wl\":[\"Focus\"],\"wD4aF6\":[\"Focus your report (optional)\"],\"MKEPCY\":[\"Follow\"],\"JnPIOr\":[\"Follow playback\"],\"cGeFup\":[\"Font Size\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"glx6on\":[\"Forgot your password?\"],\"nLC6tu\":[\"French\"],\"wX2Tuz\":[\"from \",[\"0\"]],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"oADIO6\":[\"Generate a new report. Previous reports will remain accessible.\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"gitFA/\":[\"Generate Summary\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"u9yLe/\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"IL8LH3\":[\"Go deeper\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"7aC3FA\":[\"Go to feedback portal\"],\"A3oCMz\":[\"Go to new conversation\"],\"mT57+Q\":[\"Go to Settings\"],\"5gqNQl\":[\"Grid view\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"Yae+po\":[\"Help us translate\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"D+zLDD\":[\"Hidden\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"LqWHk1\":[\"Hide \",[\"0\"]],\"u5xmYC\":[\"Hide all\"],\"txCbc+\":[\"Hide all insights\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"eHo/Jc\":[\"Hide data\"],\"g4tIdF\":[\"Hide revision data\"],\"tn75xn\":[\"Highlight specific Concept\"],\"i0qMbr\":[\"Home\"],\"lgXx7l\":[\"How it works:\"],\"LSCWlh\":[\"How would you describe to a colleague what are you trying to accomplish with this project?\\n* What is the north star goal or key metric\\n* What does success look like\"],\"participant.button.i.understand\":[\"I understand\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"WsoNdK\":[\"Identify and analyze the recurring themes in this content. Please:\\n\\nExtract patterns that appear consistently across multiple sources\\nLook for underlying principles that connect different ideas\\nIdentify themes that challenge conventional thinking\\nStructure the analysis to show how themes evolve or repeat\\nFocus on insights that reveal deeper organizational or conceptual patterns\\nMaintain analytical depth while being accessible\\nHighlight themes that could inform future decision-making\\n\\nNote: If the content lacks sufficient thematic consistency, let me know we need more diverse material to identify meaningful patterns.\"],\"KbXMDK\":[\"Identify recurring themes, topics, and arguments that appear consistently across conversations. Analyze their frequency, intensity, and consistency. Expected output: 3-7 aspects for small datasets, 5-12 for medium datasets, 8-15 for large datasets. Processing guidance: Focus on distinct patterns that emerge across multiple conversations.\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"411+TR\":[\"If you're an advanced user setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"QJUjB0\":[\"In order to better navigate through the quotes, create additional views. The quotes will then be clustered based on your view.\"],\"IJUcvx\":[\"In the meantime, if you want to analyze the conversations that are still processing, you can use the Chat feature\"],\"Au/WJO\":[\"Include portal link\"],\"aOhF9L\":[\"Include portal link in report\"],\"Dvf4+M\":[\"Include timestamps\"],\"CE+M2e\":[\"Info\"],\"sMa/sP\":[\"Insight Library\"],\"ZVY8fB\":[\"Insight not found\"],\"sJa5f4\":[\"insights\"],\"3hJypY\":[\"Insights\"],\"NxHkkp\":[\"Instructions\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"1xMiTU\":[\"IP Address\"],\"participant.conversation.error.deleted\":[\"It looks like the conversation was deleted while you were recording. We've stopped the recording to prevent any issues. You can start a new one anytime.\"],\"zT7nbS\":[\"It looks like the conversation was deleted while you were recording. We've stopped the recording to prevent any issues. You can start a new one anytime.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"JsWQuM\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations. You can optionally focus the report on a specific topic.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"Lj7sBL\":[\"Italian\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"4fhsRZ\":[\"Join the Slack community\"],\"uocCon\":[\"Just a moment\"],\"OSBXx5\":[\"Just now\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"vXIe7J\":[\"Language\"],\"UXBCwc\":[\"Last Name\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"wL3cK8\":[\"Latest\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"vRXsmZ\":[\"Legal Basis\"],\"7kyKF5\":[\"Legal basis updated\"],\"PIhnIP\":[\"Let us know!\"],\"qhQjFF\":[\"Let's Make Sure We Can Hear You\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"yUQgLY\":[\"Library is currently being processed\"],\"gkv8iG\":[\"License Plate\"],\"yzF66j\":[\"Link\"],\"LIj2/f\":[\"Link to your organisation's privacy policy that will be shown to participants\"],\"3gvJj+\":[\"LinkedIn Post (Experimental)\"],\"dF6vP6\":[\"Live\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Preview\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQE2r9\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"ATTcN8\":[\"Loading concrete topics…\"],\"FUK4WT\":[\"Loading microphones...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3DkEi5\":[\"Loading verification topics…\"],\"3SKW0s\":[\"Loading verify topics…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"z0t9bb\":[\"Login\"],\"zfB1KW\":[\"Login | Dembrane\"],\"Wd2LTk\":[\"Login as an existing user\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"WXSxpf\":[\"Logo updated successfully\"],\"nOhz3x\":[\"Logout\"],\"jWXlkr\":[\"Longest First\"],\"mrenWs\":[\"Manage templates\"],\"JSxZVX\":[\"Mark all read\"],\"+s1J8k\":[\"Mark as read\"],\"VxyuRJ\":[\"Meeting Notes\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"lWkKSO\":[\"min\"],\"oSrMRT\":[\"Mine\"],\"b85Pfh\":[\"Minimum 8 characters\"],\"zz/Wd/\":[\"Mode\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"zMx0gF\":[\"More templates\"],\"y1ypMV\":[\"Most popular\"],\"7BgchI\":[\"Most used\"],\"QWdKwH\":[\"Move\"],\"CyKTz9\":[\"Move Conversation\"],\"wUTBdx\":[\"Move to Another Project\"],\"Ksvwy+\":[\"Move to Project\"],\"en+4fS\":[\"My templates\"],\"+O1YmH\":[\"My Templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"ztAdhw\":[\"Name updated\"],\"c5Xt89\":[\"Name Z-A\"],\"isRobC\":[\"New\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"XojC2V\":[\"New conversations available — update your report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"P/+jkp\":[\"New conversations have been added since the library was generated. Regenerate the library to process them.\"],\"3RC8Um\":[\"New conversations have been added since your last report. Generate an updated report to include them. Your previous report will remain accessible.\"],\"QgiaQ8\":[\"New date and time\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"+VXUp8\":[\"New Project\"],\"z6wcHz\":[\"New Report\"],\"dUCJry\":[\"Newest\"],\"+RfVvh\":[\"Newest First\"],\"participant.button.next\":[\"Next\"],\"participant.ready.to.begin.button.text\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"hXzOVo\":[\"Next\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"riwuXX\":[\"No actions found\"],\"WsI5bo\":[\"No announcements available\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"YM6Wft\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"Qqhl3R\":[\"No collections found\"],\"S8FeaY\":[\"No community templates yet. Share yours to get started.\"],\"zMt5AM\":[\"No concrete topics available.\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"zM3DDm\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.1>0>\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"meAa31\":[\"No conversations yet\"],\"ax9iz4\":[\"No custom templates yet. Create one to get started.\"],\"VInleh\":[\"No insights available. Generate insights for this conversation by visiting<0><1> the project library.1>0>\"],\"yTx6Up\":[\"No key terms or proper nouns have been added yet. Add them using the input above to improve transcript accuracy.\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"ghhtgM\":[\"No quotes available. Generate quotes for this conversation by visiting\"],\"yalI52\":[\"No quotes available. Generate quotes for this conversation by visiting<0><1> the project library.1>0>\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"EhV94J\":[\"No resources found.\"],\"Ev2r9A\":[\"No results\"],\"rXndZR\":[\"No specific focus\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"kaDUQs\":[\"No templates yet. Create your own or browse All templates.\"],\"bhqKwO\":[\"No Transcript Available\"],\"TmTivZ\":[\"No transcript available for this conversation.\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"MPZkyF\":[\"No transcripts are selected for this chat\"],\"AotzsU\":[\"No tutorial (only Privacy statements)\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"2h9aae\":[\"No verification topics available.\"],\"pdWSGS\":[\"No verify topics available.\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"cH5kXP\":[\"Now\"],\"9+6THi\":[\"Oldest First\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"conversation.ongoing\":[\"Ongoing\"],\"J6n7sl\":[\"Ongoing\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"Dw7aQc\":[\"Only applies when report is published\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"QvvnWK\":[\"Only the \",[\"0\"],\" finished \",[\"1\"],\" will be included in the report right now. \"],\"participant.alert.microphone.access.failure\":[\"Oops! It looks like microphone access was denied. No worries, though! We've got a handy troubleshooting guide for you. Feel free to check it out. Once you've resolved the issue, come back and visit this page again to check if your microphone is ready.\"],\"J17dTs\":[\"Oops! It looks like microphone access was denied. No worries, though! We've got a handy troubleshooting guide for you. Feel free to check it out. Once you've resolved the issue, come back and visit this page again to check if your microphone is ready.\"],\"1TNIig\":[\"Open\"],\"NRLF9V\":[\"Open Documentation\"],\"QTXl9z\":[\"Open feedback portal\"],\"2CyWv2\":[\"Open for Participation?\"],\"Z7K0px\":[\"Open guide\"],\"JoAjm8\":[\"Open Host Guide\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"1h45Hu\":[\"Or write your own\"],\"6lcDxb\":[\"Organiser's Privacy Policy URL\"],\"HAc+I8\":[\"Other hosts can see and copy your template. You can unpublish at any time.\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"rMCv1T\":[\"Participant name and email\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"lpIMne\":[\"Passwords do not match\"],\"IgrLD/\":[\"Pause\"],\"PTSHeg\":[\"Pause reading\"],\"UbRKMZ\":[\"Pending\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"SrBL1b\":[\"Pick date and time\"],\"fwmBX+\":[\"Pick one or more angles\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"lepv9z\":[\"Pin to chat bar\"],\"fr2ggG\":[\"pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"RimR35\":[\"Pinned templates\"],\"Atb9XB\":[\"Pinned to chat bar\"],\"participant.alert.microphone.access\":[\"Please allow microphone access to start the test.\"],\"3flRk2\":[\"Please allow microphone access to start the test.\"],\"SQSc5o\":[\"Please check back later or contact the project owner for more information.\"],\"T8REcf\":[\"Please check your inputs for errors.\"],\"S6iyis\":[\"Please do not close your browser\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"iMWXJN\":[\"Please keep this screen lit up (black screen = not recording)\"],\"D90h1s\":[\"Please login to continue.\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"gEEhkM\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"ps5D2F\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon. \\n**Please keep this screen lit up** \\n(black screen = not recording)\"],\"TsuUyf\":[\"Please record your response by clicking the \\\"Start Recording\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"4TVnP7\":[\"Please select a language for your report\"],\"N63lmJ\":[\"Please select a language for your updated report\"],\"XvD4FK\":[\"Please select at least one source\"],\"hxTGLS\":[\"Please select conversations from the sidebar to proceed\"],\"GXZvZ7\":[\"Please wait \",[\"timeStr\"],\" before requesting another echo.\"],\"Am5V3+\":[\"Please wait \",[\"timeStr\"],\" before requesting another Echo.\"],\"CE1Qet\":[\"Please wait \",[\"timeStr\"],\" before requesting another ECHO.\"],\"Fx1kHS\":[\"Please wait \",[\"timeStr\"],\" before requesting another reply.\"],\"MgJuP2\":[\"Please wait while we generate your report. You will automatically be redirected to the report page.\"],\"library.processing.request\":[\"Please wait while we process your request. You requested to create the library on \",[\"0\"]],\"04DMtb\":[\"Please wait while we process your retranscription request. You will be redirected to the new conversation when ready.\"],\"ei5r44\":[\"Please wait while we update your report. You will automatically be redirected to the report page.\"],\"j5KznP\":[\"Please wait while we verify your email address.\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"uRFMMc\":[\"Portal Content\"],\"qVypVJ\":[\"Portal Editor\"],\"Tx36sk\":[\"Portal link\"],\"g2UNkE\":[\"Powered by\"],\"np1J1t\":[\"Prefer to chat directly? <0>Book a call with me0>\"],\"Q6hhn8\":[\"Preferences\"],\"MPWj35\":[\"Preparing your conversations... This may take a moment.\"],\"/SM3Ws\":[\"Preparing your experience\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"ANWB5x\":[\"Print this report\"],\"nKiOIS\":[\"Privacy & Security\"],\"zwqetg\":[\"Privacy Statements\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"stk3Hv\":[\"processing\"],\"vrnnn9\":[\"Processing\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> and adding them to your chat\"],\"kvs/6G\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat.\"],\"q11K6L\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat. Last Known Status: \",[\"0\"]],\"NQiPr4\":[\"Processing Transcript\"],\"48px15\":[\"Processing your report...\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"Hie0VV\":[\"Project Created\"],\"2u+ykz\":[\"Project default: enabled. Disables audio playback, download, and retranscription.\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"0qmd8V\":[\"Project default: enabled. This will replace personally identifiable information with .\"],\"xJ758z\":[\"Project Defaults\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Project Settings\"],\"+0B+ue\":[\"Projects\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"JQVviE\":[\"Projects Home\"],\"W9uQXX\":[\"Prompt\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"6oqr95\":[\"Provide specific context to improve transcript quality and accuracy. This may include key terms, specific instructions, or other relevant information.\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"GwOmnT\":[\"Publish this report to enable printing\"],\"ZSi2AK\":[\"Publish this report to enable sharing\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"4R3R74\":[\"Published to community\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"9iShh/\":[\"Quick Access (max 5)\"],\"utRRxm\":[\"Quick access is full (max 5)\"],\"dN0qso\":[\"Quick access:\"],\"eWLklq\":[\"Quotes\"],\"Z7tUbi\":[\"Rate this prompt:\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"wZxwNu\":[\"Read aloud\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"DqXVNZ\":[\"Ready to generate\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"participant.button.record\":[\"Record\"],\"w80YWM\":[\"Record\"],\"s4Sz7r\":[\"Record another conversation\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"6exX+8\":[\"Regenerate\"],\"844H5I\":[\"Regenerate Library\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"wYz80B\":[\"Register | Dembrane\"],\"w3qEvq\":[\"Register as a new user\"],\"/PACVa\":[\"Release notes\"],\"7dZnmw\":[\"Relevance\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"hTDMBB\":[\"Reload Page\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"t/YqKh\":[\"Remove\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"T/pF0Z\":[\"Remove from favorites\"],\"hHTkR9\":[\"Remove from quick access\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"2wxgft\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"pirBu7\":[\"Replaces personal information with placeholders. Disables audio playback, download, and retranscription.\"],\"XyN13i\":[\"Reply Prompt\"],\"gjpdaf\":[\"Report\"],\"UZ6fKH\":[\"Report actions\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"mgTmvC\":[\"Report structure\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"library.request.access\":[\"Request Access\"],\"uLZGK+\":[\"Request Access\"],\"dglEEO\":[\"Request Password Reset\"],\"u2Hh+Y\":[\"Request Password Reset | Dembrane\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"MepchF\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"QqW27M\":[\"Reschedule\"],\"OfhWJH\":[\"Reset\"],\"xeMrqw\":[\"Reset All Options\"],\"KbS2K9\":[\"Reset Password\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"s+MGs7\":[\"Resources\"],\"participant.button.stop.resume\":[\"Resume\"],\"v39wLo\":[\"Resume\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"H1Pyjd\":[\"Retry Upload\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"UZVWVb\":[\"Review files before uploading\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"kv1ztT\":[\"Right-click to highlight\"],\"xxCtZv\":[\"Rows per page\"],\"IqCtR/\":[\"Run status:\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"BnmEvM\":[\"Save as template\"],\"IUwGEM\":[\"Save Changes\"],\"2VA/7X\":[\"Save Error!\"],\"RgyKxd\":[\"Save Quick Access\"],\"5dVjYt\":[\"Save template\"],\"zaYZWH\":[\"Save to my templates\"],\"XvjC4F\":[\"Saving...\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"gmB6oO\":[\"Schedule\"],\"QS1Nla\":[\"Schedule for later\"],\"wCGy0o\":[\"Schedule Report\"],\"oOi11l\":[\"Scroll to bottom\"],\"select.all.modal.loading.search\":[\"Search\"],\"A1taO8\":[\"Search\"],\"OWm+8o\":[\"Search conversations\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"RVZJWQ\":[\"Search projects...\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"Eyh9/O\":[\"See conversation status details\"],\"0sQPzI\":[\"See you soon\"],\"1ZTiaz\":[\"Segments\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"n4rh8x\":[\"Select Project\"],\"ekUnNJ\":[\"Select tags\"],\"CG1cTZ\":[\"Select the instructions that will be shown to participants when they start a conversation\"],\"qxzrcD\":[\"Select the type of feedback or engagement you want to encourage.\"],\"QdpRMY\":[\"Select tutorial\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"vKH1Ye\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"JlFcis\":[\"Send\"],\"3mlq2q\":[\"Send a message to start an agentic run.\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"VTmyvi\":[\"Sentiment\"],\"NprC8U\":[\"Session Name\"],\"DMl1JW\":[\"Setting up your first project\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"PErdpz\":[\"Settings | Dembrane\"],\"Z8lGw6\":[\"Share\"],\"OuFYHU\":[\"Share report\"],\"/XNQag\":[\"Share this report\"],\"lRZMol\":[\"Share with community\"],\"dNCDbY\":[\"Share with the community\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"Dc7GM4\":[\"Share your voice\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"sN4DkP\":[\"Show a link for participants to contribute\"],\"lZw9AX\":[\"Show all\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"yrhNQG\":[\"Show duration\"],\"YbxwRo\":[\"Show generated suggestions\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"DLEIpN\":[\"Show timestamps (experimental)\"],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"dbWo0h\":[\"Sign in with Google\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"6Uau97\":[\"Skip\"],\"lH0eLz\":[\"Skip data privacy slide (Host manages consent)\"],\"b6NHjr\":[\"Skip data privacy slide (Host manages legal base)\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"3Czdpd\":[\"Slack community\"],\"4Q9po3\":[\"Some conversations are still being processed. Auto-select will work optimally once audio processing is complete.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"zazql1\":[\"Something went wrong generating your latest report. Showing your most recent completed report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"a75OAp\":[\"Something went wrong generating your report. You can try again below.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"JOKTb4\":[\"Something went wrong while uploading the file: \",[\"0\"]],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore0> button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"u7yVRn\":[\"Sources:\"],\"65A04M\":[\"Spanish\"],\"zuoIYL\":[\"Speaker\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"AS7WoE\":[\"Start fresh\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"c6FrMu\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"pHVkqA\":[\"Start Recording\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategic Planning\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"0Pd4R1\":[\"Submitted via text input\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"aZJj7n\":[\"Suggest prompts based on your conversations\"],\"FyUg+Y\":[\"Suggest prompts based on your conversations. Try sending a message to see it in action.\"],\"bh1eKt\":[\"Suggested:\"],\"F1nkJm\":[\"Summarize\"],\"4ZpfGe\":[\"Summarize key insights from my interviews\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"g6o+7L\":[\"Summary generated successfully.\"],\"kiOob5\":[\"Summary not available yet\"],\"OUi+O3\":[\"Summary regenerated successfully.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"D+NlUC\":[\"System\"],\"OYHzN1\":[\"Tags\"],\"DhO+ei\":[\"Tags (max 3)\"],\"nlxlmH\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"QCchuT\":[\"Template applied\"],\"5OwALL\":[\"Template name\"],\"1UeZgj\":[\"Template prompt content...\"],\"iTylMl\":[\"Templates\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"ZfU8da\":[\"The built-in issue reporter could not be loaded. You can still let us know what went wrong through our feedback portal — it helps us fix things faster.\"],\"gtMB2A\":[\"The built-in issue reporter could not be loaded. You can still let us know what went wrong through our feedback portal. It helps us fix things faster than not submitting a report.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"nO942E\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"woefOb\":[\"The issue reporter could not be loaded. Please use the feedback portal to tell us what went wrong — it helps us fix things faster.\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"bWqoQ6\":[\"the project library.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"iV8+33\":[\"The summary is being regenerated. Please wait for the new summary to be available.\"],\"AgC2rn\":[\"The summary is being regenerated. Please wait upto 2 minutes for the new summary to be available.\"],\"PTNxDe\":[\"The transcript for this conversation is being processed. Please check back later.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"FEr96N\":[\"Theme\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"e3JUb8\":[\"There was an error generating your report. In the meantime, you can analyze all your data using the library or select specific conversations to chat with.\"],\"7qENSx\":[\"There was an error updating your report. Please try again or contact support.\"],\"V7zEnY\":[\"There was an error verifying your email. Please try again.\"],\"gtlVJt\":[\"These are some helpful preset templates to get you started.\"],\"sd848K\":[\"These are your default view templates. Once you create your library these will be your first two views.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"Ed99mE\":[\"Thinking...\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"dt1MDy\":[\"This conversation is still being processed. It will be available for analysis and chat shortly.\"],\"5ZpZXq\":[\"This conversation is still being processed. It will be available for analysis and chat shortly. \"],\"SzU1mG\":[\"This email is already in the list.\"],\"JtPxD5\":[\"This email is already subscribed to notifications.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"lja/om\":[\"This information is anonymized\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"gqYJin\":[\"This is your project library. Currently, \",[\"0\"],\" conversations are waiting to be processed.\"],\"sNnJJH\":[\"This is your project library. Currently,\",[\"0\"],\" conversations are waiting to be processed.\"],\"tJL2Lh\":[\"This language will be used for the Participant's Portal and transcription.\"],\"BAUPL8\":[\"This language will be used for the Participant's Portal and transcription. To change the language of this application, please use the language picker through the settings in the header.\"],\"zyA8Hj\":[\"This language will be used for the Participant's Portal, transcription and analysis. To change the language of this application, please use the language picker in the header user menu instead.\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"9ww6ML\":[\"This page is shown after the participant has completed the conversation.\"],\"1gmHmj\":[\"This page is shown to participants when they start a conversation after they successfully complete the tutorial.\"],\"bEbdFh\":[\"This project library was generated on\"],\"No7/sO\":[\"This project library was generated on \",[\"0\"],\".\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"okY/ix\":[\"This summary is AI-generated and brief, for thorough analysis, use the Chat or Library.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"n4l4/n\":[\"This will replace personally identifiable information with .\"],\"Ww6cQ8\":[\"Time Created\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"5h7Z+m\":[\"To assign a new tag, please create it first in the project overview.\"],\"o3rowT\":[\"To generate a report, please start by adding conversations in your project\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"fp5rKh\":[\"Transcribing...\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"AJc6ig\":[\"Transcript not available\"],\"N/50DC\":[\"Transcript Settings\"],\"FRje2T\":[\"Transcription in progress...\"],\"0l9syB\":[\"Transcription in progress…\"],\"H3fItl\":[\"Transform these transcripts into a LinkedIn post that cuts through the noise. Please:\\n\\nExtract the most compelling insights - skip anything that sounds like standard business advice\\nWrite it like a seasoned leader who challenges conventional wisdom, not a motivational poster\\nFind one genuinely unexpected observation that would make even experienced professionals pause\\nMaintain intellectual depth while being refreshingly direct\\nOnly use data points that actually challenge assumptions\\nKeep formatting clean and professional (minimal emojis, thoughtful spacing)\\nStrike a tone that suggests both deep expertise and real-world experience\\n\\nNote: If the content doesn't contain any substantive insights, please let me know we need stronger source material. I'm looking to contribute real value to the conversation, not add to the noise.\"],\"53dSNP\":[\"Transform this content into insights that actually matter. Please:\\n\\nExtract core ideas that challenge standard thinking\\nWrite like someone who understands nuance, not a textbook\\nFocus on the non-obvious implications\\nKeep it sharp and substantive\\nOnly highlight truly meaningful patterns\\nStructure for clarity and impact\\nBalance depth with accessibility\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"uK9JLu\":[\"Transform this discussion into actionable intelligence. Please:\\n\\nCapture the strategic implications, not just talking points\\nStructure it like a thought leader's analysis, not minutes\\nHighlight decision points that challenge standard thinking\\nKeep the signal-to-noise ratio high\\nFocus on insights that drive real change\\nOrganize for clarity and future reference\\nBalance tactical details with strategic vision\\n\\nNote: If the discussion lacks substantial decision points or insights, flag it for deeper exploration next time.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"qJb6G2\":[\"Try Again\"],\"eP1iDc\":[\"Try asking\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"PD9mEt\":[\"Type a message...\"],\"EvmL3X\":[\"Type your response here\"],\"V9+2pH\":[\"Ukrainian\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"8vqTzl\":[\"Unable to load the generated artefact. Please try again.\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dFIzZ6\":[\"Unpin from chat bar\"],\"dx+iaL\":[\"Unpin project\"],\"KyKziT\":[\"Unpublish from community\"],\"H899Z+\":[\"unread announcement\"],\"0pinHa\":[\"unread announcements\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"jlrVDp\":[\"Untitled Conversation\"],\"PZKdTd\":[\"Untitled report\"],\"EkH9pt\":[\"Update\"],\"3RboBp\":[\"Update Report\"],\"4loE8L\":[\"Update the report to include the latest data\"],\"Jv5s94\":[\"Update your report to include the latest changes in your project. The link to share the report would remain the same.\"],\"+b7T3G\":[\"Updated\"],\"kwkhPe\":[\"Upgrade\"],\"UkyAtj\":[\"Upgrade to unlock Auto-select and analyze 10x more conversations in half the time—no more manual selection, just deeper insights instantly.\"],\"ONWvwQ\":[\"Upload\"],\"UN8G93\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide.\"],\"8XD6tj\":[\"Upload Audio\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"Wft2yh\":[\"Upload in progress\"],\"JveaeL\":[\"Upload resources\"],\"3wG7HI\":[\"Uploaded\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"DsBeuB\":[\"Use\"],\"VdaKZe\":[\"Use experimental features\"],\"rmMdgZ\":[\"Use PII Redaction\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"7sNhEz\":[\"Username\"],\"S2LyQ+\":[\"Using default dembrane logo\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"GWpt68\":[\"Verification Topics\"],\"c242dc\":[\"verified\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"swn5Tq\":[\"verified artefact\"],\"ob18eo\":[\"Verified Artefacts\"],\"Iv1iWN\":[\"verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"w6Mgbs\":[\"Verify Topics\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"View conversation details\"],\"H1e6Hv\":[\"View Conversation Status\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"7bvD/5\":[\"View read announcements\"],\"D4e7re\":[\"View your responses\"],\"nFTq4y\":[\"views\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"tCfopB\":[\"Want custom report structures?\"],\"Px9INg\":[\"Want to add a template to \\\"Dembrane\\\"?\"],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"v8z9fL\":[\"Want to customize how your report looks?\"],\"r6y+jM\":[\"Warning\"],\"pUTmp1\":[\"Warning: You have added \",[\"0\"],\" key terms. Only the first \",[\"ASSEMBLYAI_MAX_HOTWORDS\"],\" will be used by the transcription engine.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"SrJOPD\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"Ewk6kb\":[\"We couldn't load the audio. Please try again later.\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"9qYWL7\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder. If you still don't see it, please contact evelien@dembrane.com\"],\"3fS27S\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder. If you still don't see it, please contact jules@dembrane.com\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"dni8nq\":[\"We will only send you a message if your host generates a report, we never share your details with anyone. You can opt out at any time.\"],\"/621Bs\":[\"We'd love to hear from you. Whether you have an idea for something new, you've hit a bug, spotted a translation that feels off, or just want to share how things have been going.\"],\"participant.test.microphone.description\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"tQtKw5\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"2ZUkkL\":[\"We're designing this feature and would love your input.\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"i1hzzO\":[\"Welcome to Big Picture Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Details mode.\"],\"fwEAk/\":[\"Benvenuto in dembrane Chat! Usa la barra laterale per selezionare le risorse e le conversazioni che vuoi analizzare. Poi potrai fare domande sulle risorse e conversazioni selezionate.\"],\"AKBU2w\":[\"Welcome to Dembrane!\"],\"TACmoL\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Deep Dive mode.\"],\"u4aLOz\":[\"Benvenuto nella modalità Panoramica! Ho caricato i riassunti di tutte le tue conversazioni. Chiedimi di schemi, temi e approfondimenti nei tuoi dati. Per citazioni esatte, avvia una nuova chat in modalità Contesto Specifico.\"],\"Bck6Du\":[\"Welcome to Reports!\"],\"aEpQkt\":[\"Welcome to Your Home! Here you can see all your projects and get access to tutorial resources. Currently, you have no projects. Click \\\"Create\\\" to configure to get started!\"],\"klH6ct\":[\"Welcome!\"],\"Tfxjl5\":[\"What are the main themes across all conversations?\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"vv/EFG\":[\"What data is sent?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"fyMvis\":[\"What patterns emerge from the data?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"ZsEVar\":[\"What should this report focus on?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"LEYli4\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"/dAMl1\":[\"When should the report be generated?\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"KcnIXL\":[\"will be included in your report\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"kWJmRL\":[\"You\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"tbeb1Y\":[\"You can still use the Ask feature to chat with any conversation\"],\"ORA5nz\":[\"You can try again below.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"vCyT5z\":[\"You have some conversations that have not been processed yet. Regenerate the library to process them.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"1kxxiH\":[\"You may choose to add a list of proper nouns, names, or other information that may be relevant to the conversation. This will be used to improve the quality of the transcripts.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"Pw2f/0\":[\"Your conversation is currently being transcribed. Please check back in a few moments.\"],\"OFDbfd\":[\"Your Conversations\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"q8yluz\":[\"Your name\"],\"B+9EHO\":[\"Your response has been recorded. You may now close this tab.\"],\"wurHZF\":[\"Your responses\"],\"B8Q/i2\":[\"Your view has been created. Please wait as we process and analyse the data.\"],\"library.views.title\":[\"Your Views\"],\"lZNgiw\":[\"Your Views\"],\"q48J96\":[\"Yours\"],\"ACjxWW\":[\"Zoom\"]}")as Messages;
\ No newline at end of file
diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po
index 8d925d44..50916511 100644
--- a/echo/frontend/src/locales/nl-NL.po
+++ b/echo/frontend/src/locales/nl-NL.po
@@ -407,7 +407,7 @@ msgstr "Er wordt automatisch een nieuw rapport gegenereerd en gepubliceerd op he
msgid "A report is already being generated for this project. Please wait for it to complete."
msgstr "Er wordt al een rapport gegenereerd voor dit project. Wacht tot het klaar is."
-#: src/components/settings/AccountSettingsCard.tsx:126
+#: src/components/settings/AccountSettingsCard.tsx:128
msgid "Account"
msgstr "Account"
@@ -637,7 +637,7 @@ msgstr "Alle bestanden zijn succesvol geüpload."
#~ msgid "All templates"
#~ msgstr "Alle templates"
-#: src/components/chat/TemplatesModal.tsx:783
+#: src/components/chat/TemplatesModal.tsx:795
msgid "All Templates"
msgstr "Alle sjablonen"
@@ -835,11 +835,11 @@ msgstr "Weet je zeker dat je de bibliotheek wilt genereren? Dit kan een tijdje d
msgid "Are you sure you want to regenerate the summary? You will lose the current summary."
msgstr "Weet je zeker dat je het samenvatting wilt hergenereren? Je verliest de huidige samenvatting."
-#: src/components/settings/AccountSettingsCard.tsx:200
+#: src/components/settings/AccountSettingsCard.tsx:203
msgid "Are you sure you want to remove your avatar?"
msgstr "Weet je zeker dat je je avatar wilt verwijderen?"
-#: src/components/settings/WhitelabelLogoCard.tsx:180
+#: src/components/settings/WhitelabelLogoCard.tsx:183
msgid "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
msgstr "Weet je zeker dat je je aangepaste logo wilt verwijderen? Het standaard dembrane-logo wordt in plaats daarvan gebruikt."
@@ -1018,11 +1018,11 @@ msgstr "Conversatiegegevens automatisch verzenden naar je andere tools en servic
msgid "Available"
msgstr "Beschikbaar"
-#: src/components/settings/AccountSettingsCard.tsx:100
+#: src/components/settings/AccountSettingsCard.tsx:101
msgid "Avatar removed"
msgstr "Avatar verwijderd"
-#: src/components/settings/AccountSettingsCard.tsx:83
+#: src/components/settings/AccountSettingsCard.tsx:84
msgid "Avatar updated"
msgstr "Avatar bijgewerkt"
@@ -1033,12 +1033,12 @@ msgid "Back"
msgstr "Terug"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:426
+#: src/components/participant/ParticipantOnboardingCards.tsx:379
msgid "participant.button.back.microphone"
msgstr "Terug naar microfoon"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:448
+#: src/components/participant/ParticipantOnboardingCards.tsx:401
#: src/components/layout/ParticipantHeader.tsx:86
msgid "participant.button.back"
msgstr "Terug"
@@ -1182,7 +1182,7 @@ msgstr "Kan niet opnieuw plannen binnen 10 minuten voor het geplande tijdstip"
msgid "Card"
msgstr "Kaart"
-#: src/components/language/LanguagePicker.tsx:131
+#: src/components/language/LanguagePicker.tsx:144
msgid "Change language"
msgstr "Taal wijzigen"
@@ -1197,7 +1197,7 @@ msgstr "Wachtwoord wijzigen"
msgid "Changes will be saved automatically"
msgstr "Wijzigingen worden automatisch opgeslagen"
-#: src/components/language/LanguagePicker.tsx:133
+#: src/components/language/LanguagePicker.tsx:146
msgid "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
msgstr "Wijziging van de taal tijdens een actief gesprek kan onverwachte resultaten opleveren. Het wordt aanbevolen om een nieuw gesprek te starten na het wijzigen van de taal. Weet je zeker dat je wilt doorgaan?"
@@ -1243,7 +1243,7 @@ msgstr "Controleer je email"
#~ msgid "Checking..."
#~ msgstr "Controleren..."
-#: src/components/settings/WhitelabelLogoCard.tsx:168
+#: src/components/settings/WhitelabelLogoCard.tsx:171
msgid "Choose a logo file"
msgstr "Een logo-bestand kiezen"
@@ -1424,17 +1424,17 @@ msgstr "Context toegevoegd:"
#~ msgid "Context limit reached"
#~ msgstr "Contextlimiet bereikt"
-#: src/components/chat/TemplatesModal.tsx:655
+#: src/components/chat/TemplatesModal.tsx:667
msgid "Contextual suggestions"
msgstr "Contextuele suggesties"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:435
+#: src/components/participant/ParticipantOnboardingCards.tsx:388
#: src/components/participant/MicrophoneTest.tsx:407
msgid "participant.button.continue"
msgstr "Doorgaan"
-#: src/components/language/LanguagePicker.tsx:134
+#: src/components/language/LanguagePicker.tsx:147
msgid "Continue"
msgstr "Doorgaan"
@@ -1634,7 +1634,7 @@ msgstr "Maak nieuwe view aan"
msgid "Create Report"
msgstr "Maak rapport"
-#: src/components/chat/TemplatesModal.tsx:702
+#: src/components/chat/TemplatesModal.tsx:714
msgid "Create template"
msgstr "Template aanmaken"
@@ -1663,7 +1663,7 @@ msgstr "Webhook maken"
msgid "Created on"
msgstr "Gemaakt op"
-#: src/components/settings/AccountSettingsCard.tsx:221
+#: src/components/settings/AccountSettingsCard.tsx:224
msgid "Crop Avatar"
msgstr "Avatar bijsnijden"
@@ -1671,11 +1671,11 @@ msgstr "Avatar bijsnijden"
msgid "Crop Image"
msgstr "Afbeelding bijsnijden"
-#: src/components/settings/WhitelabelLogoCard.tsx:200
+#: src/components/settings/WhitelabelLogoCard.tsx:203
msgid "Crop Logo"
msgstr "Logo bijsnijden"
-#: src/components/settings/WhitelabelLogoCard.tsx:128
+#: src/components/settings/WhitelabelLogoCard.tsx:130
msgid "Current logo"
msgstr "Huidige logo"
@@ -1695,7 +1695,7 @@ msgstr "Aangepast"
msgid "Custom Filename"
msgstr "Aangepaste bestandsnaam"
-#: src/components/settings/WhitelabelLogoCard.tsx:115
+#: src/components/settings/WhitelabelLogoCard.tsx:117
msgid "Custom Logo"
msgstr "Aangepast logo"
@@ -1748,7 +1748,7 @@ msgstr "Multistap analyse delegeren met live tool uitvoering"
#: src/components/conversation/ConversationDangerZone.tsx:87
#: src/components/chat/TemplatesModal.tsx:411
#: src/components/chat/TemplatesModal.tsx:469
-#: src/components/chat/TemplatesModal.tsx:572
+#: src/components/chat/TemplatesModal.tsx:584
#: src/components/chat/ChatAccordion.tsx:178
msgid "Delete"
msgstr "Verwijder"
@@ -1899,7 +1899,7 @@ msgstr "Uitgeschakeld"
#~ msgid "Display contextual suggestion pills in the chat"
#~ msgstr "Contextuele suggesties in de chat tonen"
-#: src/components/settings/AccountSettingsCard.tsx:172
+#: src/components/settings/AccountSettingsCard.tsx:175
msgid "Display name"
msgstr "Weergavenaam"
@@ -1987,6 +1987,7 @@ msgid "Drag to reorder"
msgstr "Sleep om te herordenen"
#: src/components/chat/TemplatesModal.tsx:544
+#: src/components/chat/TemplatesModal.tsx:572
msgid "Duplicate"
msgstr "Dupliceren"
@@ -2103,7 +2104,7 @@ msgstr "Webhook bewerken"
#: src/routes/auth/Login.tsx:251
#: src/routes/auth/Login.tsx:255
-#: src/components/settings/AccountSettingsCard.tsx:179
+#: src/components/settings/AccountSettingsCard.tsx:182
#: src/components/common/RedactedText.tsx:38
msgid "Email"
msgstr "E-mail"
@@ -2491,7 +2492,7 @@ msgstr "Fout bij het hergenereren van de samenvatting. Probeer het opnieuw later
msgid "Failed to reload. Please try again."
msgstr "Opnieuw laden is mislukt. Probeer het opnieuw."
-#: src/components/settings/AccountSettingsCard.tsx:96
+#: src/components/settings/AccountSettingsCard.tsx:97
msgid "Failed to remove avatar"
msgstr "Kan avatar niet verwijderen"
@@ -2504,7 +2505,7 @@ msgstr "Fout bij het verwijderen van het gesprek uit de chat"
msgid "Failed to remove conversation from chat{0}"
msgstr "Fout bij het verwijderen van het gesprek uit de chat{0}"
-#: src/components/settings/WhitelabelLogoCard.tsx:85
+#: src/components/settings/WhitelabelLogoCard.tsx:86
msgid "Failed to remove logo"
msgstr "Fout bij het verwijderen van het logo"
@@ -2536,7 +2537,7 @@ msgstr "Fout bij het bijwerken van het aangepaste onderwerp"
msgid "Failed to update legal basis"
msgstr "Fout bij het bijwerken van de rechtsgrondslag"
-#: src/components/settings/AccountSettingsCard.tsx:57
+#: src/components/settings/AccountSettingsCard.tsx:58
msgid "Failed to update name"
msgstr "Kan naam niet bijwerken"
@@ -2544,11 +2545,11 @@ msgstr "Kan naam niet bijwerken"
msgid "Failed to update pin"
msgstr "Vastpinnen bijwerken mislukt"
-#: src/components/settings/AccountSettingsCard.tsx:79
+#: src/components/settings/AccountSettingsCard.tsx:80
msgid "Failed to upload avatar"
msgstr "Kan avatar niet uploaden"
-#: src/components/settings/WhitelabelLogoCard.tsx:62
+#: src/components/settings/WhitelabelLogoCard.tsx:63
msgid "Failed to upload logo"
msgstr "Fout bij het uploaden van het logo"
@@ -3264,11 +3265,11 @@ msgstr "Inloggen | Dembrane"
msgid "Login as an existing user"
msgstr "Inloggen als bestaande gebruiker"
-#: src/components/settings/WhitelabelLogoCard.tsx:89
+#: src/components/settings/WhitelabelLogoCard.tsx:90
msgid "Logo removed"
msgstr "Logo verwijderd"
-#: src/components/settings/WhitelabelLogoCard.tsx:66
+#: src/components/settings/WhitelabelLogoCard.tsx:67
msgid "Logo updated"
msgstr "Logo bijgewerkt"
@@ -3363,7 +3364,7 @@ msgstr "Verplaats naar een ander project"
msgid "Move to Project"
msgstr "Verplaats naar project"
-#: src/components/chat/TemplatesModal.tsx:797
+#: src/components/chat/TemplatesModal.tsx:809
msgid "My templates"
msgstr "Mijn sjablonen"
@@ -3386,7 +3387,7 @@ msgstr "Naam A-Z"
msgid "Name is required"
msgstr "Naam is verplicht"
-#: src/components/settings/AccountSettingsCard.tsx:61
+#: src/components/settings/AccountSettingsCard.tsx:62
msgid "Name updated"
msgstr "Naam bijgewerkt"
@@ -3450,7 +3451,7 @@ msgid "Newest First"
msgstr "Nieuwste eerst"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:464
+#: src/components/participant/ParticipantOnboardingCards.tsx:417
msgid "participant.button.next"
msgstr "Volgende"
@@ -3609,7 +3610,7 @@ msgstr "Geen trefwoorden gevonden"
msgid "No tags have been added to this project yet. Add a tag using the text input above to get started."
msgstr "Er zijn nog geen trefwoorden toegevoegd aan dit project. Voeg een trefwoord toe met behulp van de tekstinvoer boven aan om te beginnen."
-#: src/components/chat/TemplatesModal.tsx:812
+#: src/components/chat/TemplatesModal.tsx:824
msgid "No templates match '{searchQuery}'"
msgstr "Geen templates gevonden voor '{searchQuery}'"
@@ -4041,7 +4042,7 @@ msgstr "Kies datum en tijd"
msgid "Pick the approach that fits your question"
msgstr "Kies de aanpak die past bij je vraag"
-#: src/components/chat/TemplatesModal.tsx:609
+#: src/components/chat/TemplatesModal.tsx:621
msgid "Pin"
msgstr "Vastpinnen"
@@ -4049,7 +4050,7 @@ msgstr "Vastpinnen"
msgid "Pin project"
msgstr "Project vastpinnen"
-#: src/components/chat/TemplatesModal.tsx:767
+#: src/components/chat/TemplatesModal.tsx:779
msgid "Pin templates here for quick access."
msgstr "Pin sjablonen hier vast voor snelle toegang."
@@ -4061,11 +4062,11 @@ msgstr "Pin sjablonen hier vast voor snelle toegang."
#~ msgid "pinned"
#~ msgstr "vastgepind"
-#: src/components/chat/TemplatesModal.tsx:608
+#: src/components/chat/TemplatesModal.tsx:620
msgid "Pinned is full (max 5)"
msgstr "Vastgepind is vol (max 5)"
-#: src/components/chat/TemplatesModal.tsx:737
+#: src/components/chat/TemplatesModal.tsx:749
msgid "Pinned templates"
msgstr "Vastgepinde sjablonen"
@@ -4210,7 +4211,7 @@ msgstr "Wacht aub terwijl we uw hertranscriptieaanvraag verwerken. U wordt autom
msgid "Please wait while we verify your email address."
msgstr "Wacht aub terwijl we uw e-mailadres controleren."
-#: src/components/settings/AccountSettingsCard.tsx:165
+#: src/components/settings/AccountSettingsCard.tsx:168
msgid "PNG, JPEG, or WebP. Will be cropped to a circle."
msgstr "PNG, JPEG of WebP. Wordt bijgesneden tot een cirkel."
@@ -4457,7 +4458,7 @@ msgid "Read aloud"
msgstr "Lees hardop voor"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:311
+#: src/components/participant/ParticipantOnboardingCards.tsx:264
msgid "participant.ready.to.begin"
msgstr "Klaar om te beginnen"
@@ -4600,14 +4601,14 @@ msgstr "Opnieuw laden"
msgid "Remind users to verify before finishing"
msgstr "Gebruikers herinneren om te controleren voordat ze klaar zijn"
-#: src/components/settings/WhitelabelLogoCard.tsx:147
-#: src/components/settings/WhitelabelLogoCard.tsx:181
-#: src/components/settings/AccountSettingsCard.tsx:160
-#: src/components/settings/AccountSettingsCard.tsx:201
+#: src/components/settings/WhitelabelLogoCard.tsx:149
+#: src/components/settings/WhitelabelLogoCard.tsx:184
+#: src/components/settings/AccountSettingsCard.tsx:163
+#: src/components/settings/AccountSettingsCard.tsx:204
msgid "Remove"
msgstr "Verwijderen"
-#: src/components/settings/AccountSettingsCard.tsx:198
+#: src/components/settings/AccountSettingsCard.tsx:201
msgid "Remove avatar"
msgstr "Avatar verwijderen"
@@ -4633,7 +4634,7 @@ msgstr "Bestand verwijderen"
msgid "Remove from this chat"
msgstr "Verwijder van dit gesprek"
-#: src/components/settings/WhitelabelLogoCard.tsx:178
+#: src/components/settings/WhitelabelLogoCard.tsx:181
msgid "Remove logo"
msgstr "Logo verwijderen"
@@ -4856,7 +4857,7 @@ msgstr "Uitvoeringsstatus:"
#: src/components/settings/LegalBasisSettingsCard.tsx:136
#: src/components/settings/ChangePasswordCard.tsx:103
-#: src/components/settings/AccountSettingsCard.tsx:188
+#: src/components/settings/AccountSettingsCard.tsx:191
#: src/components/project/CustomTopicModal.tsx:242
#: src/components/common/InputModal.tsx:85
#: src/components/chat/ChatAccordion.tsx:160
@@ -4952,7 +4953,7 @@ msgstr "Zoek projecten..."
msgid "Search tags"
msgstr "Zoek tags"
-#: src/components/chat/TemplatesModal.tsx:675
+#: src/components/chat/TemplatesModal.tsx:687
msgid "Search templates..."
msgstr "Zoek templates..."
@@ -5246,7 +5247,7 @@ msgid "participant.button.verify_prompt.skip"
msgstr "Overslaan"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:335
+#: src/components/participant/ParticipantOnboardingCards.tsx:288
msgid "participant.mic.check.button.skip"
msgstr "Overslaan"
@@ -5439,7 +5440,7 @@ msgstr "Stuur in"
msgid "Success"
msgstr "Succes"
-#: src/components/chat/TemplatesModal.tsx:665
+#: src/components/chat/TemplatesModal.tsx:677
msgid "Suggest dynamic suggestions based on your conversation."
msgstr "Dynamische suggesties voorstellen op basis van uw gesprek."
@@ -6112,7 +6113,7 @@ msgstr "Onbekend"
msgid "Unknown reason"
msgstr "Onbekende reden"
-#: src/components/chat/TemplatesModal.tsx:591
+#: src/components/chat/TemplatesModal.tsx:603
msgid "Unpin"
msgstr "Losmaken"
@@ -6196,14 +6197,14 @@ msgstr "Upgrade om automatisch selecteren te ontgrendelen en analyseer 10x meer
msgid "Upload"
msgstr "Uploaden"
-#: src/components/settings/WhitelabelLogoCard.tsx:119
+#: src/components/settings/WhitelabelLogoCard.tsx:121
msgid "Upload a custom logo to replace the Dembrane logo across the portal, dashboard, reports, and host guide."
msgstr "Upload een custom logo om het dembrane logo te vervangen op het portale, dashboard, rapporten, en host gids."
#~ msgid "Upload Audio"
#~ msgstr "Audio uploaden"
-#: src/components/settings/AccountSettingsCard.tsx:147
+#: src/components/settings/AccountSettingsCard.tsx:150
msgid "Upload avatar"
msgstr "Avatar uploaden"
@@ -6278,7 +6279,7 @@ msgstr "Gebruik Shift + Enter om een nieuwe regel toe te voegen"
msgid "Username"
msgstr "Gebruikersnaam"
-#: src/components/settings/WhitelabelLogoCard.tsx:153
+#: src/components/settings/WhitelabelLogoCard.tsx:155
msgid "Using default Dembrane logo"
msgstr "Gebruik standaard dembrane-logo"
@@ -6720,7 +6721,7 @@ msgstr "De generatie van je laatste rapport is geannuleerd. Je meest recente vol
#~ msgid "Your library is empty. Create a library to see your first insights."
#~ msgstr "Je bibliotheek is leeg. Maak een bibliotheek om je eerste inzichten te bekijken."
-#: src/components/settings/AccountSettingsCard.tsx:175
+#: src/components/settings/AccountSettingsCard.tsx:178
msgid "Your name"
msgstr "Uw naam"
diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po
index e2c3a3be..85aa6fd1 100644
--- a/echo/frontend/src/locales/uk-UA.po
+++ b/echo/frontend/src/locales/uk-UA.po
@@ -587,7 +587,7 @@ msgstr "A new report will be automatically generated and published at the schedu
msgid "A report is already being generated for this project. Please wait for it to complete."
msgstr "A report is already being generated for this project. Please wait for it to complete."
-#: src/components/settings/AccountSettingsCard.tsx:126
+#: src/components/settings/AccountSettingsCard.tsx:128
msgid "Account"
msgstr "Account"
@@ -807,7 +807,7 @@ msgstr "All files were uploaded successfully."
#~ msgid "All templates"
#~ msgstr "All templates"
-#: src/components/chat/TemplatesModal.tsx:783
+#: src/components/chat/TemplatesModal.tsx:795
msgid "All Templates"
msgstr "All Templates"
@@ -1007,11 +1007,11 @@ msgstr "Are you sure you want to generate the library? This will take a while an
msgid "Are you sure you want to regenerate the summary? You will lose the current summary."
msgstr "Are you sure you want to regenerate the summary? You will lose the current summary."
-#: src/components/settings/AccountSettingsCard.tsx:200
+#: src/components/settings/AccountSettingsCard.tsx:203
msgid "Are you sure you want to remove your avatar?"
msgstr "Are you sure you want to remove your avatar?"
-#: src/components/settings/WhitelabelLogoCard.tsx:180
+#: src/components/settings/WhitelabelLogoCard.tsx:183
msgid "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
msgstr "Are you sure you want to remove your custom logo? The default dembrane logo will be used instead."
@@ -1174,11 +1174,11 @@ msgstr "Automatically send conversation data to your other tools and services wh
msgid "Available"
msgstr "Available"
-#: src/components/settings/AccountSettingsCard.tsx:100
+#: src/components/settings/AccountSettingsCard.tsx:101
msgid "Avatar removed"
msgstr "Avatar removed"
-#: src/components/settings/AccountSettingsCard.tsx:83
+#: src/components/settings/AccountSettingsCard.tsx:84
msgid "Avatar updated"
msgstr "Avatar updated"
@@ -1189,12 +1189,12 @@ msgid "Back"
msgstr "Back"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:426
+#: src/components/participant/ParticipantOnboardingCards.tsx:379
msgid "participant.button.back.microphone"
msgstr "Back"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:448
+#: src/components/participant/ParticipantOnboardingCards.tsx:401
#: src/components/layout/ParticipantHeader.tsx:86
msgid "participant.button.back"
msgstr "Back"
@@ -1342,7 +1342,7 @@ msgstr "Cannot reschedule within 10 minutes of the scheduled time"
msgid "Card"
msgstr "Card"
-#: src/components/language/LanguagePicker.tsx:131
+#: src/components/language/LanguagePicker.tsx:144
msgid "Change language"
msgstr "Change language"
@@ -1358,7 +1358,7 @@ msgstr "Change password"
msgid "Changes will be saved automatically"
msgstr "Changes will be saved automatically"
-#: src/components/language/LanguagePicker.tsx:133
+#: src/components/language/LanguagePicker.tsx:146
msgid "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
msgstr "Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?"
@@ -1406,7 +1406,7 @@ msgstr "Check your email"
#~ msgid "Checking..."
#~ msgstr "Checking..."
-#: src/components/settings/WhitelabelLogoCard.tsx:168
+#: src/components/settings/WhitelabelLogoCard.tsx:171
msgid "Choose a logo file"
msgstr "Choose a logo file"
@@ -1591,17 +1591,17 @@ msgstr "Context added:"
#~ msgid "Context limit reached"
#~ msgstr "Context limit reached"
-#: src/components/chat/TemplatesModal.tsx:655
+#: src/components/chat/TemplatesModal.tsx:667
msgid "Contextual suggestions"
msgstr "Contextual suggestions"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:435
+#: src/components/participant/ParticipantOnboardingCards.tsx:388
#: src/components/participant/MicrophoneTest.tsx:407
msgid "participant.button.continue"
msgstr "Continue"
-#: src/components/language/LanguagePicker.tsx:134
+#: src/components/language/LanguagePicker.tsx:147
msgid "Continue"
msgstr "Continue"
@@ -1799,7 +1799,7 @@ msgstr "Create new view"
msgid "Create Report"
msgstr "Create Report"
-#: src/components/chat/TemplatesModal.tsx:702
+#: src/components/chat/TemplatesModal.tsx:714
msgid "Create template"
msgstr "Create template"
@@ -1828,7 +1828,7 @@ msgstr "Create Webhook"
msgid "Created on"
msgstr "Created on"
-#: src/components/settings/AccountSettingsCard.tsx:221
+#: src/components/settings/AccountSettingsCard.tsx:224
msgid "Crop Avatar"
msgstr "Crop Avatar"
@@ -1836,11 +1836,11 @@ msgstr "Crop Avatar"
msgid "Crop Image"
msgstr "Crop Image"
-#: src/components/settings/WhitelabelLogoCard.tsx:200
+#: src/components/settings/WhitelabelLogoCard.tsx:203
msgid "Crop Logo"
msgstr "Crop Logo"
-#: src/components/settings/WhitelabelLogoCard.tsx:128
+#: src/components/settings/WhitelabelLogoCard.tsx:130
msgid "Current logo"
msgstr "Current logo"
@@ -1860,7 +1860,7 @@ msgstr "Custom"
msgid "Custom Filename"
msgstr "Custom Filename"
-#: src/components/settings/WhitelabelLogoCard.tsx:115
+#: src/components/settings/WhitelabelLogoCard.tsx:117
msgid "Custom Logo"
msgstr "Custom Logo"
@@ -1902,7 +1902,7 @@ msgstr "Delegate multi-step analysis with live tool execution"
#: src/components/conversation/ConversationDangerZone.tsx:87
#: src/components/chat/TemplatesModal.tsx:411
#: src/components/chat/TemplatesModal.tsx:469
-#: src/components/chat/TemplatesModal.tsx:572
+#: src/components/chat/TemplatesModal.tsx:584
#: src/components/chat/ChatAccordion.tsx:178
msgid "Delete"
msgstr "Delete"
@@ -2054,7 +2054,7 @@ msgstr "Disabled"
#~ msgid "Display contextual suggestion pills in the chat"
#~ msgstr "Display contextual suggestion pills in the chat"
-#: src/components/settings/AccountSettingsCard.tsx:172
+#: src/components/settings/AccountSettingsCard.tsx:175
msgid "Display name"
msgstr "Display name"
@@ -2128,6 +2128,7 @@ msgid "Drag to reorder"
msgstr "Drag to reorder"
#: src/components/chat/TemplatesModal.tsx:544
+#: src/components/chat/TemplatesModal.tsx:572
msgid "Duplicate"
msgstr "Duplicate"
@@ -2253,7 +2254,7 @@ msgstr "Edit Webhook"
#: src/routes/auth/Login.tsx:251
#: src/routes/auth/Login.tsx:255
-#: src/components/settings/AccountSettingsCard.tsx:179
+#: src/components/settings/AccountSettingsCard.tsx:182
#: src/components/common/RedactedText.tsx:38
msgid "Email"
msgstr "Email"
@@ -2658,7 +2659,7 @@ msgstr "Failed to regenerate the summary. Please try again later."
msgid "Failed to reload. Please try again."
msgstr "Failed to reload. Please try again."
-#: src/components/settings/AccountSettingsCard.tsx:96
+#: src/components/settings/AccountSettingsCard.tsx:97
msgid "Failed to remove avatar"
msgstr "Failed to remove avatar"
@@ -2671,7 +2672,7 @@ msgstr "Failed to remove conversation from chat"
msgid "Failed to remove conversation from chat{0}"
msgstr "Failed to remove conversation from chat{0}"
-#: src/components/settings/WhitelabelLogoCard.tsx:85
+#: src/components/settings/WhitelabelLogoCard.tsx:86
msgid "Failed to remove logo"
msgstr "Failed to remove logo"
@@ -2703,7 +2704,7 @@ msgstr "Failed to update custom topic"
msgid "Failed to update legal basis"
msgstr "Failed to update legal basis"
-#: src/components/settings/AccountSettingsCard.tsx:57
+#: src/components/settings/AccountSettingsCard.tsx:58
msgid "Failed to update name"
msgstr "Failed to update name"
@@ -2711,11 +2712,11 @@ msgstr "Failed to update name"
msgid "Failed to update pin"
msgstr "Failed to update pin"
-#: src/components/settings/AccountSettingsCard.tsx:79
+#: src/components/settings/AccountSettingsCard.tsx:80
msgid "Failed to upload avatar"
msgstr "Failed to upload avatar"
-#: src/components/settings/WhitelabelLogoCard.tsx:62
+#: src/components/settings/WhitelabelLogoCard.tsx:63
msgid "Failed to upload logo"
msgstr "Failed to upload logo"
@@ -3430,11 +3431,11 @@ msgstr "Login | Dembrane"
msgid "Login as an existing user"
msgstr "Login as an existing user"
-#: src/components/settings/WhitelabelLogoCard.tsx:89
+#: src/components/settings/WhitelabelLogoCard.tsx:90
msgid "Logo removed"
msgstr "Logo removed"
-#: src/components/settings/WhitelabelLogoCard.tsx:66
+#: src/components/settings/WhitelabelLogoCard.tsx:67
msgid "Logo updated"
msgstr "Logo updated"
@@ -3530,7 +3531,7 @@ msgstr "Move to Another Project"
msgid "Move to Project"
msgstr "Move to Project"
-#: src/components/chat/TemplatesModal.tsx:797
+#: src/components/chat/TemplatesModal.tsx:809
msgid "My templates"
msgstr "My templates"
@@ -3553,7 +3554,7 @@ msgstr "Name A-Z"
msgid "Name is required"
msgstr "Name is required"
-#: src/components/settings/AccountSettingsCard.tsx:61
+#: src/components/settings/AccountSettingsCard.tsx:62
msgid "Name updated"
msgstr "Name updated"
@@ -3618,7 +3619,7 @@ msgid "Newest First"
msgstr "Newest First"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:464
+#: src/components/participant/ParticipantOnboardingCards.tsx:417
msgid "participant.button.next"
msgstr "Next"
@@ -3778,7 +3779,7 @@ msgstr "No tags found"
msgid "No tags have been added to this project yet. Add a tag using the text input above to get started."
msgstr "No tags have been added to this project yet. Add a tag using the text input above to get started."
-#: src/components/chat/TemplatesModal.tsx:812
+#: src/components/chat/TemplatesModal.tsx:824
msgid "No templates match '{searchQuery}'"
msgstr "No templates match '{searchQuery}'"
@@ -4104,7 +4105,7 @@ msgstr "Pick date and time"
msgid "Pick the approach that fits your question"
msgstr "Pick the approach that fits your question"
-#: src/components/chat/TemplatesModal.tsx:609
+#: src/components/chat/TemplatesModal.tsx:621
msgid "Pin"
msgstr "Pin"
@@ -4112,7 +4113,7 @@ msgstr "Pin"
msgid "Pin project"
msgstr "Pin project"
-#: src/components/chat/TemplatesModal.tsx:767
+#: src/components/chat/TemplatesModal.tsx:779
msgid "Pin templates here for quick access."
msgstr "Pin templates here for quick access."
@@ -4124,11 +4125,11 @@ msgstr "Pin templates here for quick access."
#~ msgid "pinned"
#~ msgstr "pinned"
-#: src/components/chat/TemplatesModal.tsx:608
+#: src/components/chat/TemplatesModal.tsx:620
msgid "Pinned is full (max 5)"
msgstr "Pinned is full (max 5)"
-#: src/components/chat/TemplatesModal.tsx:737
+#: src/components/chat/TemplatesModal.tsx:749
msgid "Pinned templates"
msgstr "Pinned templates"
@@ -4280,7 +4281,7 @@ msgstr "Please wait while we process your retranscription request. You will be r
msgid "Please wait while we verify your email address."
msgstr "Please wait while we verify your email address."
-#: src/components/settings/AccountSettingsCard.tsx:165
+#: src/components/settings/AccountSettingsCard.tsx:168
msgid "PNG, JPEG, or WebP. Will be cropped to a circle."
msgstr "PNG, JPEG, or WebP. Will be cropped to a circle."
@@ -4539,7 +4540,7 @@ msgid "Read aloud"
msgstr "Read aloud"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:311
+#: src/components/participant/ParticipantOnboardingCards.tsx:264
msgid "participant.ready.to.begin"
msgstr "Ready to Begin?"
@@ -4685,14 +4686,14 @@ msgstr "Reload Page"
msgid "Remind users to verify before finishing"
msgstr "Remind users to verify before finishing"
-#: src/components/settings/WhitelabelLogoCard.tsx:147
-#: src/components/settings/WhitelabelLogoCard.tsx:181
-#: src/components/settings/AccountSettingsCard.tsx:160
-#: src/components/settings/AccountSettingsCard.tsx:201
+#: src/components/settings/WhitelabelLogoCard.tsx:149
+#: src/components/settings/WhitelabelLogoCard.tsx:184
+#: src/components/settings/AccountSettingsCard.tsx:163
+#: src/components/settings/AccountSettingsCard.tsx:204
msgid "Remove"
msgstr "Remove"
-#: src/components/settings/AccountSettingsCard.tsx:198
+#: src/components/settings/AccountSettingsCard.tsx:201
msgid "Remove avatar"
msgstr "Remove avatar"
@@ -4718,7 +4719,7 @@ msgstr "Remove file"
msgid "Remove from this chat"
msgstr "Remove from this chat"
-#: src/components/settings/WhitelabelLogoCard.tsx:178
+#: src/components/settings/WhitelabelLogoCard.tsx:181
msgid "Remove logo"
msgstr "Remove logo"
@@ -4950,7 +4951,7 @@ msgstr "Run status:"
#: src/components/settings/LegalBasisSettingsCard.tsx:136
#: src/components/settings/ChangePasswordCard.tsx:103
-#: src/components/settings/AccountSettingsCard.tsx:188
+#: src/components/settings/AccountSettingsCard.tsx:191
#: src/components/project/CustomTopicModal.tsx:242
#: src/components/common/InputModal.tsx:85
#: src/components/chat/ChatAccordion.tsx:160
@@ -5046,7 +5047,7 @@ msgstr "Search projects..."
msgid "Search tags"
msgstr "Search tags"
-#: src/components/chat/TemplatesModal.tsx:675
+#: src/components/chat/TemplatesModal.tsx:687
msgid "Search templates..."
msgstr "Search templates..."
@@ -5343,7 +5344,7 @@ msgid "participant.button.verify_prompt.skip"
msgstr "Skip"
#. js-lingui-explicit-id
-#: src/components/participant/ParticipantOnboardingCards.tsx:335
+#: src/components/participant/ParticipantOnboardingCards.tsx:288
msgid "participant.mic.check.button.skip"
msgstr "Skip"
@@ -5550,7 +5551,7 @@ msgstr "Submit"
msgid "Success"
msgstr "Success"
-#: src/components/chat/TemplatesModal.tsx:665
+#: src/components/chat/TemplatesModal.tsx:677
msgid "Suggest dynamic suggestions based on your conversation."
msgstr "Suggest dynamic suggestions based on your conversation."
@@ -6240,7 +6241,7 @@ msgstr "Unknown"
msgid "Unknown reason"
msgstr "Unknown reason"
-#: src/components/chat/TemplatesModal.tsx:591
+#: src/components/chat/TemplatesModal.tsx:603
msgid "Unpin"
msgstr "Unpin"
@@ -6324,7 +6325,7 @@ msgstr "Upgrade to unlock Auto-select and analyze 10x more conversations in half
msgid "Upload"
msgstr "Upload"
-#: src/components/settings/WhitelabelLogoCard.tsx:119
+#: src/components/settings/WhitelabelLogoCard.tsx:121
msgid "Upload a custom logo to replace the Dembrane logo across the portal, dashboard, reports, and host guide."
msgstr "Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide."
@@ -6332,7 +6333,7 @@ msgstr "Upload a custom logo to replace the dembrane logo across the portal, das
#~ msgid "Upload Audio"
#~ msgstr "Upload Audio"
-#: src/components/settings/AccountSettingsCard.tsx:147
+#: src/components/settings/AccountSettingsCard.tsx:150
msgid "Upload avatar"
msgstr "Upload avatar"
@@ -6408,7 +6409,7 @@ msgstr "Use Shift + Enter to add a new line"
msgid "Username"
msgstr "Username"
-#: src/components/settings/WhitelabelLogoCard.tsx:153
+#: src/components/settings/WhitelabelLogoCard.tsx:155
msgid "Using default Dembrane logo"
msgstr "Using default dembrane logo"
@@ -6647,7 +6648,7 @@ msgstr "Welcome back"
#: src/routes/project/chat/ProjectChatRoute.tsx:626
msgid "Welcome to Dembrane Chat! Use the sidebar to select resources and conversations that you want to analyse. Then, you can ask questions about the selected resources and conversations."
-msgstr "Welcome to dembrane Chat! Use the sidebar to select resources and conversations that you want to analyse. Then, you can ask questions about the selected resources and conversations."
+msgstr "Ласкаво просимо до dembrane Chat! Використовуйте бічну панель, щоб обрати ресурси та розмови, які ви хочете проаналізувати. Потім ви зможете ставити запитання щодо обраних ресурсів і розмов."
#: src/components/common/DembraneLoadingSpinner/index.tsx:23
msgid "Welcome to Dembrane!"
@@ -6659,7 +6660,7 @@ msgstr "Welcome to Dembrane!"
#: src/routes/project/chat/ProjectChatRoute.tsx:625
msgid "Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode."
-msgstr "Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode."
+msgstr "Ласкаво просимо в режим Огляду! Я завантажив підсумки всіх ваших розмов. Запитуйте мене про закономірності, теми та висновки у ваших даних. Для точних цитат розпочніть нову бесіду в режимі Конкретного Контексту."
#: src/components/report/CreateReportForm.tsx:80
#~ msgid "Welcome to Reports!"
@@ -6864,7 +6865,7 @@ msgstr "Your latest report generation was cancelled. Showing your most recent co
#~ msgid "Your library is empty. Create a library to see your first insights."
#~ msgstr "Your library is empty. Create a library to see your first insights."
-#: src/components/settings/AccountSettingsCard.tsx:175
+#: src/components/settings/AccountSettingsCard.tsx:178
msgid "Your name"
msgstr "Your name"
diff --git a/echo/frontend/src/locales/uk-UA.ts b/echo/frontend/src/locales/uk-UA.ts
index a2f5c86e..cc4abefd 100644
--- a/echo/frontend/src/locales/uk-UA.ts
+++ b/echo/frontend/src/locales/uk-UA.ts
@@ -1 +1 @@
-/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"library.regenerate\":[\"Regenerate Library\"],\"library.conversations.processing.status\":[\"Currently \",[\"finishedConversationsCount\"],\" conversations are ready to be analyzed. \",[\"unfinishedConversationsCount\"],\" still processing.\"],\"participant.echo.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO0> button, or contact support if the issue continues.\"],\"library.contact.sales\":[\"Contact sales\"],\"library.not.available\":[\"It looks like the library is not available for your account. Please contact sales to unlock this feature.\"],\"conversation.accordion.skeleton.title\":[\"Conversations\"],\"project.sidebar.chat.end.description\":[\"End of list • All \",[\"totalChats\"],\" chats loaded\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"participant.button.is.recording.echo\":[\"ECHO\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.pause\":[\"Pause\"],\"participant.button.resume\":[\"Resume\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.modal.refine.info.title.echo\":[\"\\\"Go deeper\\\" available soon\"],\"participant.modal.refine.info.title.verify\":[\"\\\"Make it concrete\\\" available soon\"],\"participant.verify.action.button.approve\":[\"Approve\"],\"participant.verify.artefact.title\":[\"Artefact: \",[\"selectedOptionLabel\"]],\"participant.verify.instructions.button.cancel\":[\"Cancel\"],\"participant.verify.action.button.cancel\":[\"Cancel\"],\"dashboard.dembrane.verify.description\":[\"Enable this feature to allow participants to create and approve \\\"verified objects\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified objects and review them in the overview.\"],\"dashboard.dembrane.verify.experimental\":[\"Experimental\"],\"participant.verify.artefact.action.button.go.back\":[\"Go back\"],\"participant.verify.artefact.error.description\":[\"It looks like we couldn't load this artefact. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"participant.verify.loading.artefact\":[\"Loading artefact\"],\"participant.verify.regenerating.artefact\":[\"Regenerating the artefact\"],\"participant.verify.artefact.action.button.reload\":[\"Reload Page\"],\"participant.verify.action.button.revise\":[\"Revise\"],\"participant.verify.action.button.save\":[\"Save\"],\"participant.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO0> button, or contact support if the issue continues.\"],\"participant.echo.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"participant.verify.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.verify.loading.artefact.description\":[\"This will just take a moment\"],\"participant.verify.artefact.error.title\":[\"Unable to Load Artefact\"],\"dashboard.dembrane.concrete.experimental\":[\"Beta\"],\"participant.button.go.deeper\":[\"Go deeper\"],\"participant.button.make.concrete\":[\"Make it concrete\"],\"select.all.modal.skip.reason\":[\"some might skip due to empty transcript or context limit\"],\"participant.modal.interruption.issue.description\":[\"We saved your recording up to <0>\",[\"formattedDuration\"],\"0> but lost the last 60 seconds or so. <1/> Press below to reconnect, then hit the record button to continue.\"],\"participant.modal.refine.info.title.go.deeper\":[\"\\\"Go deeper\\\" available soon\"],\"participant.modal.refine.info.title.concrete\":[\"\\\"Make it concrete\\\" available soon\"],\"participant.modal.refine.info.title.generic\":[\"\\\"Refine\\\" available soon\"],\"participant.modal.refine.info.title\":[\"Feature available soon\"],\"participant.refine.go.deeper\":[\"Go deeper\"],\"participant.concrete.artefact.error.description\":[\"It looks like we couldn't load this artefact. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"dashboard.dembrane.concrete.title\":[\"Make it concrete\"],\"participant.refine.make.concrete\":[\"Make it concrete\"],\"participant.button.refine\":[\"Refine\"],\"participant.concrete.regenerating.artefact\":[\"Regenerating the artefact\"],\"dashboard.dembrane.concrete.topic.select\":[\"Select which topics participants can use for \\\"Make it concrete\\\".\"],\"participant.go.deeper.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Go deeper0> button, or contact support if the issue continues.\"],\"participant.concrete.artefact.error.title\":[\"Unable to Load Artefact\"],\"participant.modal.refine.info.reason\":[\"We need a bit more context to help you refine effectively. Please continue recording so we can provide better suggestions.\"],\"dashboard.dembrane.concrete.description\":[\"Enable this feature to allow participants to create and approve \\\"concrete objects\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with concrete objects and review them in the overview.\"],\"participant.concrete.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"participant.concrete.instructions.loading\":[\"Loading\"],\"participant.concrete.selection.button.next\":[\"Next\"],\"participant.concrete.instructions.button.next\":[\"Next\"],\"participant.concrete.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.concrete.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"dashboard.dembrane.verify.topic.select\":[\"Select which topics participants can use for verification.\"],\"participant.concrete.selection.title\":[\"What do you want to make concrete?\"],\"participant.concrete.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to make them concrete.\"],\"participant.concrete.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"participant.anonymization.notice\":[\"Your transcription will be anonymized and your host will not be able to listen to your recording.\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"JhOwWd\":[\"-5s\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"NzluOx\":[\"(optional)\"],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"1/+09d\":[[\"0\"],\" views\"],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"uSTZVH\":[[\"conversationTotal\"],\" included\"],\"P1pDS8\":[[\"diffInDays\"],\"d ago\"],\"bT6AxW\":[[\"diffInHours\"],\"h ago\"],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"fyE7Au\":[[\"minutes\"],\" minutes and \",[\"seconds\"],\" seconds\"],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"U7Iesw\":[[\"seconds\"],\" seconds\"],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"pV+XPw\":[\"+5s\"],\"LPXUKX\":[\"<0>Wait 0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspects\"],\"0ko5Xt\":[\"1 included\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"DLFRSx\":[\"10+ members have joined\"],\"nDEZ7T\":[\"2. When a conversation event happens, we automatically send the conversation data to your URL\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"AeXO77\":[\"Account\"],\"VsyynM\":[\"Account & Security\"],\"DX/Wkz\":[\"Account password\"],\"L5gswt\":[\"Action By\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"select.all.modal.loading.filters\":[\"Active filters\"],\"m16xKo\":[\"Add\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"LL1rvo\":[\"Add Custom Topic\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"pBsoKL\":[\"Add to favorites\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"MIWKYQ\":[\"Add to quick access\"],\"NffMsn\":[\"Add to this chat\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"DtI2tD\":[\"Add your own\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"0>\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"0> with the following filters:\"],\"SJCAsQ\":[\"Adding Context:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"JiIKww\":[\"Advanced Settings\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"VHg3DX\":[\"Agentic Chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"Cmt62w\":[\"All conversations ready\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"baQJ1t\":[\"All Insights\"],\"DA2Nma\":[\"All templates\"],\"NGO2th\":[\"All Templates\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"bruUug\":[\"Almost there\"],\"H7cfSV\":[\"Already added to this chat\"],\"xNyrs1\":[\"Already in context\"],\"jIoHDG\":[\"An email notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"G54oFr\":[\"An email Notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"8q/YVi\":[\"An error occurred while loading the Portal. Please contact the support team.\"],\"XyOToQ\":[\"An error occurred.\"],\"QX6zrA\":[\"Analysis\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"announcements\":[\"Announcements\"],\"Dzr23X\":[\"Announcements\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"1mXYsL\":[\"Anonymous host\"],\"azfEQ3\":[\"Anonymous Participant\"],\"aAIQg2\":[\"Appearance\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"G2gLnJ\":[\"Are you sure you want to delete this tag?\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"xu5cdS\":[\"Are you sure you want to finish?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"K1Omdr\":[\"Are you sure you want to generate the library? This will take a while.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"JHgUuT\":[\"Artefact approved successfully!\"],\"IbpaM+\":[\"Artefact reloaded successfully!\"],\"Qcm/Tb\":[\"Artefact revised successfully!\"],\"uCzCO2\":[\"Artefact updated successfully!\"],\"KYehbE\":[\"artefacts\"],\"jrcxHy\":[\"Artefacts\"],\"F+vBv0\":[\"Ask\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kskjVK\":[\"Assistant is typing...\"],\"HrusNW\":[\"At least one topic must be selected to enable Make it concrete\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"DMBYlw\":[\"Audio Processing In Progress\"],\"D3SDJS\":[\"Audio Recording\"],\"mGVg5N\":[\"Audio recordings are scheduled to be deleted after 30 days from the recording date\"],\"IOBCIN\":[\"Audio Tip\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"/iCiQU\":[\"Auto-select\"],\"3D5FPO\":[\"Auto-select disabled\"],\"ajAMbT\":[\"Auto-select enabled\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"csDS2L\":[\"Available\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"/9nVLo\":[\"Back to Selection\"],\"UNaXdI\":[\"Back to templates\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"GML8s7\":[\"Begin!\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"0fX/GG\":[\"Big Picture\"],\"vZERag\":[\"Big Picture - Themes & patterns\"],\"MkvsWx\":[\"Book a call\"],\"AQCoZS\":[\"Book a call to share your feedback\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"CzeGfZ\":[\"Browse and share templates with other hosts\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"+7fBMP\":[\"Built-in\"],\"ba5GvN\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you ABSOLUTELY sure you want to delete this project?\"],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"lrdoAi\":[\"Cancel schedule\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"kryGs+\":[\"Card\"],\"+DEogc\":[\"Change language\"],\"GptGxg\":[\"Change password\"],\"JFFJDJ\":[\"Changes are saved automatically as you continue to use the app. <0/>Once you have some unsaved changes, you can click anywhere to save the changes. <1/>You will also see a button to Cancel the changes.\"],\"u0IJto\":[\"Changes will be saved automatically\"],\"xF/jsW\":[\"Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?\"],\"AHZflp\":[\"Chat\"],\"TGJVgd\":[\"Chat | Dembrane\"],\"tDlhkF\":[\"Chat name\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"8Q+lLG\":[\"Chats\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"+e4Yxz\":[\"Check microphone access\"],\"v4fiSg\":[\"Check your email\"],\"pWT04I\":[\"Checking...\"],\"KFa1f3\":[\"Choose a logo file\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"0ngaDi\":[\"Citing the following sources\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"q+hNag\":[\"Collection\"],\"tPnZ5Z\":[\"Coming soon — share your input\"],\"bJHBId\":[\"Common use cases:\"],\"chL5IG\":[\"Community\"],\"TVpZgL\":[\"Community templates\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"bD8I7O\":[\"Complete\"],\"6jBoE4\":[\"Concrete Topics\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"p2/GCq\":[\"Confirm Password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"DFFB2t\":[\"Contact sales\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"aVvy3Y\":[\"Context limit reached\"],\"JX3KT4\":[\"Contextual suggestions\"],\"participant.button.continue\":[\"Continue\"],\"xGVfLh\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"ggJDqH\":[\"Conversation Audio\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"BsHMTb\":[\"Conversation Ended\"],\"26Wuwb\":[\"Conversation processing\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"nmB3V3\":[\"Conversations from Upload\"],\"Np+C87\":[\"Conversations:\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"RGCCrg\":[\"Copy share link\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"rG2gDo\":[\"Copy transcript\"],\"OvEjsP\":[\"Copying...\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"CSQPC0\":[\"Create an Account\"],\"library.create\":[\"Create Library\"],\"O671Oh\":[\"Create Library\"],\"library.create.view.modal.title\":[\"Create new view\"],\"vY2Gfm\":[\"Create new view\"],\"uVzvzz\":[\"Create now instead\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"s7XwOU\":[\"Create Template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"/iFtGl\":[\"Created \",[\"createdDate\"]],\"45O6zJ\":[\"Created on\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"6dfVdc\":[\"Crop Logo\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"bfu5HZ\":[\"custom\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"xSrEk4\":[\"Customize how your report is structured. This feature is coming soon.\"],\"ZQKLI1\":[\"Danger Zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"948GTz\":[\"Delete Custom Topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"MlrelG\":[\"Delete Report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"zdyslo\":[\"Delete Webhook\"],\"+m7PfT\":[\"Deleted successfully\"],\"p9tvm2\":[\"Echo\"],\"90wFaY\":[\"ECHO\"],\"nzP4fT\":[\"dembrane events\"],\"Y7Si8i\":[\"dembrane is powered by AI. Please double-check responses.\"],\"67znul\":[\"Reply\"],\"EfkSCE\":[\"Describe how this template is useful...\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"ozaega\":[\"Determines under which GDPR legal basis personal data is processed. This affects consent flows, data subject rights, and retention obligations.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"YrOV6x\":[\"Determines under which GDPR legal basis personal data is processed. This setting applies to all your projects and can be changed in your account settings.\"],\"NMz7xK\":[\"Develop a strategic framework that drives meaningful outcomes. Please:\\n\\nIdentify core objectives and their interdependencies\\nMap out implementation pathways with realistic timelines\\nAnticipate potential obstacles and mitigation strategies\\nDefine clear metrics for success beyond vanity indicators\\nHighlight resource requirements and allocation priorities\\nStructure the plan for both immediate action and long-term vision\\nInclude decision gates and pivot points\\n\\nNote: Focus on strategies that create sustainable competitive advantages, not just incremental improvements.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"QNrZ4w\":[\"Display contextual suggestion pills in the chat\"],\"pfa8F0\":[\"Display name\"],\"vU/Hht\":[\"Distribution\"],\"fDGgw4\":[\"Do I need this?\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"5154Ap\":[\"Download All Transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"v9eY8A\":[\"e.g. tomorrow at 9:00\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"5oD9f/\":[\"Earlier\"],\"participant.button.echo\":[\"ECHO\"],\"HA9VXi\":[\"ECHO\"],\"rH6cQt\":[\"Echo is powered by AI. Please double-check responses.\"],\"o6tfKZ\":[\"ECHO is powered by AI. Please double-check responses.\"],\"/IJH/2\":[\"ECHO!\"],\"lgm7y2\":[\"edit\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"0YvCPC\":[\"Edit Resource\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"gGx5tM\":[\"Editing\"],\"F6H6Lg\":[\"Editing mode\"],\"O3oNi5\":[\"Email\"],\"wwiTff\":[\"Email Verification\"],\"Ih5qq/\":[\"Email Verification | Dembrane\"],\"iF3AC2\":[\"Email verified successfully. You will be redirected to the login page in 5 seconds. If you are not redirected, please click <0>here0>.\"],\"g2N9MJ\":[\"email@work.com\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"N2S1rs\":[\"Empty\"],\"DCRKbe\":[\"Enable 2FA\"],\"PccJlP\":[\"Enable Echo\"],\"pPJr5A\":[\"Enable ECHO\"],\"D3AnH0\":[\"Enable Explore\"],\"+ljZfM\":[\"Enable Go deeper\"],\"wGA7d4\":[\"Enable Make it concrete\"],\"4KKbfZ\":[\"Enable participation\"],\"PoQJQE\":[\"Enable Reply\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"Idlt6y\":[\"Enable this feature to allow participants to receive notifications when a report is published or updated. Participants can enter their email to subscribe for updates and stay informed.\"],\"g2qGhy\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Echo\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"pB03mG\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"ECHO\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dWv3hs\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Get Reply\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"rkE6uN\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Go deeper\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"IxzwiB\":[\"End of list • All \",[\"0\"],\" conversations loaded\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"nAEwOZ\":[\"Enter your access code\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"S2MVUN\":[\"Error loading announcements\"],\"xcUDac\":[\"Error loading insights\"],\"edh3aY\":[\"Error loading project\"],\"3Uoj83\":[\"Error loading quotes\"],\"4kVRov\":[\"Error occurred\"],\"z05QRC\":[\"Error updating report\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"sQpDn6\":[\"Exit fullscreen\"],\"Rsjgm0\":[\"Experimental\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"/bsogT\":[\"Explore themes & patterns across all conversations\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"9GMUFh\":[\"Failed to approve artefact. Please try again.\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"BVzTya\":[\"Failed to delete response\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"C6KoMG\":[\"Failed to finish conversation. Please try again or start a new conversation.\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"7S+M+W\":[\"Failed to generate Hidden gems. Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"DKxr+e\":[\"Failed to get announcements\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"AXRzV1\":[\"Failed to load audio or the audio is not available\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"hhLiKu\":[\"Failed to revise artefact. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"8LgIkO\":[\"Failed to start new conversation. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"radRmd\":[\"Feedback portal\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"o7J4JM\":[\"Filter\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"JmZ/+d\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"kODvZJ\":[\"First Name\"],\"Fsd1Wl\":[\"Focus\"],\"wD4aF6\":[\"Focus your report (optional)\"],\"MKEPCY\":[\"Follow\"],\"JnPIOr\":[\"Follow playback\"],\"cGeFup\":[\"Font Size\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"glx6on\":[\"Forgot your password?\"],\"nLC6tu\":[\"French\"],\"wX2Tuz\":[\"from \",[\"0\"]],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"oADIO6\":[\"Generate a new report. Previous reports will remain accessible.\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"gitFA/\":[\"Generate Summary\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"u9yLe/\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"IL8LH3\":[\"Go deeper\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"7aC3FA\":[\"Go to feedback portal\"],\"A3oCMz\":[\"Go to new conversation\"],\"mT57+Q\":[\"Go to Settings\"],\"5gqNQl\":[\"Grid view\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"Yae+po\":[\"Help us translate\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"D+zLDD\":[\"Hidden\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"LqWHk1\":[\"Hide \",[\"0\"]],\"u5xmYC\":[\"Hide all\"],\"txCbc+\":[\"Hide all insights\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"eHo/Jc\":[\"Hide data\"],\"g4tIdF\":[\"Hide revision data\"],\"tn75xn\":[\"Highlight specific Concept\"],\"i0qMbr\":[\"Home\"],\"lgXx7l\":[\"How it works:\"],\"LSCWlh\":[\"How would you describe to a colleague what are you trying to accomplish with this project?\\n* What is the north star goal or key metric\\n* What does success look like\"],\"participant.button.i.understand\":[\"I understand\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"WsoNdK\":[\"Identify and analyze the recurring themes in this content. Please:\\n\\nExtract patterns that appear consistently across multiple sources\\nLook for underlying principles that connect different ideas\\nIdentify themes that challenge conventional thinking\\nStructure the analysis to show how themes evolve or repeat\\nFocus on insights that reveal deeper organizational or conceptual patterns\\nMaintain analytical depth while being accessible\\nHighlight themes that could inform future decision-making\\n\\nNote: If the content lacks sufficient thematic consistency, let me know we need more diverse material to identify meaningful patterns.\"],\"KbXMDK\":[\"Identify recurring themes, topics, and arguments that appear consistently across conversations. Analyze their frequency, intensity, and consistency. Expected output: 3-7 aspects for small datasets, 5-12 for medium datasets, 8-15 for large datasets. Processing guidance: Focus on distinct patterns that emerge across multiple conversations.\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"411+TR\":[\"If you're an advanced user setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"QJUjB0\":[\"In order to better navigate through the quotes, create additional views. The quotes will then be clustered based on your view.\"],\"IJUcvx\":[\"In the meantime, if you want to analyze the conversations that are still processing, you can use the Chat feature\"],\"Au/WJO\":[\"Include portal link\"],\"aOhF9L\":[\"Include portal link in report\"],\"Dvf4+M\":[\"Include timestamps\"],\"CE+M2e\":[\"Info\"],\"sMa/sP\":[\"Insight Library\"],\"ZVY8fB\":[\"Insight not found\"],\"sJa5f4\":[\"insights\"],\"3hJypY\":[\"Insights\"],\"NxHkkp\":[\"Instructions\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"1xMiTU\":[\"IP Address\"],\"participant.conversation.error.deleted\":[\"It looks like the conversation was deleted while you were recording. We've stopped the recording to prevent any issues. You can start a new one anytime.\"],\"zT7nbS\":[\"It looks like the conversation was deleted while you were recording. We've stopped the recording to prevent any issues. You can start a new one anytime.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"JsWQuM\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations. You can optionally focus the report on a specific topic.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"Lj7sBL\":[\"Italian\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"4fhsRZ\":[\"Join the Slack community\"],\"uocCon\":[\"Just a moment\"],\"OSBXx5\":[\"Just now\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"vXIe7J\":[\"Language\"],\"UXBCwc\":[\"Last Name\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"wL3cK8\":[\"Latest\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"vRXsmZ\":[\"Legal Basis\"],\"7kyKF5\":[\"Legal basis updated\"],\"PIhnIP\":[\"Let us know!\"],\"qhQjFF\":[\"Let's Make Sure We Can Hear You\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"yUQgLY\":[\"Library is currently being processed\"],\"gkv8iG\":[\"License Plate\"],\"yzF66j\":[\"Link\"],\"LIj2/f\":[\"Link to your organisation's privacy policy that will be shown to participants\"],\"3gvJj+\":[\"LinkedIn Post (Experimental)\"],\"dF6vP6\":[\"Live\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Preview\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQE2r9\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"ATTcN8\":[\"Loading concrete topics…\"],\"FUK4WT\":[\"Loading microphones...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3DkEi5\":[\"Loading verification topics…\"],\"3SKW0s\":[\"Loading verify topics…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"z0t9bb\":[\"Login\"],\"zfB1KW\":[\"Login | Dembrane\"],\"Wd2LTk\":[\"Login as an existing user\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"WXSxpf\":[\"Logo updated successfully\"],\"nOhz3x\":[\"Logout\"],\"jWXlkr\":[\"Longest First\"],\"mrenWs\":[\"Manage templates\"],\"JSxZVX\":[\"Mark all read\"],\"+s1J8k\":[\"Mark as read\"],\"VxyuRJ\":[\"Meeting Notes\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"lWkKSO\":[\"min\"],\"oSrMRT\":[\"Mine\"],\"b85Pfh\":[\"Minimum 8 characters\"],\"zz/Wd/\":[\"Mode\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"zMx0gF\":[\"More templates\"],\"y1ypMV\":[\"Most popular\"],\"7BgchI\":[\"Most used\"],\"QWdKwH\":[\"Move\"],\"CyKTz9\":[\"Move Conversation\"],\"wUTBdx\":[\"Move to Another Project\"],\"Ksvwy+\":[\"Move to Project\"],\"en+4fS\":[\"My templates\"],\"+O1YmH\":[\"My Templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"ztAdhw\":[\"Name updated\"],\"c5Xt89\":[\"Name Z-A\"],\"isRobC\":[\"New\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"XojC2V\":[\"New conversations available — update your report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"P/+jkp\":[\"New conversations have been added since the library was generated. Regenerate the library to process them.\"],\"3RC8Um\":[\"New conversations have been added since your last report. Generate an updated report to include them. Your previous report will remain accessible.\"],\"QgiaQ8\":[\"New date and time\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"+VXUp8\":[\"New Project\"],\"z6wcHz\":[\"New Report\"],\"dUCJry\":[\"Newest\"],\"+RfVvh\":[\"Newest First\"],\"participant.button.next\":[\"Next\"],\"participant.ready.to.begin.button.text\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"hXzOVo\":[\"Next\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"riwuXX\":[\"No actions found\"],\"WsI5bo\":[\"No announcements available\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"YM6Wft\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"Qqhl3R\":[\"No collections found\"],\"S8FeaY\":[\"No community templates yet. Share yours to get started.\"],\"zMt5AM\":[\"No concrete topics available.\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"zM3DDm\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.1>0>\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"meAa31\":[\"No conversations yet\"],\"ax9iz4\":[\"No custom templates yet. Create one to get started.\"],\"VInleh\":[\"No insights available. Generate insights for this conversation by visiting<0><1> the project library.1>0>\"],\"yTx6Up\":[\"No key terms or proper nouns have been added yet. Add them using the input above to improve transcript accuracy.\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"ghhtgM\":[\"No quotes available. Generate quotes for this conversation by visiting\"],\"yalI52\":[\"No quotes available. Generate quotes for this conversation by visiting<0><1> the project library.1>0>\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"EhV94J\":[\"No resources found.\"],\"Ev2r9A\":[\"No results\"],\"rXndZR\":[\"No specific focus\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"kaDUQs\":[\"No templates yet. Create your own or browse All templates.\"],\"bhqKwO\":[\"No Transcript Available\"],\"TmTivZ\":[\"No transcript available for this conversation.\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"MPZkyF\":[\"No transcripts are selected for this chat\"],\"AotzsU\":[\"No tutorial (only Privacy statements)\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"2h9aae\":[\"No verification topics available.\"],\"pdWSGS\":[\"No verify topics available.\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"cH5kXP\":[\"Now\"],\"9+6THi\":[\"Oldest First\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"conversation.ongoing\":[\"Ongoing\"],\"J6n7sl\":[\"Ongoing\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"Dw7aQc\":[\"Only applies when report is published\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"QvvnWK\":[\"Only the \",[\"0\"],\" finished \",[\"1\"],\" will be included in the report right now. \"],\"participant.alert.microphone.access.failure\":[\"Oops! It looks like microphone access was denied. No worries, though! We've got a handy troubleshooting guide for you. Feel free to check it out. Once you've resolved the issue, come back and visit this page again to check if your microphone is ready.\"],\"J17dTs\":[\"Oops! It looks like microphone access was denied. No worries, though! We've got a handy troubleshooting guide for you. Feel free to check it out. Once you've resolved the issue, come back and visit this page again to check if your microphone is ready.\"],\"1TNIig\":[\"Open\"],\"NRLF9V\":[\"Open Documentation\"],\"QTXl9z\":[\"Open feedback portal\"],\"2CyWv2\":[\"Open for Participation?\"],\"Z7K0px\":[\"Open guide\"],\"JoAjm8\":[\"Open Host Guide\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"1h45Hu\":[\"Or write your own\"],\"6lcDxb\":[\"Organiser's Privacy Policy URL\"],\"HAc+I8\":[\"Other hosts can see and copy your template. You can unpublish at any time.\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"rMCv1T\":[\"Participant name and email\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"lpIMne\":[\"Passwords do not match\"],\"IgrLD/\":[\"Pause\"],\"PTSHeg\":[\"Pause reading\"],\"UbRKMZ\":[\"Pending\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"SrBL1b\":[\"Pick date and time\"],\"fwmBX+\":[\"Pick one or more angles\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"lepv9z\":[\"Pin to chat bar\"],\"fr2ggG\":[\"pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"RimR35\":[\"Pinned templates\"],\"Atb9XB\":[\"Pinned to chat bar\"],\"participant.alert.microphone.access\":[\"Please allow microphone access to start the test.\"],\"3flRk2\":[\"Please allow microphone access to start the test.\"],\"SQSc5o\":[\"Please check back later or contact the project owner for more information.\"],\"T8REcf\":[\"Please check your inputs for errors.\"],\"S6iyis\":[\"Please do not close your browser\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"iMWXJN\":[\"Please keep this screen lit up (black screen = not recording)\"],\"D90h1s\":[\"Please login to continue.\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"gEEhkM\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"ps5D2F\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon. \\n**Please keep this screen lit up** \\n(black screen = not recording)\"],\"TsuUyf\":[\"Please record your response by clicking the \\\"Start Recording\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"4TVnP7\":[\"Please select a language for your report\"],\"N63lmJ\":[\"Please select a language for your updated report\"],\"XvD4FK\":[\"Please select at least one source\"],\"hxTGLS\":[\"Please select conversations from the sidebar to proceed\"],\"GXZvZ7\":[\"Please wait \",[\"timeStr\"],\" before requesting another echo.\"],\"Am5V3+\":[\"Please wait \",[\"timeStr\"],\" before requesting another Echo.\"],\"CE1Qet\":[\"Please wait \",[\"timeStr\"],\" before requesting another ECHO.\"],\"Fx1kHS\":[\"Please wait \",[\"timeStr\"],\" before requesting another reply.\"],\"MgJuP2\":[\"Please wait while we generate your report. You will automatically be redirected to the report page.\"],\"library.processing.request\":[\"Please wait while we process your request. You requested to create the library on \",[\"0\"]],\"04DMtb\":[\"Please wait while we process your retranscription request. You will be redirected to the new conversation when ready.\"],\"ei5r44\":[\"Please wait while we update your report. You will automatically be redirected to the report page.\"],\"j5KznP\":[\"Please wait while we verify your email address.\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"uRFMMc\":[\"Portal Content\"],\"qVypVJ\":[\"Portal Editor\"],\"Tx36sk\":[\"Portal link\"],\"g2UNkE\":[\"Powered by\"],\"np1J1t\":[\"Prefer to chat directly? <0>Book a call with me0>\"],\"Q6hhn8\":[\"Preferences\"],\"MPWj35\":[\"Preparing your conversations... This may take a moment.\"],\"/SM3Ws\":[\"Preparing your experience\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"ANWB5x\":[\"Print this report\"],\"nKiOIS\":[\"Privacy & Security\"],\"zwqetg\":[\"Privacy Statements\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"stk3Hv\":[\"processing\"],\"vrnnn9\":[\"Processing\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> and adding them to your chat\"],\"kvs/6G\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat.\"],\"q11K6L\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat. Last Known Status: \",[\"0\"]],\"NQiPr4\":[\"Processing Transcript\"],\"48px15\":[\"Processing your report...\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"Hie0VV\":[\"Project Created\"],\"2u+ykz\":[\"Project default: enabled. Disables audio playback, download, and retranscription.\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"0qmd8V\":[\"Project default: enabled. This will replace personally identifiable information with .\"],\"xJ758z\":[\"Project Defaults\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Project Settings\"],\"+0B+ue\":[\"Projects\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"JQVviE\":[\"Projects Home\"],\"W9uQXX\":[\"Prompt\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"6oqr95\":[\"Provide specific context to improve transcript quality and accuracy. This may include key terms, specific instructions, or other relevant information.\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"GwOmnT\":[\"Publish this report to enable printing\"],\"ZSi2AK\":[\"Publish this report to enable sharing\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"4R3R74\":[\"Published to community\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"9iShh/\":[\"Quick Access (max 5)\"],\"utRRxm\":[\"Quick access is full (max 5)\"],\"dN0qso\":[\"Quick access:\"],\"eWLklq\":[\"Quotes\"],\"Z7tUbi\":[\"Rate this prompt:\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"wZxwNu\":[\"Read aloud\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"DqXVNZ\":[\"Ready to generate\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"participant.button.record\":[\"Record\"],\"w80YWM\":[\"Record\"],\"s4Sz7r\":[\"Record another conversation\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"6exX+8\":[\"Regenerate\"],\"844H5I\":[\"Regenerate Library\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"wYz80B\":[\"Register | Dembrane\"],\"w3qEvq\":[\"Register as a new user\"],\"/PACVa\":[\"Release notes\"],\"7dZnmw\":[\"Relevance\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"hTDMBB\":[\"Reload Page\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"t/YqKh\":[\"Remove\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"T/pF0Z\":[\"Remove from favorites\"],\"hHTkR9\":[\"Remove from quick access\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"2wxgft\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"pirBu7\":[\"Replaces personal information with placeholders. Disables audio playback, download, and retranscription.\"],\"XyN13i\":[\"Reply Prompt\"],\"gjpdaf\":[\"Report\"],\"UZ6fKH\":[\"Report actions\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"mgTmvC\":[\"Report structure\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"library.request.access\":[\"Request Access\"],\"uLZGK+\":[\"Request Access\"],\"dglEEO\":[\"Request Password Reset\"],\"u2Hh+Y\":[\"Request Password Reset | Dembrane\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"MepchF\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"QqW27M\":[\"Reschedule\"],\"OfhWJH\":[\"Reset\"],\"xeMrqw\":[\"Reset All Options\"],\"KbS2K9\":[\"Reset Password\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"s+MGs7\":[\"Resources\"],\"participant.button.stop.resume\":[\"Resume\"],\"v39wLo\":[\"Resume\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"H1Pyjd\":[\"Retry Upload\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"UZVWVb\":[\"Review files before uploading\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"kv1ztT\":[\"Right-click to highlight\"],\"xxCtZv\":[\"Rows per page\"],\"IqCtR/\":[\"Run status:\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"BnmEvM\":[\"Save as template\"],\"IUwGEM\":[\"Save Changes\"],\"2VA/7X\":[\"Save Error!\"],\"RgyKxd\":[\"Save Quick Access\"],\"5dVjYt\":[\"Save template\"],\"zaYZWH\":[\"Save to my templates\"],\"XvjC4F\":[\"Saving...\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"gmB6oO\":[\"Schedule\"],\"QS1Nla\":[\"Schedule for later\"],\"wCGy0o\":[\"Schedule Report\"],\"oOi11l\":[\"Scroll to bottom\"],\"select.all.modal.loading.search\":[\"Search\"],\"A1taO8\":[\"Search\"],\"OWm+8o\":[\"Search conversations\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"RVZJWQ\":[\"Search projects...\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"Eyh9/O\":[\"See conversation status details\"],\"0sQPzI\":[\"See you soon\"],\"1ZTiaz\":[\"Segments\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"n4rh8x\":[\"Select Project\"],\"ekUnNJ\":[\"Select tags\"],\"CG1cTZ\":[\"Select the instructions that will be shown to participants when they start a conversation\"],\"qxzrcD\":[\"Select the type of feedback or engagement you want to encourage.\"],\"QdpRMY\":[\"Select tutorial\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"vKH1Ye\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"JlFcis\":[\"Send\"],\"3mlq2q\":[\"Send a message to start an agentic run.\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"VTmyvi\":[\"Sentiment\"],\"NprC8U\":[\"Session Name\"],\"DMl1JW\":[\"Setting up your first project\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"PErdpz\":[\"Settings | Dembrane\"],\"Z8lGw6\":[\"Share\"],\"OuFYHU\":[\"Share report\"],\"/XNQag\":[\"Share this report\"],\"lRZMol\":[\"Share with community\"],\"dNCDbY\":[\"Share with the community\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"Dc7GM4\":[\"Share your voice\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"sN4DkP\":[\"Show a link for participants to contribute\"],\"lZw9AX\":[\"Show all\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"yrhNQG\":[\"Show duration\"],\"YbxwRo\":[\"Show generated suggestions\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"DLEIpN\":[\"Show timestamps (experimental)\"],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"dbWo0h\":[\"Sign in with Google\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"6Uau97\":[\"Skip\"],\"lH0eLz\":[\"Skip data privacy slide (Host manages consent)\"],\"b6NHjr\":[\"Skip data privacy slide (Host manages legal base)\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"3Czdpd\":[\"Slack community\"],\"4Q9po3\":[\"Some conversations are still being processed. Auto-select will work optimally once audio processing is complete.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"zazql1\":[\"Something went wrong generating your latest report. Showing your most recent completed report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"a75OAp\":[\"Something went wrong generating your report. You can try again below.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"JOKTb4\":[\"Something went wrong while uploading the file: \",[\"0\"]],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore0> button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"u7yVRn\":[\"Sources:\"],\"65A04M\":[\"Spanish\"],\"zuoIYL\":[\"Speaker\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"AS7WoE\":[\"Start fresh\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"c6FrMu\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"pHVkqA\":[\"Start Recording\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategic Planning\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"0Pd4R1\":[\"Submitted via text input\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"aZJj7n\":[\"Suggest prompts based on your conversations\"],\"FyUg+Y\":[\"Suggest prompts based on your conversations. Try sending a message to see it in action.\"],\"bh1eKt\":[\"Suggested:\"],\"F1nkJm\":[\"Summarize\"],\"4ZpfGe\":[\"Summarize key insights from my interviews\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"g6o+7L\":[\"Summary generated successfully.\"],\"kiOob5\":[\"Summary not available yet\"],\"OUi+O3\":[\"Summary regenerated successfully.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"D+NlUC\":[\"System\"],\"OYHzN1\":[\"Tags\"],\"DhO+ei\":[\"Tags (max 3)\"],\"nlxlmH\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"QCchuT\":[\"Template applied\"],\"5OwALL\":[\"Template name\"],\"1UeZgj\":[\"Template prompt content...\"],\"iTylMl\":[\"Templates\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"ZfU8da\":[\"The built-in issue reporter could not be loaded. You can still let us know what went wrong through our feedback portal — it helps us fix things faster.\"],\"gtMB2A\":[\"The built-in issue reporter could not be loaded. You can still let us know what went wrong through our feedback portal. It helps us fix things faster than not submitting a report.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"nO942E\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"woefOb\":[\"The issue reporter could not be loaded. Please use the feedback portal to tell us what went wrong — it helps us fix things faster.\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"bWqoQ6\":[\"the project library.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"iV8+33\":[\"The summary is being regenerated. Please wait for the new summary to be available.\"],\"AgC2rn\":[\"The summary is being regenerated. Please wait upto 2 minutes for the new summary to be available.\"],\"PTNxDe\":[\"The transcript for this conversation is being processed. Please check back later.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"FEr96N\":[\"Theme\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"e3JUb8\":[\"There was an error generating your report. In the meantime, you can analyze all your data using the library or select specific conversations to chat with.\"],\"7qENSx\":[\"There was an error updating your report. Please try again or contact support.\"],\"V7zEnY\":[\"There was an error verifying your email. Please try again.\"],\"gtlVJt\":[\"These are some helpful preset templates to get you started.\"],\"sd848K\":[\"These are your default view templates. Once you create your library these will be your first two views.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"Ed99mE\":[\"Thinking...\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"dt1MDy\":[\"This conversation is still being processed. It will be available for analysis and chat shortly.\"],\"5ZpZXq\":[\"This conversation is still being processed. It will be available for analysis and chat shortly. \"],\"SzU1mG\":[\"This email is already in the list.\"],\"JtPxD5\":[\"This email is already subscribed to notifications.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"lja/om\":[\"This information is anonymized\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"gqYJin\":[\"This is your project library. Currently, \",[\"0\"],\" conversations are waiting to be processed.\"],\"sNnJJH\":[\"This is your project library. Currently,\",[\"0\"],\" conversations are waiting to be processed.\"],\"tJL2Lh\":[\"This language will be used for the Participant's Portal and transcription.\"],\"BAUPL8\":[\"This language will be used for the Participant's Portal and transcription. To change the language of this application, please use the language picker through the settings in the header.\"],\"zyA8Hj\":[\"This language will be used for the Participant's Portal, transcription and analysis. To change the language of this application, please use the language picker in the header user menu instead.\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"9ww6ML\":[\"This page is shown after the participant has completed the conversation.\"],\"1gmHmj\":[\"This page is shown to participants when they start a conversation after they successfully complete the tutorial.\"],\"bEbdFh\":[\"This project library was generated on\"],\"No7/sO\":[\"This project library was generated on \",[\"0\"],\".\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"okY/ix\":[\"This summary is AI-generated and brief, for thorough analysis, use the Chat or Library.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"n4l4/n\":[\"This will replace personally identifiable information with .\"],\"Ww6cQ8\":[\"Time Created\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"5h7Z+m\":[\"To assign a new tag, please create it first in the project overview.\"],\"o3rowT\":[\"To generate a report, please start by adding conversations in your project\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"fp5rKh\":[\"Transcribing...\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"AJc6ig\":[\"Transcript not available\"],\"N/50DC\":[\"Transcript Settings\"],\"FRje2T\":[\"Transcription in progress...\"],\"0l9syB\":[\"Transcription in progress…\"],\"H3fItl\":[\"Transform these transcripts into a LinkedIn post that cuts through the noise. Please:\\n\\nExtract the most compelling insights - skip anything that sounds like standard business advice\\nWrite it like a seasoned leader who challenges conventional wisdom, not a motivational poster\\nFind one genuinely unexpected observation that would make even experienced professionals pause\\nMaintain intellectual depth while being refreshingly direct\\nOnly use data points that actually challenge assumptions\\nKeep formatting clean and professional (minimal emojis, thoughtful spacing)\\nStrike a tone that suggests both deep expertise and real-world experience\\n\\nNote: If the content doesn't contain any substantive insights, please let me know we need stronger source material. I'm looking to contribute real value to the conversation, not add to the noise.\"],\"53dSNP\":[\"Transform this content into insights that actually matter. Please:\\n\\nExtract core ideas that challenge standard thinking\\nWrite like someone who understands nuance, not a textbook\\nFocus on the non-obvious implications\\nKeep it sharp and substantive\\nOnly highlight truly meaningful patterns\\nStructure for clarity and impact\\nBalance depth with accessibility\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"uK9JLu\":[\"Transform this discussion into actionable intelligence. Please:\\n\\nCapture the strategic implications, not just talking points\\nStructure it like a thought leader's analysis, not minutes\\nHighlight decision points that challenge standard thinking\\nKeep the signal-to-noise ratio high\\nFocus on insights that drive real change\\nOrganize for clarity and future reference\\nBalance tactical details with strategic vision\\n\\nNote: If the discussion lacks substantial decision points or insights, flag it for deeper exploration next time.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"qJb6G2\":[\"Try Again\"],\"eP1iDc\":[\"Try asking\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"PD9mEt\":[\"Type a message...\"],\"EvmL3X\":[\"Type your response here\"],\"V9+2pH\":[\"Ukrainian\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"8vqTzl\":[\"Unable to load the generated artefact. Please try again.\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dFIzZ6\":[\"Unpin from chat bar\"],\"dx+iaL\":[\"Unpin project\"],\"KyKziT\":[\"Unpublish from community\"],\"H899Z+\":[\"unread announcement\"],\"0pinHa\":[\"unread announcements\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"jlrVDp\":[\"Untitled Conversation\"],\"PZKdTd\":[\"Untitled report\"],\"EkH9pt\":[\"Update\"],\"3RboBp\":[\"Update Report\"],\"4loE8L\":[\"Update the report to include the latest data\"],\"Jv5s94\":[\"Update your report to include the latest changes in your project. The link to share the report would remain the same.\"],\"+b7T3G\":[\"Updated\"],\"kwkhPe\":[\"Upgrade\"],\"UkyAtj\":[\"Upgrade to unlock Auto-select and analyze 10x more conversations in half the time—no more manual selection, just deeper insights instantly.\"],\"ONWvwQ\":[\"Upload\"],\"UN8G93\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide.\"],\"8XD6tj\":[\"Upload Audio\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"Wft2yh\":[\"Upload in progress\"],\"JveaeL\":[\"Upload resources\"],\"3wG7HI\":[\"Uploaded\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"DsBeuB\":[\"Use\"],\"VdaKZe\":[\"Use experimental features\"],\"rmMdgZ\":[\"Use PII Redaction\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"7sNhEz\":[\"Username\"],\"S2LyQ+\":[\"Using default dembrane logo\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"GWpt68\":[\"Verification Topics\"],\"c242dc\":[\"verified\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"swn5Tq\":[\"verified artefact\"],\"ob18eo\":[\"Verified Artefacts\"],\"Iv1iWN\":[\"verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"w6Mgbs\":[\"Verify Topics\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"View conversation details\"],\"H1e6Hv\":[\"View Conversation Status\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"7bvD/5\":[\"View read announcements\"],\"D4e7re\":[\"View your responses\"],\"nFTq4y\":[\"views\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"tCfopB\":[\"Want custom report structures?\"],\"Px9INg\":[\"Want to add a template to \\\"Dembrane\\\"?\"],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"v8z9fL\":[\"Want to customize how your report looks?\"],\"r6y+jM\":[\"Warning\"],\"pUTmp1\":[\"Warning: You have added \",[\"0\"],\" key terms. Only the first \",[\"ASSEMBLYAI_MAX_HOTWORDS\"],\" will be used by the transcription engine.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"SrJOPD\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"Ewk6kb\":[\"We couldn't load the audio. Please try again later.\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"9qYWL7\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder. If you still don't see it, please contact evelien@dembrane.com\"],\"3fS27S\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder. If you still don't see it, please contact jules@dembrane.com\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"dni8nq\":[\"We will only send you a message if your host generates a report, we never share your details with anyone. You can opt out at any time.\"],\"/621Bs\":[\"We'd love to hear from you. Whether you have an idea for something new, you've hit a bug, spotted a translation that feels off, or just want to share how things have been going.\"],\"participant.test.microphone.description\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"tQtKw5\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"2ZUkkL\":[\"We're designing this feature and would love your input.\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"i1hzzO\":[\"Welcome to Big Picture Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Details mode.\"],\"fwEAk/\":[\"Welcome to dembrane Chat! Use the sidebar to select resources and conversations that you want to analyse. Then, you can ask questions about the selected resources and conversations.\"],\"AKBU2w\":[\"Welcome to Dembrane!\"],\"TACmoL\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Deep Dive mode.\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"Bck6Du\":[\"Welcome to Reports!\"],\"aEpQkt\":[\"Welcome to Your Home! Here you can see all your projects and get access to tutorial resources. Currently, you have no projects. Click \\\"Create\\\" to configure to get started!\"],\"klH6ct\":[\"Welcome!\"],\"Tfxjl5\":[\"What are the main themes across all conversations?\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"vv/EFG\":[\"What data is sent?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"fyMvis\":[\"What patterns emerge from the data?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"ZsEVar\":[\"What should this report focus on?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"LEYli4\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"/dAMl1\":[\"When should the report be generated?\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"KcnIXL\":[\"will be included in your report\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"kWJmRL\":[\"You\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"tbeb1Y\":[\"You can still use the Ask feature to chat with any conversation\"],\"ORA5nz\":[\"You can try again below.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"vCyT5z\":[\"You have some conversations that have not been processed yet. Regenerate the library to process them.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"1kxxiH\":[\"You may choose to add a list of proper nouns, names, or other information that may be relevant to the conversation. This will be used to improve the quality of the transcripts.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"Pw2f/0\":[\"Your conversation is currently being transcribed. Please check back in a few moments.\"],\"OFDbfd\":[\"Your Conversations\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"q8yluz\":[\"Your name\"],\"B+9EHO\":[\"Your response has been recorded. You may now close this tab.\"],\"wurHZF\":[\"Your responses\"],\"B8Q/i2\":[\"Your view has been created. Please wait as we process and analyse the data.\"],\"library.views.title\":[\"Your Views\"],\"lZNgiw\":[\"Your Views\"],\"q48J96\":[\"Yours\"],\"ACjxWW\":[\"Zoom\"]}")as Messages;
\ No newline at end of file
+/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"library.regenerate\":[\"Regenerate Library\"],\"library.conversations.processing.status\":[\"Currently \",[\"finishedConversationsCount\"],\" conversations are ready to be analyzed. \",[\"unfinishedConversationsCount\"],\" still processing.\"],\"participant.echo.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO0> button, or contact support if the issue continues.\"],\"library.contact.sales\":[\"Contact sales\"],\"library.not.available\":[\"It looks like the library is not available for your account. Please contact sales to unlock this feature.\"],\"conversation.accordion.skeleton.title\":[\"Conversations\"],\"project.sidebar.chat.end.description\":[\"End of list • All \",[\"totalChats\"],\" chats loaded\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"participant.button.is.recording.echo\":[\"ECHO\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.pause\":[\"Pause\"],\"participant.button.resume\":[\"Resume\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.modal.refine.info.title.echo\":[\"\\\"Go deeper\\\" available soon\"],\"participant.modal.refine.info.title.verify\":[\"\\\"Make it concrete\\\" available soon\"],\"participant.verify.action.button.approve\":[\"Approve\"],\"participant.verify.artefact.title\":[\"Artefact: \",[\"selectedOptionLabel\"]],\"participant.verify.instructions.button.cancel\":[\"Cancel\"],\"participant.verify.action.button.cancel\":[\"Cancel\"],\"dashboard.dembrane.verify.description\":[\"Enable this feature to allow participants to create and approve \\\"verified objects\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified objects and review them in the overview.\"],\"dashboard.dembrane.verify.experimental\":[\"Experimental\"],\"participant.verify.artefact.action.button.go.back\":[\"Go back\"],\"participant.verify.artefact.error.description\":[\"It looks like we couldn't load this artefact. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"participant.verify.loading.artefact\":[\"Loading artefact\"],\"participant.verify.regenerating.artefact\":[\"Regenerating the artefact\"],\"participant.verify.artefact.action.button.reload\":[\"Reload Page\"],\"participant.verify.action.button.revise\":[\"Revise\"],\"participant.verify.action.button.save\":[\"Save\"],\"participant.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO0> button, or contact support if the issue continues.\"],\"participant.echo.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"participant.verify.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.verify.loading.artefact.description\":[\"This will just take a moment\"],\"participant.verify.artefact.error.title\":[\"Unable to Load Artefact\"],\"dashboard.dembrane.concrete.experimental\":[\"Beta\"],\"participant.button.go.deeper\":[\"Go deeper\"],\"participant.button.make.concrete\":[\"Make it concrete\"],\"select.all.modal.skip.reason\":[\"some might skip due to empty transcript or context limit\"],\"participant.modal.interruption.issue.description\":[\"We saved your recording up to <0>\",[\"formattedDuration\"],\"0> but lost the last 60 seconds or so. <1/> Press below to reconnect, then hit the record button to continue.\"],\"participant.modal.refine.info.title.go.deeper\":[\"\\\"Go deeper\\\" available soon\"],\"participant.modal.refine.info.title.concrete\":[\"\\\"Make it concrete\\\" available soon\"],\"participant.modal.refine.info.title.generic\":[\"\\\"Refine\\\" available soon\"],\"participant.modal.refine.info.title\":[\"Feature available soon\"],\"participant.refine.go.deeper\":[\"Go deeper\"],\"participant.concrete.artefact.error.description\":[\"It looks like we couldn't load this artefact. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"dashboard.dembrane.concrete.title\":[\"Make it concrete\"],\"participant.refine.make.concrete\":[\"Make it concrete\"],\"participant.button.refine\":[\"Refine\"],\"participant.concrete.regenerating.artefact\":[\"Regenerating the artefact\"],\"dashboard.dembrane.concrete.topic.select\":[\"Select which topics participants can use for \\\"Make it concrete\\\".\"],\"participant.go.deeper.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Go deeper0> button, or contact support if the issue continues.\"],\"participant.concrete.artefact.error.title\":[\"Unable to Load Artefact\"],\"participant.modal.refine.info.reason\":[\"We need a bit more context to help you refine effectively. Please continue recording so we can provide better suggestions.\"],\"dashboard.dembrane.concrete.description\":[\"Enable this feature to allow participants to create and approve \\\"concrete objects\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with concrete objects and review them in the overview.\"],\"participant.concrete.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"participant.concrete.instructions.loading\":[\"Loading\"],\"participant.concrete.selection.button.next\":[\"Next\"],\"participant.concrete.instructions.button.next\":[\"Next\"],\"participant.concrete.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.concrete.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"dashboard.dembrane.verify.topic.select\":[\"Select which topics participants can use for verification.\"],\"participant.concrete.selection.title\":[\"What do you want to make concrete?\"],\"participant.concrete.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to make them concrete.\"],\"participant.concrete.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"participant.anonymization.notice\":[\"Your transcription will be anonymized and your host will not be able to listen to your recording.\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"JhOwWd\":[\"-5s\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"NzluOx\":[\"(optional)\"],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"1/+09d\":[[\"0\"],\" views\"],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"uSTZVH\":[[\"conversationTotal\"],\" included\"],\"P1pDS8\":[[\"diffInDays\"],\"d ago\"],\"bT6AxW\":[[\"diffInHours\"],\"h ago\"],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"fyE7Au\":[[\"minutes\"],\" minutes and \",[\"seconds\"],\" seconds\"],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"U7Iesw\":[[\"seconds\"],\" seconds\"],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"pV+XPw\":[\"+5s\"],\"LPXUKX\":[\"<0>Wait 0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspects\"],\"0ko5Xt\":[\"1 included\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"DLFRSx\":[\"10+ members have joined\"],\"nDEZ7T\":[\"2. When a conversation event happens, we automatically send the conversation data to your URL\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"AeXO77\":[\"Account\"],\"VsyynM\":[\"Account & Security\"],\"DX/Wkz\":[\"Account password\"],\"L5gswt\":[\"Action By\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"select.all.modal.loading.filters\":[\"Active filters\"],\"m16xKo\":[\"Add\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"LL1rvo\":[\"Add Custom Topic\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"pBsoKL\":[\"Add to favorites\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"MIWKYQ\":[\"Add to quick access\"],\"NffMsn\":[\"Add to this chat\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"DtI2tD\":[\"Add your own\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"0>\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"0> with the following filters:\"],\"SJCAsQ\":[\"Adding Context:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"JiIKww\":[\"Advanced Settings\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"VHg3DX\":[\"Agentic Chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"Cmt62w\":[\"All conversations ready\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"baQJ1t\":[\"All Insights\"],\"DA2Nma\":[\"All templates\"],\"NGO2th\":[\"All Templates\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"bruUug\":[\"Almost there\"],\"H7cfSV\":[\"Already added to this chat\"],\"xNyrs1\":[\"Already in context\"],\"jIoHDG\":[\"An email notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"G54oFr\":[\"An email Notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"8q/YVi\":[\"An error occurred while loading the Portal. Please contact the support team.\"],\"XyOToQ\":[\"An error occurred.\"],\"QX6zrA\":[\"Analysis\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"announcements\":[\"Announcements\"],\"Dzr23X\":[\"Announcements\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"1mXYsL\":[\"Anonymous host\"],\"azfEQ3\":[\"Anonymous Participant\"],\"aAIQg2\":[\"Appearance\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"G2gLnJ\":[\"Are you sure you want to delete this tag?\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"xu5cdS\":[\"Are you sure you want to finish?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"K1Omdr\":[\"Are you sure you want to generate the library? This will take a while.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"JHgUuT\":[\"Artefact approved successfully!\"],\"IbpaM+\":[\"Artefact reloaded successfully!\"],\"Qcm/Tb\":[\"Artefact revised successfully!\"],\"uCzCO2\":[\"Artefact updated successfully!\"],\"KYehbE\":[\"artefacts\"],\"jrcxHy\":[\"Artefacts\"],\"F+vBv0\":[\"Ask\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kskjVK\":[\"Assistant is typing...\"],\"HrusNW\":[\"At least one topic must be selected to enable Make it concrete\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"DMBYlw\":[\"Audio Processing In Progress\"],\"D3SDJS\":[\"Audio Recording\"],\"mGVg5N\":[\"Audio recordings are scheduled to be deleted after 30 days from the recording date\"],\"IOBCIN\":[\"Audio Tip\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"/iCiQU\":[\"Auto-select\"],\"3D5FPO\":[\"Auto-select disabled\"],\"ajAMbT\":[\"Auto-select enabled\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"csDS2L\":[\"Available\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"/9nVLo\":[\"Back to Selection\"],\"UNaXdI\":[\"Back to templates\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"GML8s7\":[\"Begin!\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"0fX/GG\":[\"Big Picture\"],\"vZERag\":[\"Big Picture - Themes & patterns\"],\"MkvsWx\":[\"Book a call\"],\"AQCoZS\":[\"Book a call to share your feedback\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"CzeGfZ\":[\"Browse and share templates with other hosts\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"+7fBMP\":[\"Built-in\"],\"ba5GvN\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you ABSOLUTELY sure you want to delete this project?\"],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"lrdoAi\":[\"Cancel schedule\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"kryGs+\":[\"Card\"],\"+DEogc\":[\"Change language\"],\"GptGxg\":[\"Change password\"],\"JFFJDJ\":[\"Changes are saved automatically as you continue to use the app. <0/>Once you have some unsaved changes, you can click anywhere to save the changes. <1/>You will also see a button to Cancel the changes.\"],\"u0IJto\":[\"Changes will be saved automatically\"],\"xF/jsW\":[\"Changing language during an active chat may lead to unexpected results. It's recommended to start a new chat after changing the language. Are you sure you want to continue?\"],\"AHZflp\":[\"Chat\"],\"TGJVgd\":[\"Chat | Dembrane\"],\"tDlhkF\":[\"Chat name\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"8Q+lLG\":[\"Chats\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"+e4Yxz\":[\"Check microphone access\"],\"v4fiSg\":[\"Check your email\"],\"pWT04I\":[\"Checking...\"],\"KFa1f3\":[\"Choose a logo file\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"0ngaDi\":[\"Citing the following sources\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"q+hNag\":[\"Collection\"],\"tPnZ5Z\":[\"Coming soon — share your input\"],\"bJHBId\":[\"Common use cases:\"],\"chL5IG\":[\"Community\"],\"TVpZgL\":[\"Community templates\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"bD8I7O\":[\"Complete\"],\"6jBoE4\":[\"Concrete Topics\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"p2/GCq\":[\"Confirm Password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"DFFB2t\":[\"Contact sales\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"aVvy3Y\":[\"Context limit reached\"],\"JX3KT4\":[\"Contextual suggestions\"],\"participant.button.continue\":[\"Continue\"],\"xGVfLh\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"ggJDqH\":[\"Conversation Audio\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"BsHMTb\":[\"Conversation Ended\"],\"26Wuwb\":[\"Conversation processing\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"nmB3V3\":[\"Conversations from Upload\"],\"Np+C87\":[\"Conversations:\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"RGCCrg\":[\"Copy share link\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"rG2gDo\":[\"Copy transcript\"],\"OvEjsP\":[\"Copying...\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"CSQPC0\":[\"Create an Account\"],\"library.create\":[\"Create Library\"],\"O671Oh\":[\"Create Library\"],\"library.create.view.modal.title\":[\"Create new view\"],\"vY2Gfm\":[\"Create new view\"],\"uVzvzz\":[\"Create now instead\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"s7XwOU\":[\"Create Template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"/iFtGl\":[\"Created \",[\"createdDate\"]],\"45O6zJ\":[\"Created on\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"6dfVdc\":[\"Crop Logo\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"bfu5HZ\":[\"custom\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"xSrEk4\":[\"Customize how your report is structured. This feature is coming soon.\"],\"ZQKLI1\":[\"Danger Zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"948GTz\":[\"Delete Custom Topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"MlrelG\":[\"Delete Report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"zdyslo\":[\"Delete Webhook\"],\"+m7PfT\":[\"Deleted successfully\"],\"p9tvm2\":[\"Echo\"],\"90wFaY\":[\"ECHO\"],\"nzP4fT\":[\"dembrane events\"],\"Y7Si8i\":[\"dembrane is powered by AI. Please double-check responses.\"],\"67znul\":[\"Reply\"],\"EfkSCE\":[\"Describe how this template is useful...\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"ozaega\":[\"Determines under which GDPR legal basis personal data is processed. This affects consent flows, data subject rights, and retention obligations.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"YrOV6x\":[\"Determines under which GDPR legal basis personal data is processed. This setting applies to all your projects and can be changed in your account settings.\"],\"NMz7xK\":[\"Develop a strategic framework that drives meaningful outcomes. Please:\\n\\nIdentify core objectives and their interdependencies\\nMap out implementation pathways with realistic timelines\\nAnticipate potential obstacles and mitigation strategies\\nDefine clear metrics for success beyond vanity indicators\\nHighlight resource requirements and allocation priorities\\nStructure the plan for both immediate action and long-term vision\\nInclude decision gates and pivot points\\n\\nNote: Focus on strategies that create sustainable competitive advantages, not just incremental improvements.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"QNrZ4w\":[\"Display contextual suggestion pills in the chat\"],\"pfa8F0\":[\"Display name\"],\"vU/Hht\":[\"Distribution\"],\"fDGgw4\":[\"Do I need this?\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"5154Ap\":[\"Download All Transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"v9eY8A\":[\"e.g. tomorrow at 9:00\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"5oD9f/\":[\"Earlier\"],\"participant.button.echo\":[\"ECHO\"],\"HA9VXi\":[\"ECHO\"],\"rH6cQt\":[\"Echo is powered by AI. Please double-check responses.\"],\"o6tfKZ\":[\"ECHO is powered by AI. Please double-check responses.\"],\"/IJH/2\":[\"ECHO!\"],\"lgm7y2\":[\"edit\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"0YvCPC\":[\"Edit Resource\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"gGx5tM\":[\"Editing\"],\"F6H6Lg\":[\"Editing mode\"],\"O3oNi5\":[\"Email\"],\"wwiTff\":[\"Email Verification\"],\"Ih5qq/\":[\"Email Verification | Dembrane\"],\"iF3AC2\":[\"Email verified successfully. You will be redirected to the login page in 5 seconds. If you are not redirected, please click <0>here0>.\"],\"g2N9MJ\":[\"email@work.com\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"N2S1rs\":[\"Empty\"],\"DCRKbe\":[\"Enable 2FA\"],\"PccJlP\":[\"Enable Echo\"],\"pPJr5A\":[\"Enable ECHO\"],\"D3AnH0\":[\"Enable Explore\"],\"+ljZfM\":[\"Enable Go deeper\"],\"wGA7d4\":[\"Enable Make it concrete\"],\"4KKbfZ\":[\"Enable participation\"],\"PoQJQE\":[\"Enable Reply\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"Idlt6y\":[\"Enable this feature to allow participants to receive notifications when a report is published or updated. Participants can enter their email to subscribe for updates and stay informed.\"],\"g2qGhy\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Echo\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"pB03mG\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"ECHO\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dWv3hs\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Get Reply\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"rkE6uN\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Go deeper\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"IxzwiB\":[\"End of list • All \",[\"0\"],\" conversations loaded\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"nAEwOZ\":[\"Enter your access code\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"S2MVUN\":[\"Error loading announcements\"],\"xcUDac\":[\"Error loading insights\"],\"edh3aY\":[\"Error loading project\"],\"3Uoj83\":[\"Error loading quotes\"],\"4kVRov\":[\"Error occurred\"],\"z05QRC\":[\"Error updating report\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"sQpDn6\":[\"Exit fullscreen\"],\"Rsjgm0\":[\"Experimental\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"/bsogT\":[\"Explore themes & patterns across all conversations\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"9GMUFh\":[\"Failed to approve artefact. Please try again.\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"BVzTya\":[\"Failed to delete response\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"C6KoMG\":[\"Failed to finish conversation. Please try again or start a new conversation.\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"7S+M+W\":[\"Failed to generate Hidden gems. Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"DKxr+e\":[\"Failed to get announcements\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"AXRzV1\":[\"Failed to load audio or the audio is not available\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"hhLiKu\":[\"Failed to revise artefact. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"8LgIkO\":[\"Failed to start new conversation. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"radRmd\":[\"Feedback portal\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"o7J4JM\":[\"Filter\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"JmZ/+d\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"kODvZJ\":[\"First Name\"],\"Fsd1Wl\":[\"Focus\"],\"wD4aF6\":[\"Focus your report (optional)\"],\"MKEPCY\":[\"Follow\"],\"JnPIOr\":[\"Follow playback\"],\"cGeFup\":[\"Font Size\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"glx6on\":[\"Forgot your password?\"],\"nLC6tu\":[\"French\"],\"wX2Tuz\":[\"from \",[\"0\"]],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"oADIO6\":[\"Generate a new report. Previous reports will remain accessible.\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"gitFA/\":[\"Generate Summary\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"u9yLe/\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"IL8LH3\":[\"Go deeper\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"7aC3FA\":[\"Go to feedback portal\"],\"A3oCMz\":[\"Go to new conversation\"],\"mT57+Q\":[\"Go to Settings\"],\"5gqNQl\":[\"Grid view\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"Yae+po\":[\"Help us translate\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"D+zLDD\":[\"Hidden\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"LqWHk1\":[\"Hide \",[\"0\"]],\"u5xmYC\":[\"Hide all\"],\"txCbc+\":[\"Hide all insights\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"eHo/Jc\":[\"Hide data\"],\"g4tIdF\":[\"Hide revision data\"],\"tn75xn\":[\"Highlight specific Concept\"],\"i0qMbr\":[\"Home\"],\"lgXx7l\":[\"How it works:\"],\"LSCWlh\":[\"How would you describe to a colleague what are you trying to accomplish with this project?\\n* What is the north star goal or key metric\\n* What does success look like\"],\"participant.button.i.understand\":[\"I understand\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"WsoNdK\":[\"Identify and analyze the recurring themes in this content. Please:\\n\\nExtract patterns that appear consistently across multiple sources\\nLook for underlying principles that connect different ideas\\nIdentify themes that challenge conventional thinking\\nStructure the analysis to show how themes evolve or repeat\\nFocus on insights that reveal deeper organizational or conceptual patterns\\nMaintain analytical depth while being accessible\\nHighlight themes that could inform future decision-making\\n\\nNote: If the content lacks sufficient thematic consistency, let me know we need more diverse material to identify meaningful patterns.\"],\"KbXMDK\":[\"Identify recurring themes, topics, and arguments that appear consistently across conversations. Analyze their frequency, intensity, and consistency. Expected output: 3-7 aspects for small datasets, 5-12 for medium datasets, 8-15 for large datasets. Processing guidance: Focus on distinct patterns that emerge across multiple conversations.\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"411+TR\":[\"If you're an advanced user setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"QJUjB0\":[\"In order to better navigate through the quotes, create additional views. The quotes will then be clustered based on your view.\"],\"IJUcvx\":[\"In the meantime, if you want to analyze the conversations that are still processing, you can use the Chat feature\"],\"Au/WJO\":[\"Include portal link\"],\"aOhF9L\":[\"Include portal link in report\"],\"Dvf4+M\":[\"Include timestamps\"],\"CE+M2e\":[\"Info\"],\"sMa/sP\":[\"Insight Library\"],\"ZVY8fB\":[\"Insight not found\"],\"sJa5f4\":[\"insights\"],\"3hJypY\":[\"Insights\"],\"NxHkkp\":[\"Instructions\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"1xMiTU\":[\"IP Address\"],\"participant.conversation.error.deleted\":[\"It looks like the conversation was deleted while you were recording. We've stopped the recording to prevent any issues. You can start a new one anytime.\"],\"zT7nbS\":[\"It looks like the conversation was deleted while you were recording. We've stopped the recording to prevent any issues. You can start a new one anytime.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"JsWQuM\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations. You can optionally focus the report on a specific topic.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"Lj7sBL\":[\"Italian\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"4fhsRZ\":[\"Join the Slack community\"],\"uocCon\":[\"Just a moment\"],\"OSBXx5\":[\"Just now\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"vXIe7J\":[\"Language\"],\"UXBCwc\":[\"Last Name\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"wL3cK8\":[\"Latest\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"vRXsmZ\":[\"Legal Basis\"],\"7kyKF5\":[\"Legal basis updated\"],\"PIhnIP\":[\"Let us know!\"],\"qhQjFF\":[\"Let's Make Sure We Can Hear You\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"yUQgLY\":[\"Library is currently being processed\"],\"gkv8iG\":[\"License Plate\"],\"yzF66j\":[\"Link\"],\"LIj2/f\":[\"Link to your organisation's privacy policy that will be shown to participants\"],\"3gvJj+\":[\"LinkedIn Post (Experimental)\"],\"dF6vP6\":[\"Live\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Preview\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQE2r9\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"ATTcN8\":[\"Loading concrete topics…\"],\"FUK4WT\":[\"Loading microphones...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3DkEi5\":[\"Loading verification topics…\"],\"3SKW0s\":[\"Loading verify topics…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"z0t9bb\":[\"Login\"],\"zfB1KW\":[\"Login | Dembrane\"],\"Wd2LTk\":[\"Login as an existing user\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"WXSxpf\":[\"Logo updated successfully\"],\"nOhz3x\":[\"Logout\"],\"jWXlkr\":[\"Longest First\"],\"mrenWs\":[\"Manage templates\"],\"JSxZVX\":[\"Mark all read\"],\"+s1J8k\":[\"Mark as read\"],\"VxyuRJ\":[\"Meeting Notes\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"lWkKSO\":[\"min\"],\"oSrMRT\":[\"Mine\"],\"b85Pfh\":[\"Minimum 8 characters\"],\"zz/Wd/\":[\"Mode\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"zMx0gF\":[\"More templates\"],\"y1ypMV\":[\"Most popular\"],\"7BgchI\":[\"Most used\"],\"QWdKwH\":[\"Move\"],\"CyKTz9\":[\"Move Conversation\"],\"wUTBdx\":[\"Move to Another Project\"],\"Ksvwy+\":[\"Move to Project\"],\"en+4fS\":[\"My templates\"],\"+O1YmH\":[\"My Templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"ztAdhw\":[\"Name updated\"],\"c5Xt89\":[\"Name Z-A\"],\"isRobC\":[\"New\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"XojC2V\":[\"New conversations available — update your report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"P/+jkp\":[\"New conversations have been added since the library was generated. Regenerate the library to process them.\"],\"3RC8Um\":[\"New conversations have been added since your last report. Generate an updated report to include them. Your previous report will remain accessible.\"],\"QgiaQ8\":[\"New date and time\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"+VXUp8\":[\"New Project\"],\"z6wcHz\":[\"New Report\"],\"dUCJry\":[\"Newest\"],\"+RfVvh\":[\"Newest First\"],\"participant.button.next\":[\"Next\"],\"participant.ready.to.begin.button.text\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"hXzOVo\":[\"Next\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"riwuXX\":[\"No actions found\"],\"WsI5bo\":[\"No announcements available\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"YM6Wft\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"Qqhl3R\":[\"No collections found\"],\"S8FeaY\":[\"No community templates yet. Share yours to get started.\"],\"zMt5AM\":[\"No concrete topics available.\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"zM3DDm\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.1>0>\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"meAa31\":[\"No conversations yet\"],\"ax9iz4\":[\"No custom templates yet. Create one to get started.\"],\"VInleh\":[\"No insights available. Generate insights for this conversation by visiting<0><1> the project library.1>0>\"],\"yTx6Up\":[\"No key terms or proper nouns have been added yet. Add them using the input above to improve transcript accuracy.\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"ghhtgM\":[\"No quotes available. Generate quotes for this conversation by visiting\"],\"yalI52\":[\"No quotes available. Generate quotes for this conversation by visiting<0><1> the project library.1>0>\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"EhV94J\":[\"No resources found.\"],\"Ev2r9A\":[\"No results\"],\"rXndZR\":[\"No specific focus\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"kaDUQs\":[\"No templates yet. Create your own or browse All templates.\"],\"bhqKwO\":[\"No Transcript Available\"],\"TmTivZ\":[\"No transcript available for this conversation.\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"MPZkyF\":[\"No transcripts are selected for this chat\"],\"AotzsU\":[\"No tutorial (only Privacy statements)\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"2h9aae\":[\"No verification topics available.\"],\"pdWSGS\":[\"No verify topics available.\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"cH5kXP\":[\"Now\"],\"9+6THi\":[\"Oldest First\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"conversation.ongoing\":[\"Ongoing\"],\"J6n7sl\":[\"Ongoing\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"Dw7aQc\":[\"Only applies when report is published\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"QvvnWK\":[\"Only the \",[\"0\"],\" finished \",[\"1\"],\" will be included in the report right now. \"],\"participant.alert.microphone.access.failure\":[\"Oops! It looks like microphone access was denied. No worries, though! We've got a handy troubleshooting guide for you. Feel free to check it out. Once you've resolved the issue, come back and visit this page again to check if your microphone is ready.\"],\"J17dTs\":[\"Oops! It looks like microphone access was denied. No worries, though! We've got a handy troubleshooting guide for you. Feel free to check it out. Once you've resolved the issue, come back and visit this page again to check if your microphone is ready.\"],\"1TNIig\":[\"Open\"],\"NRLF9V\":[\"Open Documentation\"],\"QTXl9z\":[\"Open feedback portal\"],\"2CyWv2\":[\"Open for Participation?\"],\"Z7K0px\":[\"Open guide\"],\"JoAjm8\":[\"Open Host Guide\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"1h45Hu\":[\"Or write your own\"],\"6lcDxb\":[\"Organiser's Privacy Policy URL\"],\"HAc+I8\":[\"Other hosts can see and copy your template. You can unpublish at any time.\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"rMCv1T\":[\"Participant name and email\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"lpIMne\":[\"Passwords do not match\"],\"IgrLD/\":[\"Pause\"],\"PTSHeg\":[\"Pause reading\"],\"UbRKMZ\":[\"Pending\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"SrBL1b\":[\"Pick date and time\"],\"fwmBX+\":[\"Pick one or more angles\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"lepv9z\":[\"Pin to chat bar\"],\"fr2ggG\":[\"pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"RimR35\":[\"Pinned templates\"],\"Atb9XB\":[\"Pinned to chat bar\"],\"participant.alert.microphone.access\":[\"Please allow microphone access to start the test.\"],\"3flRk2\":[\"Please allow microphone access to start the test.\"],\"SQSc5o\":[\"Please check back later or contact the project owner for more information.\"],\"T8REcf\":[\"Please check your inputs for errors.\"],\"S6iyis\":[\"Please do not close your browser\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"iMWXJN\":[\"Please keep this screen lit up (black screen = not recording)\"],\"D90h1s\":[\"Please login to continue.\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"gEEhkM\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"ps5D2F\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon. \\n**Please keep this screen lit up** \\n(black screen = not recording)\"],\"TsuUyf\":[\"Please record your response by clicking the \\\"Start Recording\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"4TVnP7\":[\"Please select a language for your report\"],\"N63lmJ\":[\"Please select a language for your updated report\"],\"XvD4FK\":[\"Please select at least one source\"],\"hxTGLS\":[\"Please select conversations from the sidebar to proceed\"],\"GXZvZ7\":[\"Please wait \",[\"timeStr\"],\" before requesting another echo.\"],\"Am5V3+\":[\"Please wait \",[\"timeStr\"],\" before requesting another Echo.\"],\"CE1Qet\":[\"Please wait \",[\"timeStr\"],\" before requesting another ECHO.\"],\"Fx1kHS\":[\"Please wait \",[\"timeStr\"],\" before requesting another reply.\"],\"MgJuP2\":[\"Please wait while we generate your report. You will automatically be redirected to the report page.\"],\"library.processing.request\":[\"Please wait while we process your request. You requested to create the library on \",[\"0\"]],\"04DMtb\":[\"Please wait while we process your retranscription request. You will be redirected to the new conversation when ready.\"],\"ei5r44\":[\"Please wait while we update your report. You will automatically be redirected to the report page.\"],\"j5KznP\":[\"Please wait while we verify your email address.\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"uRFMMc\":[\"Portal Content\"],\"qVypVJ\":[\"Portal Editor\"],\"Tx36sk\":[\"Portal link\"],\"g2UNkE\":[\"Powered by\"],\"np1J1t\":[\"Prefer to chat directly? <0>Book a call with me0>\"],\"Q6hhn8\":[\"Preferences\"],\"MPWj35\":[\"Preparing your conversations... This may take a moment.\"],\"/SM3Ws\":[\"Preparing your experience\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"ANWB5x\":[\"Print this report\"],\"nKiOIS\":[\"Privacy & Security\"],\"zwqetg\":[\"Privacy Statements\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"stk3Hv\":[\"processing\"],\"vrnnn9\":[\"Processing\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> and adding them to your chat\"],\"kvs/6G\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat.\"],\"q11K6L\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat. Last Known Status: \",[\"0\"]],\"NQiPr4\":[\"Processing Transcript\"],\"48px15\":[\"Processing your report...\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"Hie0VV\":[\"Project Created\"],\"2u+ykz\":[\"Project default: enabled. Disables audio playback, download, and retranscription.\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"0qmd8V\":[\"Project default: enabled. This will replace personally identifiable information with .\"],\"xJ758z\":[\"Project Defaults\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Project Settings\"],\"+0B+ue\":[\"Projects\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"JQVviE\":[\"Projects Home\"],\"W9uQXX\":[\"Prompt\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"6oqr95\":[\"Provide specific context to improve transcript quality and accuracy. This may include key terms, specific instructions, or other relevant information.\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"GwOmnT\":[\"Publish this report to enable printing\"],\"ZSi2AK\":[\"Publish this report to enable sharing\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"4R3R74\":[\"Published to community\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"9iShh/\":[\"Quick Access (max 5)\"],\"utRRxm\":[\"Quick access is full (max 5)\"],\"dN0qso\":[\"Quick access:\"],\"eWLklq\":[\"Quotes\"],\"Z7tUbi\":[\"Rate this prompt:\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"wZxwNu\":[\"Read aloud\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"DqXVNZ\":[\"Ready to generate\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"participant.button.record\":[\"Record\"],\"w80YWM\":[\"Record\"],\"s4Sz7r\":[\"Record another conversation\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"6exX+8\":[\"Regenerate\"],\"844H5I\":[\"Regenerate Library\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"wYz80B\":[\"Register | Dembrane\"],\"w3qEvq\":[\"Register as a new user\"],\"/PACVa\":[\"Release notes\"],\"7dZnmw\":[\"Relevance\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"hTDMBB\":[\"Reload Page\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"t/YqKh\":[\"Remove\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"T/pF0Z\":[\"Remove from favorites\"],\"hHTkR9\":[\"Remove from quick access\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"2wxgft\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"pirBu7\":[\"Replaces personal information with placeholders. Disables audio playback, download, and retranscription.\"],\"XyN13i\":[\"Reply Prompt\"],\"gjpdaf\":[\"Report\"],\"UZ6fKH\":[\"Report actions\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"mgTmvC\":[\"Report structure\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"library.request.access\":[\"Request Access\"],\"uLZGK+\":[\"Request Access\"],\"dglEEO\":[\"Request Password Reset\"],\"u2Hh+Y\":[\"Request Password Reset | Dembrane\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"MepchF\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"QqW27M\":[\"Reschedule\"],\"OfhWJH\":[\"Reset\"],\"xeMrqw\":[\"Reset All Options\"],\"KbS2K9\":[\"Reset Password\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"s+MGs7\":[\"Resources\"],\"participant.button.stop.resume\":[\"Resume\"],\"v39wLo\":[\"Resume\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"H1Pyjd\":[\"Retry Upload\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"UZVWVb\":[\"Review files before uploading\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"kv1ztT\":[\"Right-click to highlight\"],\"xxCtZv\":[\"Rows per page\"],\"IqCtR/\":[\"Run status:\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"BnmEvM\":[\"Save as template\"],\"IUwGEM\":[\"Save Changes\"],\"2VA/7X\":[\"Save Error!\"],\"RgyKxd\":[\"Save Quick Access\"],\"5dVjYt\":[\"Save template\"],\"zaYZWH\":[\"Save to my templates\"],\"XvjC4F\":[\"Saving...\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"gmB6oO\":[\"Schedule\"],\"QS1Nla\":[\"Schedule for later\"],\"wCGy0o\":[\"Schedule Report\"],\"oOi11l\":[\"Scroll to bottom\"],\"select.all.modal.loading.search\":[\"Search\"],\"A1taO8\":[\"Search\"],\"OWm+8o\":[\"Search conversations\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"RVZJWQ\":[\"Search projects...\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"Eyh9/O\":[\"See conversation status details\"],\"0sQPzI\":[\"See you soon\"],\"1ZTiaz\":[\"Segments\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"n4rh8x\":[\"Select Project\"],\"ekUnNJ\":[\"Select tags\"],\"CG1cTZ\":[\"Select the instructions that will be shown to participants when they start a conversation\"],\"qxzrcD\":[\"Select the type of feedback or engagement you want to encourage.\"],\"QdpRMY\":[\"Select tutorial\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"vKH1Ye\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"JlFcis\":[\"Send\"],\"3mlq2q\":[\"Send a message to start an agentic run.\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"VTmyvi\":[\"Sentiment\"],\"NprC8U\":[\"Session Name\"],\"DMl1JW\":[\"Setting up your first project\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"PErdpz\":[\"Settings | Dembrane\"],\"Z8lGw6\":[\"Share\"],\"OuFYHU\":[\"Share report\"],\"/XNQag\":[\"Share this report\"],\"lRZMol\":[\"Share with community\"],\"dNCDbY\":[\"Share with the community\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"Dc7GM4\":[\"Share your voice\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"sN4DkP\":[\"Show a link for participants to contribute\"],\"lZw9AX\":[\"Show all\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"yrhNQG\":[\"Show duration\"],\"YbxwRo\":[\"Show generated suggestions\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"DLEIpN\":[\"Show timestamps (experimental)\"],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"dbWo0h\":[\"Sign in with Google\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"6Uau97\":[\"Skip\"],\"lH0eLz\":[\"Skip data privacy slide (Host manages consent)\"],\"b6NHjr\":[\"Skip data privacy slide (Host manages legal base)\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"3Czdpd\":[\"Slack community\"],\"4Q9po3\":[\"Some conversations are still being processed. Auto-select will work optimally once audio processing is complete.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"zazql1\":[\"Something went wrong generating your latest report. Showing your most recent completed report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"a75OAp\":[\"Something went wrong generating your report. You can try again below.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"JOKTb4\":[\"Something went wrong while uploading the file: \",[\"0\"]],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore0> button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"u7yVRn\":[\"Sources:\"],\"65A04M\":[\"Spanish\"],\"zuoIYL\":[\"Speaker\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"AS7WoE\":[\"Start fresh\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"c6FrMu\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"pHVkqA\":[\"Start Recording\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategic Planning\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"0Pd4R1\":[\"Submitted via text input\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"aZJj7n\":[\"Suggest prompts based on your conversations\"],\"FyUg+Y\":[\"Suggest prompts based on your conversations. Try sending a message to see it in action.\"],\"bh1eKt\":[\"Suggested:\"],\"F1nkJm\":[\"Summarize\"],\"4ZpfGe\":[\"Summarize key insights from my interviews\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"g6o+7L\":[\"Summary generated successfully.\"],\"kiOob5\":[\"Summary not available yet\"],\"OUi+O3\":[\"Summary regenerated successfully.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"D+NlUC\":[\"System\"],\"OYHzN1\":[\"Tags\"],\"DhO+ei\":[\"Tags (max 3)\"],\"nlxlmH\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"QCchuT\":[\"Template applied\"],\"5OwALL\":[\"Template name\"],\"1UeZgj\":[\"Template prompt content...\"],\"iTylMl\":[\"Templates\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"ZfU8da\":[\"The built-in issue reporter could not be loaded. You can still let us know what went wrong through our feedback portal — it helps us fix things faster.\"],\"gtMB2A\":[\"The built-in issue reporter could not be loaded. You can still let us know what went wrong through our feedback portal. It helps us fix things faster than not submitting a report.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"nO942E\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"woefOb\":[\"The issue reporter could not be loaded. Please use the feedback portal to tell us what went wrong — it helps us fix things faster.\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"bWqoQ6\":[\"the project library.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"iV8+33\":[\"The summary is being regenerated. Please wait for the new summary to be available.\"],\"AgC2rn\":[\"The summary is being regenerated. Please wait upto 2 minutes for the new summary to be available.\"],\"PTNxDe\":[\"The transcript for this conversation is being processed. Please check back later.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"FEr96N\":[\"Theme\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"e3JUb8\":[\"There was an error generating your report. In the meantime, you can analyze all your data using the library or select specific conversations to chat with.\"],\"7qENSx\":[\"There was an error updating your report. Please try again or contact support.\"],\"V7zEnY\":[\"There was an error verifying your email. Please try again.\"],\"gtlVJt\":[\"These are some helpful preset templates to get you started.\"],\"sd848K\":[\"These are your default view templates. Once you create your library these will be your first two views.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"Ed99mE\":[\"Thinking...\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"dt1MDy\":[\"This conversation is still being processed. It will be available for analysis and chat shortly.\"],\"5ZpZXq\":[\"This conversation is still being processed. It will be available for analysis and chat shortly. \"],\"SzU1mG\":[\"This email is already in the list.\"],\"JtPxD5\":[\"This email is already subscribed to notifications.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"lja/om\":[\"This information is anonymized\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"gqYJin\":[\"This is your project library. Currently, \",[\"0\"],\" conversations are waiting to be processed.\"],\"sNnJJH\":[\"This is your project library. Currently,\",[\"0\"],\" conversations are waiting to be processed.\"],\"tJL2Lh\":[\"This language will be used for the Participant's Portal and transcription.\"],\"BAUPL8\":[\"This language will be used for the Participant's Portal and transcription. To change the language of this application, please use the language picker through the settings in the header.\"],\"zyA8Hj\":[\"This language will be used for the Participant's Portal, transcription and analysis. To change the language of this application, please use the language picker in the header user menu instead.\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"9ww6ML\":[\"This page is shown after the participant has completed the conversation.\"],\"1gmHmj\":[\"This page is shown to participants when they start a conversation after they successfully complete the tutorial.\"],\"bEbdFh\":[\"This project library was generated on\"],\"No7/sO\":[\"This project library was generated on \",[\"0\"],\".\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"okY/ix\":[\"This summary is AI-generated and brief, for thorough analysis, use the Chat or Library.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"n4l4/n\":[\"This will replace personally identifiable information with .\"],\"Ww6cQ8\":[\"Time Created\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"5h7Z+m\":[\"To assign a new tag, please create it first in the project overview.\"],\"o3rowT\":[\"To generate a report, please start by adding conversations in your project\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"fp5rKh\":[\"Transcribing...\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"AJc6ig\":[\"Transcript not available\"],\"N/50DC\":[\"Transcript Settings\"],\"FRje2T\":[\"Transcription in progress...\"],\"0l9syB\":[\"Transcription in progress…\"],\"H3fItl\":[\"Transform these transcripts into a LinkedIn post that cuts through the noise. Please:\\n\\nExtract the most compelling insights - skip anything that sounds like standard business advice\\nWrite it like a seasoned leader who challenges conventional wisdom, not a motivational poster\\nFind one genuinely unexpected observation that would make even experienced professionals pause\\nMaintain intellectual depth while being refreshingly direct\\nOnly use data points that actually challenge assumptions\\nKeep formatting clean and professional (minimal emojis, thoughtful spacing)\\nStrike a tone that suggests both deep expertise and real-world experience\\n\\nNote: If the content doesn't contain any substantive insights, please let me know we need stronger source material. I'm looking to contribute real value to the conversation, not add to the noise.\"],\"53dSNP\":[\"Transform this content into insights that actually matter. Please:\\n\\nExtract core ideas that challenge standard thinking\\nWrite like someone who understands nuance, not a textbook\\nFocus on the non-obvious implications\\nKeep it sharp and substantive\\nOnly highlight truly meaningful patterns\\nStructure for clarity and impact\\nBalance depth with accessibility\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"uK9JLu\":[\"Transform this discussion into actionable intelligence. Please:\\n\\nCapture the strategic implications, not just talking points\\nStructure it like a thought leader's analysis, not minutes\\nHighlight decision points that challenge standard thinking\\nKeep the signal-to-noise ratio high\\nFocus on insights that drive real change\\nOrganize for clarity and future reference\\nBalance tactical details with strategic vision\\n\\nNote: If the discussion lacks substantial decision points or insights, flag it for deeper exploration next time.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"qJb6G2\":[\"Try Again\"],\"eP1iDc\":[\"Try asking\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"PD9mEt\":[\"Type a message...\"],\"EvmL3X\":[\"Type your response here\"],\"V9+2pH\":[\"Ukrainian\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"8vqTzl\":[\"Unable to load the generated artefact. Please try again.\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dFIzZ6\":[\"Unpin from chat bar\"],\"dx+iaL\":[\"Unpin project\"],\"KyKziT\":[\"Unpublish from community\"],\"H899Z+\":[\"unread announcement\"],\"0pinHa\":[\"unread announcements\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"jlrVDp\":[\"Untitled Conversation\"],\"PZKdTd\":[\"Untitled report\"],\"EkH9pt\":[\"Update\"],\"3RboBp\":[\"Update Report\"],\"4loE8L\":[\"Update the report to include the latest data\"],\"Jv5s94\":[\"Update your report to include the latest changes in your project. The link to share the report would remain the same.\"],\"+b7T3G\":[\"Updated\"],\"kwkhPe\":[\"Upgrade\"],\"UkyAtj\":[\"Upgrade to unlock Auto-select and analyze 10x more conversations in half the time—no more manual selection, just deeper insights instantly.\"],\"ONWvwQ\":[\"Upload\"],\"UN8G93\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide.\"],\"8XD6tj\":[\"Upload Audio\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"Wft2yh\":[\"Upload in progress\"],\"JveaeL\":[\"Upload resources\"],\"3wG7HI\":[\"Uploaded\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"DsBeuB\":[\"Use\"],\"VdaKZe\":[\"Use experimental features\"],\"rmMdgZ\":[\"Use PII Redaction\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"7sNhEz\":[\"Username\"],\"S2LyQ+\":[\"Using default dembrane logo\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"GWpt68\":[\"Verification Topics\"],\"c242dc\":[\"verified\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"swn5Tq\":[\"verified artefact\"],\"ob18eo\":[\"Verified Artefacts\"],\"Iv1iWN\":[\"verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"w6Mgbs\":[\"Verify Topics\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"View conversation details\"],\"H1e6Hv\":[\"View Conversation Status\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"7bvD/5\":[\"View read announcements\"],\"D4e7re\":[\"View your responses\"],\"nFTq4y\":[\"views\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"tCfopB\":[\"Want custom report structures?\"],\"Px9INg\":[\"Want to add a template to \\\"Dembrane\\\"?\"],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"v8z9fL\":[\"Want to customize how your report looks?\"],\"r6y+jM\":[\"Warning\"],\"pUTmp1\":[\"Warning: You have added \",[\"0\"],\" key terms. Only the first \",[\"ASSEMBLYAI_MAX_HOTWORDS\"],\" will be used by the transcription engine.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"SrJOPD\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"Ewk6kb\":[\"We couldn't load the audio. Please try again later.\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"9qYWL7\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder. If you still don't see it, please contact evelien@dembrane.com\"],\"3fS27S\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder. If you still don't see it, please contact jules@dembrane.com\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"dni8nq\":[\"We will only send you a message if your host generates a report, we never share your details with anyone. You can opt out at any time.\"],\"/621Bs\":[\"We'd love to hear from you. Whether you have an idea for something new, you've hit a bug, spotted a translation that feels off, or just want to share how things have been going.\"],\"participant.test.microphone.description\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"tQtKw5\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"2ZUkkL\":[\"We're designing this feature and would love your input.\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"i1hzzO\":[\"Welcome to Big Picture Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Details mode.\"],\"fwEAk/\":[\"Ласкаво просимо до dembrane Chat! Використовуйте бічну панель, щоб обрати ресурси та розмови, які ви хочете проаналізувати. Потім ви зможете ставити запитання щодо обраних ресурсів і розмов.\"],\"AKBU2w\":[\"Welcome to Dembrane!\"],\"TACmoL\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Deep Dive mode.\"],\"u4aLOz\":[\"Ласкаво просимо в режим Огляду! Я завантажив підсумки всіх ваших розмов. Запитуйте мене про закономірності, теми та висновки у ваших даних. Для точних цитат розпочніть нову бесіду в режимі Конкретного Контексту.\"],\"Bck6Du\":[\"Welcome to Reports!\"],\"aEpQkt\":[\"Welcome to Your Home! Here you can see all your projects and get access to tutorial resources. Currently, you have no projects. Click \\\"Create\\\" to configure to get started!\"],\"klH6ct\":[\"Welcome!\"],\"Tfxjl5\":[\"What are the main themes across all conversations?\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"vv/EFG\":[\"What data is sent?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"fyMvis\":[\"What patterns emerge from the data?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"ZsEVar\":[\"What should this report focus on?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"LEYli4\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"/dAMl1\":[\"When should the report be generated?\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"KcnIXL\":[\"will be included in your report\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"kWJmRL\":[\"You\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"tbeb1Y\":[\"You can still use the Ask feature to chat with any conversation\"],\"ORA5nz\":[\"You can try again below.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\"0> to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"vCyT5z\":[\"You have some conversations that have not been processed yet. Regenerate the library to process them.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"1kxxiH\":[\"You may choose to add a list of proper nouns, names, or other information that may be relevant to the conversation. This will be used to improve the quality of the transcripts.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"Pw2f/0\":[\"Your conversation is currently being transcribed. Please check back in a few moments.\"],\"OFDbfd\":[\"Your Conversations\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"q8yluz\":[\"Your name\"],\"B+9EHO\":[\"Your response has been recorded. You may now close this tab.\"],\"wurHZF\":[\"Your responses\"],\"B8Q/i2\":[\"Your view has been created. Please wait as we process and analyse the data.\"],\"library.views.title\":[\"Your Views\"],\"lZNgiw\":[\"Your Views\"],\"q48J96\":[\"Yours\"],\"ACjxWW\":[\"Zoom\"]}")as Messages;
\ No newline at end of file