Conversation
WalkthroughLocalization updates across DE/ES/FR/NL: added ICU pluralization and count placeholders for conversation/library messages. Restructured de-DE.ts, en-US.ts, and es-ES.ts to English-keyed JSON payloads. Significantly expanded and refactored nl-NL.ts with many new/renamed keys. No export signatures changed. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested labels
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 12
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (16)
echo/frontend/src/locales/es-ES.po (3)
142-146: Fix placeholder name mismatch to prevent runtime blanksUse the same named var as en-US (
unfinishedConversationsCount) instead of{0}and improve phrasing.-msgstr "{0} aún en proceso." +msgstr "Aún hay {unfinishedConversationsCount} en proceso."
211-214: Grammar: “Todos los archivos …” (not “Todas las archivos”)Minor but user-facing.
-msgstr "Todas las archivos se han subido correctamente." +msgstr "Todos los archivos se han subido correctamente."
946-949: Article/gender agreement fix-msgstr "Ingresa un nombre para el nuevo conversation" +msgstr "Ingresa un nombre para la nueva conversación"echo/frontend/src/locales/fr-FR.po (4)
142-146: Align placeholder name with en-US to avoid interpolation bugsUse
{unfinishedConversationsCount}instead of{0}.-msgstr "{0} en cours de traitement." +msgstr "Encore {unfinishedConversationsCount} en cours de traitement."
271-276: Typo: “superficieles” → “superficielles”Visible in a prominent template.
-"Aller au-delà des comparaisons superficieles +"Aller au-delà des comparaisons superficielles
946-949: Grammar: “la nouvelle conversation”-msgstr "Entrez un nom pour le nouveau conversation" +msgstr "Entrez un nom pour la nouvelle conversation"
2660-2666: French fixes: demonstrative + conjugationTwo high-visibility strings.
- msgstr "Cette e-mail est déjà dans la liste." + msgstr "Cet e-mail est déjà dans la liste."- msgstr "Nous vous envoyerons un message uniquement si votre hôte génère un rapport, nous ne partageons jamais vos informations avec personne. Vous pouvez vous désinscrire à tout moment." + msgstr "Nous vous enverrons un message uniquement si votre hôte génère un rapport ; nous ne partageons jamais vos informations avec personne. Vous pouvez vous désinscrire à tout moment."Also applies to: 3001-3004
echo/frontend/src/locales/nl-NL.po (9)
76-80: Placeholder lost: reintroduce {duration}.English key expects a duration variable. Current Dutch text hardcodes “tot een uur”.
Apply:
-msgstr "Het genereren van een bibliotheek kan tot een uur duren" +msgstr "Het genereren van de bibliotheek duurt {duration}."
946-950: Align disclaimer with requested wording.Per PR objectives: “Controleer de resultaten zorgvuldig.”
Apply:
-msgstr "ECHO wordt aangedreven door AI. Controleer de Antwoorden nogmaals." +msgstr "ECHO wordt aangedreven door AI. Controleer de resultaten zorgvuldig."
1515-1517: Fix Dutch phrasing.“Laten we weten!” → “Laat het ons weten!”
Apply:
-msgstr "Laten we weten!" +msgstr "Laat het ons weten!"
1482-1485: Naturalize QR join string.“Aansluiten {0} op Dembrane” is ungrammatical.
Apply:
-msgstr "Aansluiten {0} op Dembrane" +msgstr "Sluit je aan bij {0} op Dembrane"
816-819: Improve success message order.“Verwijderd succesvol” → “Succesvol verwijderd”.
Apply:
-msgstr "Verwijderd succesvol" +msgstr "Succesvol verwijderd"
349-352: Clarify object in stop confirmation.Specify “gesprek”.
Apply:
-msgstr "Weet je zeker dat je het wilt stoppen?" +msgstr "Weet je zeker dat je het gesprek wilt stoppen?"
354-357: More idiomatic finish confirmation.Use “afronden” and specify “gesprek”.
Apply:
-msgstr "Weet je zeker dat je het wilt afmaken?" +msgstr "Weet je zeker dat je het gesprek wilt afronden?"
1919-1922: Tidy Dutch compounds.Hyphenation/compounds: Paginatitel, Pagina‑inhoud, Privacyverklaringen.
Apply:
- msgid "Page Title" -msgstr "Pagina titel" +msgid "Page Title" +msgstr "Paginatitel" - msgid "Page Content" -msgstr "Pagina inhoud" +msgid "Page Content" +msgstr "Pagina-inhoud" - msgid "Privacy Statements" -msgstr "Privacy verklaring" +msgid "Privacy Statements" +msgstr "Privacyverklaringen"Also applies to: 1912-1914, 2087-2090
2214-2221: “View” vs “Bekijken”: use action “Weergave opnieuw maken”.“Bekijk opnieuw” reads as “view again”, not “recreate”.
Apply:
-msgid "view.recreate.tooltip" -msgstr "Bekijk opnieuw" +msgid "view.recreate.tooltip" +msgstr "Weergave opnieuw maken" -msgid "view.recreate.modal.title" -msgstr "Bekijk opnieuw" +msgid "view.recreate.modal.title" +msgstr "Weergave opnieuw maken"
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (8)
echo/frontend/src/locales/de-DE.po(2 hunks)echo/frontend/src/locales/de-DE.ts(1 hunks)echo/frontend/src/locales/en-US.ts(1 hunks)echo/frontend/src/locales/es-ES.po(2 hunks)echo/frontend/src/locales/es-ES.ts(1 hunks)echo/frontend/src/locales/fr-FR.po(2 hunks)echo/frontend/src/locales/nl-NL.po(2 hunks)echo/frontend/src/locales/nl-NL.ts(1 hunks)
🧰 Additional context used
🧬 Code graph analysis (3)
echo/frontend/src/locales/es-ES.ts (2)
echo/frontend/src/locales/de-DE.ts (1)
messages(1-1)echo/frontend/src/locales/en-US.ts (1)
messages(1-1)
echo/frontend/src/locales/de-DE.ts (1)
echo/frontend/src/locales/en-US.ts (1)
messages(1-1)
echo/frontend/src/locales/nl-NL.ts (2)
echo/frontend/src/locales/de-DE.ts (1)
messages(1-1)echo/frontend/src/locales/en-US.ts (1)
messages(1-1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: ci-build-servers (dbr-echo-server, ./echo/server, Dockerfile, dbr-echo-server)
- GitHub Check: ci-build-servers (dbr-echo-directus, ./echo/directus, Dockerfile, dbr-echo-directus)
🔇 Additional comments (4)
echo/frontend/src/locales/es-ES.po (1)
126-129: ICU pluralization looks solidThe Spanish ICU message for finished conversations reads correctly and will pluralize as expected. LGTM.
echo/frontend/src/locales/fr-FR.po (1)
126-129: ICU pluralization reads well in FRPlural branches are correct and idiomatic. LGTM.
echo/frontend/src/locales/de-DE.ts (1)
1-1: LGTM! German translations look solid.The restructured German locale file properly migrates from hashed keys to human-readable English keys with appropriate German translations. The plural forms and placeholders are correctly implemented.
echo/frontend/src/locales/nl-NL.ts (1)
1-1: Dutch translations ship it! 🚀Comprehensive Dutch translations with proper plural forms and all the new participant-related keys. The migration from old key patterns to new ones is complete and consistent.
| #. js-lingui-explicit-id | ||
| #: src/routes/project/library/ProjectLibrary.tsx:236 | ||
| #~ msgid "library.conversations.processing.status" | ||
| #~ msgstr "Gespräche werden verarbeitet" | ||
| #~ msgstr "Derzeit sind {finishedConversationsCount} Gespräche bereit zur Analyse. {unfinishedConversationsCount} werden noch verarbeitet." | ||
|
|
There was a problem hiding this comment.
🧹 Nitpick
Remove obsolete entry instead of updating it.
#~ library.conversations.processing.status is marked obsolete but its msgstr was edited. Kill obsolete strings to avoid translator drift and accidental resurrection.
Apply:
-#. js-lingui-explicit-id
-#: src/routes/project/library/ProjectLibrary.tsx:236
-#~ msgid "library.conversations.processing.status"
-#~ msgstr "Derzeit sind {finishedConversationsCount} Gespräche bereit zur Analyse. {unfinishedConversationsCount} werden noch verarbeitet."📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| #. js-lingui-explicit-id | |
| #: src/routes/project/library/ProjectLibrary.tsx:236 | |
| #~ msgid "library.conversations.processing.status" | |
| #~ msgstr "Gespräche werden verarbeitet" | |
| #~ msgstr "Derzeit sind {finishedConversationsCount} Gespräche bereit zur Analyse. {unfinishedConversationsCount} werden noch verarbeitet." |
🤖 Prompt for AI Agents
In echo/frontend/src/locales/de-DE.po around lines 46 to 50, the entry beginning
with "#~ msgid "library.conversations.processing.status"" is obsolete but was
edited; remove the entire obsolete block (the "#~" lines including msgid and
msgstr and any related comment lines) rather than updating its msgstr, then save
the .po so it remains syntactically valid and run your i18n lint/msgfmt check to
ensure no leftover or duplicate entries remain.
| #: src/routes/project/library/ProjectLibrary.tsx:240 | ||
| msgid "library.conversations.to.be.analyzed" | ||
| msgstr "Aktuell {0} Gespräche sind bereit, um analysiert zu werden." | ||
| msgstr "{finishedConversationsCount, plural, one {Derzeit ist # Unterhaltung bereit zur Analyse.} other {Derzeit sind # Unterhaltungen bereit zur Analyse.}}" | ||
|
|
There was a problem hiding this comment.
🧹 Nitpick
Unify term: use “Gespräch/Gespräche”, fix article/order.
Elsewhere this locale uses “Gespräch”. Also improve phrasing.
Apply:
-msgstr "{finishedConversationsCount, plural, one {Derzeit ist # Unterhaltung bereit zur Analyse.} other {Derzeit sind # Unterhaltungen bereit zur Analyse.}}"
+msgstr "{finishedConversationsCount, plural, one {Derzeit ist # Gespräch zur Analyse bereit.} other {Derzeit sind # Gespräche zur Analyse bereit.}}"📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| #: src/routes/project/library/ProjectLibrary.tsx:240 | |
| msgid "library.conversations.to.be.analyzed" | |
| msgstr "Aktuell {0} Gespräche sind bereit, um analysiert zu werden." | |
| msgstr "{finishedConversationsCount, plural, one {Derzeit ist # Unterhaltung bereit zur Analyse.} other {Derzeit sind # Unterhaltungen bereit zur Analyse.}}" | |
| #: src/routes/project/library/ProjectLibrary.tsx:240 | |
| msgid "library.conversations.to.be.analyzed" | |
| msgstr "{finishedConversationsCount, plural, one {Derzeit ist # Gespräch zur Analyse bereit.} other {Derzeit sind # Gespräche zur Analyse bereit.}}" |
🤖 Prompt for AI Agents
In echo/frontend/src/locales/de-DE.po around lines 126 to 129, the translation
uses “Unterhaltung/Unterhaltungen” and awkward word order; change to the
project's preferred term “Gespräch/Gespräche” and correct article/order and
phrasing. Update the pluralized msgstr so the singular reads like “Derzeit ist
ein Gespräch bereit zur Analyse.” and the plural reads like “Derzeit sind
{finishedConversationsCount} Gespräche bereit zur Analyse.”, preserving the ICU
plural placeholder and punctuation.
| @@ -1 +1 @@ | |||
| /*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"++iDlT\":[\"Delete Project\"],\"+0B+ue\":[\"Projects\"],\"+RfVvh\":[\"Newest First\"],\"+VXUp8\":[\"New Project\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"+bBcKo\":[\"Download transcript\"],\"+e4Yxz\":[\"Check microphone access\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"+fxiY8\":[\"View conversation details\"],\"+m7PfT\":[\"Deleted successfully\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"+s1J8k\":[\"Mark as read\"],\"+tz9Ky\":[\"Shortest First\"],\"+yD+Wu\":[\"loading...\"],\"/8fAkm\":[\"Edit file name\"],\"/9nVLo\":[\"Back to Selection\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"/IJH/2\":[\"ECHO!\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"/SM3Ws\":[\"Preparing your experience\"],\"/XNQag\":[\"Share this report\"],\"/iCiQU\":[\"Auto-select\"],\"04DMtb\":[\"Please wait while we process your retranscription request. You will be redirected to the new conversation when ready.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"0YvCPC\":[\"Edit Resource\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"0ngaDi\":[\"Citing the following sources\"],\"0pinHa\":[\"unread announcements\"],\"0zpgxV\":[\"Options\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"1TNIig\":[\"Open\"],\"1ZTiaz\":[\"Segments\"],\"1gmHmj\":[\"This page is shown to participants when they start a conversation after they successfully complete the tutorial.\"],\"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.\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"1pZsdx\":[\"No conversations available to create library\"],\"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.\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"26Wuwb\":[\"Conversation processing\"],\"2CyWv2\":[\"Open for Participation?\"],\"2DzmAq\":[\"Delete Conversation\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"2VA/7X\":[\"Save Error!\"],\"2wxgft\":[\"Rename\"],\"3D0MXY\":[\"Create View\"],\"3D5FPO\":[\"Auto-select disabled\"],\"3RboBp\":[\"Update Report\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"3Uoj83\":[\"Error loading quotes\"],\"3bGwZS\":[\"Show references\"],\"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\"],\"3flRk2\":[\"Please allow microphone access to start the test.\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"3gvJj+\":[\"LinkedIn Post (Experimental)\"],\"3hJypY\":[\"Insights\"],\"3wG7HI\":[\"Uploaded\"],\"42tLXR\":[\"Enter your query\"],\"45O6zJ\":[\"Created on\"],\"48px15\":[\"Processing your report...\"],\"4Fr6DA\":[\"Upload conversations\"],\"4Q9po3\":[\"Some conversations are still being processed. Auto-select will work optimally once audio processing is complete.\"],\"4TVnP7\":[\"Please select a language for your report\"],\"4dQFvz\":[\"Finished\"],\"4loE8L\":[\"Update the report to include the latest data\"],\"5154Ap\":[\"Download All Transcripts\"],\"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.\"],\"5KEkUQ\":[\"Thank you! We'll notify you when the report is ready.\"],\"5XW2u5\":[\"Download Transcript Options\"],\"5ZpZXq\":[\"This conversation is still being processed. It will be available for analysis and chat shortly. \"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"5gqNQl\":[\"Grid view\"],\"5h7Z+m\":[\"To assign a new tag, please create it first in the project overview.\"],\"6+Py7/\":[\"Page Title\"],\"6/dCYd\":[\"Overview\"],\"65A04M\":[\"Spanish\"],\"67znul\":[\"Dembrane Reply\"],\"6Uau97\":[\"Skip\"],\"6V3Ea3\":[\"Copied\"],\"6WdDG7\":[\"Page\"],\"6YtxFj\":[\"Name\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"6gRgw8\":[\"Retry\"],\"6jfS51\":[\"Welcome\"],\"6lGV3K\":[\"Show less\"],\"6oqr95\":[\"Provide specific context to improve transcript quality and accuracy. This may include key terms, specific instructions, or other relevant information.\"],\"7Bj3x9\":[\"Failed\"],\"7dZnmw\":[\"Relevance\"],\"7qENSx\":[\"There was an error updating your report. Please try again or contact support.\"],\"7vhWI8\":[\"New Password\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"844H5I\":[\"Regenerate Library\"],\"84NoFa\":[\"Aspect\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"8F1i42\":[\"Page not found\"],\"8Q+lLG\":[\"Chats\"],\"8Tg/JR\":[\"Custom\"],\"8XD6tj\":[\"Upload Audio\"],\"8ZsakT\":[\"Password\"],\"8q/YVi\":[\"An error occurred while loading the Portal. Please contact the support team.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"9+6THi\":[\"Oldest First\"],\"90wFaY\":[\"Dembrane ECHO\"],\"9WkyHF\":[\"Edit Conversation\"],\"9aloPG\":[\"References\"],\"9ww6ML\":[\"This page is shown after the participant has completed the conversation.\"],\"A1taO8\":[\"Search\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"AEkJ6x\":[\"Error creating report\"],\"AHZflp\":[\"Chat\"],\"AJc6ig\":[\"Transcript not available\"],\"AKBU2w\":[\"Welcome to Dembrane!\"],\"ANWB5x\":[\"Print this report\"],\"AgC2rn\":[\"The summary is being regenerated. Please wait upto 2 minutes for the new summary to be available.\"],\"Am5V3+\":[\"Please wait \",[\"timeStr\"],\" before requesting another Echo.\"],\"AotzsU\":[\"No tutorial (only Privacy statements)\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"B+9EHO\":[\"Your response has been recorded. You may now close this tab.\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"B8Q/i2\":[\"Your view has been created. Please wait as we process and analyse the data.\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"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.\"],\"BVzTya\":[\"Failed to delete response\"],\"Bck6Du\":[\"Welcome to Reports!\"],\"BsHMTb\":[\"Conversation Ended\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.</1></0>\"],\"CE+M2e\":[\"Info\"],\"CE1Qet\":[\"Please wait \",[\"timeStr\"],\" before requesting another ECHO.\"],\"CG1cTZ\":[\"Select the instructions that will be shown to participants when they start a conversation\"],\"CJgPtd\":[\"Remove from this chat\"],\"CPN34F\":[\"Thank you for participating!\"],\"CSQPC0\":[\"Create an Account\"],\"Cmt62w\":[\"All conversations ready\"],\"CqnkB0\":[\"Recurring Themes\"],\"CyKTz9\":[\"Move Conversation\"],\"D3SDJS\":[\"Audio Recording\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"D4e7re\":[\"View your responses\"],\"D90h1s\":[\"Please login to continue.\"],\"DDcvSo\":[\"German\"],\"DDziIo\":[\"Transcript\"],\"DFFB2t\":[\"Contact sales\"],\"DKxr+e\":[\"Failed to get announcements\"],\"DMBYlw\":[\"Audio Processing In Progress\"],\"DMl1JW\":[\"Setting up your first project\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"Dc7GM4\":[\"Share your voice\"],\"DdevVt\":[\"Edit Report Content\"],\"Dh2kHP\":[\"Enable Dembrane Reply\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"Dvf4+M\":[\"Include timestamps\"],\"Dzr23X\":[\"Announcements\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"EEYbdt\":[\"Publish\"],\"EM1Aiy\":[\"Thank You Page\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"Ed99mE\":[\"Thinking...\"],\"EhV94J\":[\"No resources found.\"],\"EiHu8M\":[\"Conversation added to chat\"],\"EkH9pt\":[\"Update\"],\"EnJuK0\":[\"Conversations\"],\"EtMtH/\":[\"No conversations found.\"],\"EvmL3X\":[\"Type your response here\"],\"Eyh9/O\":[\"See conversation status details\"],\"F+vBv0\":[\"Ask\"],\"F1nkJm\":[\"Summarize\"],\"F1pfAy\":[\"conversation\"],\"F4cOH1\":[\"Analysis Language\"],\"F6H6Lg\":[\"Editing mode\"],\"FUK4WT\":[\"Loading microphones...\"],\"Fx1kHS\":[\"Please wait \",[\"timeStr\"],\" before requesting another reply.\"],\"G2KpGE\":[\"Edit Project\"],\"G2gLnJ\":[\"Are you sure you want to delete this tag?\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"G54oFr\":[\"An email Notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"GML8s7\":[\"Begin!\"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"GS+Mus\":[\"Export\"],\"GXZvZ7\":[\"Please wait \",[\"timeStr\"],\" before requesting another echo.\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"H/diq7\":[\"Select a microphone\"],\"H1Pyjd\":[\"Retry Upload\"],\"H1e6Hv\":[\"View Conversation Status\"],\"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.\"],\"H7cfSV\":[\"Already added to this chat\"],\"H899Z+\":[\"unread announcement\"],\"HA9VXi\":[\"ECHO\"],\"HAKBY9\":[\"Upload Files\"],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"Hie0VV\":[\"Project Created\"],\"HkigHK\":[\"Aspects\"],\"I0hU01\":[\"Search Projects\"],\"IJUcvx\":[\"In the meantime, if you want to analyze the conversations that are still processing, you can use the Chat feature\"],\"IKoyMv\":[\"Add Tags\"],\"IOBCIN\":[\"Audio Tip\"],\"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.\"],\"IgrLD/\":[\"Pause\"],\"Ih5qq/\":[\"Email Verification | Dembrane\"],\"IxzwiB\":[\"End of list • All \",[\"0\"],\" conversations loaded\"],\"J/hVSQ\":[[\"0\"]],\"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.\"],\"J6n7sl\":[\"Ongoing\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"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.\"],\"JOKTb4\":[\"Something went wrong while uploading the file: \",[\"0\"]],\"JQVviE\":[\"Projects Home\"],\"JSxZVX\":[\"Mark all read\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"JhzMcO\":[\"Connecting to report services...\"],\"JiIKww\":[\"Advanced Settings\"],\"JlFcis\":[\"Send\"],\"JmZ/+d\":[\"Finish\"],\"JtPxD5\":[\"This email is already subscribed to notifications.\"],\"Jv5s94\":[\"Update your report to include the latest changes in your project. The link to share the report would remain the same.\"],\"JveaeL\":[\"Upload resources\"],\"K1Omdr\":[\"Are you sure you want to generate the library? This will take a while.\"],\"K7P0jz\":[\"Last Updated\"],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"KIjvtr\":[\"Dutch\"],\"KbS2K9\":[\"Reset Password\"],\"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.\"],\"KcnIXL\":[\"will be included in your report\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"Kl7//J\":[\"Remove Email\"],\"Ksvwy+\":[\"Move to Project\"],\"LPXUKX\":[\"<0>Wait </0>\",[\"0\"],\":\",[\"1\"]],\"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\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"LeFXS1\":[\"0 Aspects\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"LqWHk1\":[\"Hide \",[\"0\"]],\"M73whl\":[\"Context\"],\"MHrjPM\":[\"Title\"],\"MPZkyF\":[\"No transcripts are selected for this chat\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"MepchF\":[\"Requesting microphone access to detect available devices...\"],\"MgJuP2\":[\"Please wait while we generate your report. You will automatically be redirected to the report page.\"],\"N/50DC\":[\"Transcript Settings\"],\"N2S1rs\":[\"Empty\"],\"N63lmJ\":[\"Please select a language for your updated report\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"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.\"],\"NQiPr4\":[\"Processing Transcript\"],\"NRLF9V\":[\"Open Documentation\"],\"Na90E+\":[\"Added emails\"],\"NffMsn\":[\"Add to this chat\"],\"No7/sO\":[\"This project library was generated on \",[\"0\"],\".\"],\"NprC8U\":[\"Session Name\"],\"Nu4oKW\":[\"Description\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"O3oNi5\":[\"Email\"],\"O671Oh\":[\"Create Library\"],\"OFDbfd\":[\"Your Conversations\"],\"OJx3wK\":[\"Not available\"],\"ONWvwQ\":[\"Upload\"],\"ONchxy\":[\"total\"],\"OSBXx5\":[\"Just now\"],\"OWm+8o\":[\"Search conversations\"],\"OYHzN1\":[\"Tags\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"P/+jkp\":[\"New conversations have been added since the library was generated. Regenerate the library to process them.\"],\"P1pDS8\":[[\"diffInDays\"],\"d ago\"],\"PD9mEt\":[\"Type a message...\"],\"PIhnIP\":[\"Let us know!\"],\"PTNxDe\":[\"The transcript for this conversation is being processed. Please check back later.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"Q3LOVJ\":[\"Report an issue\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"QJUjB0\":[\"In order to better navigate through the quotes, create additional views. The quotes will then be clustered based on your view.\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"QWdKwH\":[\"Move\"],\"QX6zrA\":[\"Analysis\"],\"QdpRMY\":[\"Select tutorial\"],\"QvvnWK\":[\"Only the \",[\"0\"],\" finished \",[\"1\"],\" will be included in the report right now. \"],\"RKD99R\":[\"Cannot add empty conversation\"],\"RVZJWQ\":[\"Search projects...\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"Ralayn\":[\"Add Tag\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"Resource not found\":[\"Resource not found\"],\"Rjlwvz\":[\"Ask for Name?\"],\"Rsjgm0\":[\"Experimental\"],\"RxzN1M\":[\"Enabled\"],\"S2MVUN\":[\"Error loading announcements\"],\"S6iyis\":[\"Please do not close your browser\"],\"SJCAsQ\":[\"Adding Context:\"],\"SMaFdc\":[\"Unsubscribe\"],\"SQSc5o\":[\"Please check back later or contact the project owner for more information.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"Se1KZw\":[\"Add all that apply\"],\"Server error\":[\"Server error\"],\"SlfejT\":[\"Error\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"Something went wrong\":[\"Something went wrong\"],\"SrJOPD\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"SzU1mG\":[\"This email is already in the list.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"T50lwc\":[\"Library creation is in progress\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"T8REcf\":[\"Please check your inputs for errors.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"TGJVgd\":[\"Chat | Dembrane\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"TkFXaN\":[\"Live audio level:\"],\"TmTivZ\":[\"No transcript available for this conversation.\"],\"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.\"],\"TvY/XA\":[\"Documentation\"],\"Tz0i8g\":[\"Settings\"],\"U7Iesw\":[[\"seconds\"],\" seconds\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"UXBCwc\":[\"Last Name\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"UZVWVb\":[\"Review files before uploading\"],\"UbRKMZ\":[\"Pending\"],\"UkyAtj\":[\"Upgrade to unlock Auto-select and analyze 10x more conversations in half the time—no more manual selection, just deeper insights instantly.\"],\"V7zEnY\":[\"There was an error verifying your email. Please try again.\"],\"VHSco4\":[\"Context added:\"],\"VInleh\":[\"No insights available. Generate insights for this conversation by visiting<0><1> the project library.</1></0>\"],\"VTmyvi\":[\"Sentiment\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"VxyuRJ\":[\"Meeting Notes\"],\"WRRjA9\":[\"No tags found\"],\"Wd2LTk\":[\"Login as an existing user\"],\"Wft2yh\":[\"Upload in progress\"],\"WimHuY\":[\"Connection unhealthy\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"WsI5bo\":[\"No announcements available\"],\"Wsk5pi\":[\"Project Settings\"],\"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.\"],\"Wu++6g\":[\"Page Content\"],\"Ww6cQ8\":[\"Time Created\"],\"XvD4FK\":[\"Please select at least one source\"],\"XvjC4F\":[\"Saving...\"],\"XyN13i\":[\"Reply Prompt\"],\"XyOToQ\":[\"An error occurred.\"],\"YM6Wft\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"Yig29e\":[\"This report is not yet available. \"],\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Z3FXyt\":[\"Loading...\"],\"Z8lGw6\":[\"Share\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"ZQKLI1\":[\"Danger Zone\"],\"ZVY8fB\":[\"Insight not found\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"a7zH70\":[\"conversations\"],\"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!\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"aOhF9L\":[\"Include portal link in report\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"ajAMbT\":[\"Auto-select enabled\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"azfEQ3\":[\"Anonymous Participant\"],\"bD8I7O\":[\"Complete\"],\"bEbdFh\":[\"This project library was generated on\"],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"bT6AxW\":[[\"diffInHours\"],\"h ago\"],\"bWqoQ6\":[\"the project library.\"],\"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?\"],\"baQJ1t\":[\"All Insights\"],\"bh1eKt\":[\"Suggested:\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"bhqKwO\":[\"No Transcript Available\"],\"blFttG\":[\"Search projects\"],\"bluvj0\":[\"Regenerate Summary\"],\"bruUug\":[\"Almost there\"],\"bsfMt3\":[\"Create Report\"],\"c5Xt89\":[\"Name Z-A\"],\"c6FrMu\":[\"Start New Conversation\"],\"cILfnJ\":[\"Remove file\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"cnGeoo\":[\"Delete\"],\"conversation.accordion.skeleton.title\":[\"Conversations\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"conversation.ongoing\":[\"Ongoing\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"csDS2L\":[\"Available\"],\"ctlSnm\":[\"No report found\"],\"dEgA5A\":[\"Cancel\"],\"dF6vP6\":[\"Live\"],\"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.\"],\"dXoieq\":[\"Summary\"],\"dbWo0h\":[\"Sign in with Google\"],\"dglEEO\":[\"Request Password Reset\"],\"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.\"],\"dt1MDy\":[\"This conversation is still being processed. It will be available for analysis and chat shortly.\"],\"e3/ja4\":[\"Name A-Z\"],\"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.\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"eWLklq\":[\"Quotes\"],\"edh3aY\":[\"Error loading project\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"ei5r44\":[\"Please wait while we update your report. You will automatically be redirected to the report page.\"],\"ekUnNJ\":[\"Select tags\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"epXTwc\":[\"Basic Settings\"],\"exYcTF\":[\"Library\"],\"f6Hub0\":[\"Sort\"],\"fMPkxb\":[\"Show more\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"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.\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"fyE7Au\":[[\"minutes\"],\" minutes and \",[\"seconds\"],\" seconds\"],\"g2N9MJ\":[\"email@work.com\"],\"g2UNkE\":[\"Powered by\"],\"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.\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"ghhtgM\":[\"No quotes available. Generate quotes for this conversation by visiting\"],\"gitFA/\":[\"Generate Summary\"],\"gjpdaf\":[\"Report\"],\"glx6on\":[\"Forgot your password?\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"gqYJin\":[\"This is your project library. Currently, \",[\"0\"],\" conversations are waiting to be processed.\"],\"gtlVJt\":[\"These are some helpful preset templates to get you started.\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"hIQOLx\":[\"Report Notifications\"],\"hQRttt\":[\"Submit\"],\"hTDMBB\":[\"Reload Page\"],\"hTiEnc\":[\"Download Audio\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"hX9DE4\":[\"Download audio\"],\"hXzOVo\":[\"Next\"],\"hYgDIe\":[\"Create\"],\"he3ygx\":[\"Copy\"],\"hjaZqm\":[\"Project Overview\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"i0qMbr\":[\"Home\"],\"iF3AC2\":[\"Email verified successfully. You will be redirected to the login page in 5 seconds. If you are not redirected, please click <0>here</0>.\"],\"iH8pgl\":[\"Back\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"iTylMl\":[\"Templates\"],\"iV8+33\":[\"The summary is being regenerated. Please wait for the new summary to be available.\"],\"iWpEwy\":[\"Go home\"],\"isRobC\":[\"New\"],\"j5KznP\":[\"Please wait while we verify your email address.\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"jIoHDG\":[\"An email notification will be sent to \",[\"0\"],\" participant\",[\"1\"],\". Do you want to proceed?\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"jWXlkr\":[\"Longest First\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"jlrVDp\":[\"Untitled Conversation\"],\"jpctdh\":[\"View\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"kODvZJ\":[\"First Name\"],\"kV3A2a\":[\"Upload Complete\"],\"kWJmRL\":[\"You\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"kiOob5\":[\"Summary not available yet\"],\"kimwwT\":[\"Strategic Planning\"],\"klH6ct\":[\"Welcome!\"],\"kskjVK\":[\"Assistant is typing...\"],\"kvs/6G\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat.\"],\"kwkhPe\":[\"Upgrade\"],\"lCF0wC\":[\"Refresh\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"lWkKSO\":[\"min\"],\"lYGfRP\":[\"English\"],\"lZNgiw\":[\"Your Views\"],\"lZw9AX\":[\"Show all\"],\"library.contact.sales\":[\"Contact sales\"],\"library.conversations.processing.status\":[\"Currently \",[\"finishedConversationsCount\"],\" conversations are ready to be analyzed. \",[\"unfinishedConversationsCount\"],\" still processing.\"],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"library.create\":[\"Create Library\"],\"library.create.view\":[\"Create View\"],\"library.create.view.modal.title\":[\"Create new view\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"library.not.available\":[\"It looks like the library is not available for your account. Please contact sales to unlock this feature.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"library.processing.request\":[\"Please wait while we process your request. You requested to create the library on \",[\"0\"]],\"library.regenerate\":[\"Regenerate Library\"],\"library.request.access\":[\"Request Access\"],\"library.title\":[\"Library\"],\"library.views.title\":[\"Your Views\"],\"lk8BDB\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"lpIMne\":[\"Passwords do not match\"],\"m16xKo\":[\"Add\"],\"mGVg5N\":[\"Audio recordings are scheduled to be deleted after 30 days from the recording date\"],\"mKGCnZ\":[\"Enable Dembrane ECHO\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"meAa31\":[\"No conversations yet\"],\"mzI/c+\":[\"Download\"],\"n4rh8x\":[\"Select Project\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"n9yU9X\":[\"Live Preview\"],\"nAEwOZ\":[\"Enter your access code\"],\"nLC6tu\":[\"French\"],\"nO942E\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"nOhz3x\":[\"Logout\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"nmB3V3\":[\"Conversations from Upload\"],\"nwtY4N\":[\"Something went wrong\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"o1nIYK\":[\"Custom Filename\"],\"o3rowT\":[\"To generate a report, please start by adding conversations in your project\"],\"o6tfKZ\":[\"ECHO is powered by AI. Please double-check responses.\"],\"o7J4JM\":[\"Filter\"],\"oOi11l\":[\"Scroll to bottom\"],\"oX3zgA\":[\"Share your details here\"],\"okY/ix\":[\"This summary is AI-generated and brief, for thorough analysis, use the Chat or Library.\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"p2/GCq\":[\"Confirm Password\"],\"p9tvm2\":[\"Dembrane Echo\"],\"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.\"],\"pECIKL\":[\"Search templates...\"],\"pHVkqA\":[\"Start Recording\"],\"pWT04I\":[\"Checking...\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"participant.alert.microphone.access\":[\"Please allow microphone access to start the test.\"],\"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.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"participant.button.back\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"participant.button.continue\":[\"Continue\"],\"participant.button.echo\":[\"ECHO\"],\"participant.button.finish\":[\"Finish\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"participant.button.is.recording.echo\":[\"ECHO\"],\"participant.button.next\":[\"Next\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"participant.button.pause\":[\"Pause\"],\"participant.button.record\":[\"Record\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.resume\":[\"Resume\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.stop\":[\"Stop\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"participant.conversation.error\":[\"Something went wrong\"],\"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.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.echo.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"participant.echo.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO</0> button, or contact support if the issue continues.\"],\"participant.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO</0> button, or contact support if the issue continues.\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"participant.ready.to.begin.button.text\":[\"Next\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"participant.settings.modal.title\":[\"Settings\"],\"participant.test.microphone.description\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"project.sidebar.chat.end.description\":[\"End of list • All \",[\"totalChats\"],\" chats loaded\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"project.sidebar.chat.title\":[\"Chats\"],\"puQ8+/\":[\"Confirm Publishing\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"q11K6L\":[\"Processing failed for this conversation. This conversation will not be available for analysis and chat. Last Known Status: \",[\"0\"]],\"qAGp2O\":[\"Proceed\"],\"qJb6G2\":[\"Try Again\"],\"qVypVJ\":[\"Portal Editor\"],\"qhQjFF\":[\"Let's Make Sure We Can Hear You\"],\"qxzrcD\":[\"Select the type of feedback or engagement you want to encourage.\"],\"r6y+jM\":[\"Warning\"],\"rG2gDo\":[\"Copy transcript\"],\"rH6cQt\":[\"Echo is powered by AI. Please double-check responses.\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"rm2Cxd\":[\"Tip\"],\"s+MGs7\":[\"Resources\"],\"s4Sz7r\":[\"Record another conversation\"],\"sCTlv5\":[\"Unsaved changes\"],\"sFMBP5\":[\"Topics\"],\"sJa5f4\":[\"insights\"],\"sMa/sP\":[\"Insight Library\"],\"sNnJJH\":[\"This is your project library. Currently,\",[\"0\"],\" conversations are waiting to be processed.\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"sVzC0H\":[\"Retranscribe\"],\"sd848K\":[\"These are your default view templates. Once you create your library these will be your first two views.\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"stk3Hv\":[\"processing\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"tJL2Lh\":[\"This language will be used for the Participant's Portal and transcription.\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"tQtKw5\":[\"We'll test your microphone to ensure the best experience for everyone in the session.\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"tbeb1Y\":[\"You can still use the Ask feature to chat with any conversation\"],\"tfDRzk\":[\"Save\"],\"txCbc+\":[\"Hide all insights\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"u+Whi9\":[\"Thank You Page Content\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"u0IJto\":[\"Changes will be saved automatically\"],\"u2Hh+Y\":[\"Request Password Reset | Dembrane\"],\"u3wRF+\":[\"Published\"],\"u5xmYC\":[\"Hide all\"],\"u7yVRn\":[\"Sources:\"],\"uAQUqI\":[\"Status\"],\"uDvV8j\":[\" Submit\"],\"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.\"],\"uLZGK+\":[\"Request Access\"],\"uRFMMc\":[\"Portal Content\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"uocCon\":[\"Just a moment\"],\"v39wLo\":[\"Resume\"],\"v3StFl\":[\"Copy Summary\"],\"v4fiSg\":[\"Check your email\"],\"v8fxDX\":[\"Participant\"],\"vCyT5z\":[\"You have some conversations that have not been processed yet. Regenerate the library to process them.\"],\"vKH1Ye\":[\"Select your microphone:\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"vXIe7J\":[\"Language\"],\"vY2Gfm\":[\"Create new view\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"vrnnn9\":[\"Processing\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"w1eody\":[\"Show audio player\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"w3qEvq\":[\"Register as a new user\"],\"w80YWM\":[\"Record\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"wUTBdx\":[\"Move to Another Project\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"wX/BfX\":[\"Connection healthy\"],\"wYz80B\":[\"Register | Dembrane\"],\"wurHZF\":[\"Your responses\"],\"wwiTff\":[\"Email Verification\"],\"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?\"],\"xGVfLh\":[\"Continue\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"xcUDac\":[\"Error loading insights\"],\"xeMrqw\":[\"Reset All Options\"],\"xeiujy\":[\"Text\"],\"xu5cdS\":[\"Are you sure you want to finish?\"],\"y1eoq1\":[\"Copy link\"],\"y29l+b\":[\"No projects found for search term\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"yQE2r9\":[\"Loading\"],\"yTx6Up\":[\"No key terms or proper nouns have been added yet. Add them using the input above to improve transcript accuracy.\"],\"yUQgLY\":[\"Library is currently being processed\"],\"yalI52\":[\"No quotes available. Generate quotes for this conversation by visiting<0><1> the project library.</1></0>\"],\"ycR/52\":[\"Enable Dembrane Echo\"],\"ygCKqB\":[\"Stop\"],\"yjkELF\":[\"Confirm New Password\"],\"yrhNQG\":[\"Show duration\"],\"yz7wBu\":[\"Close\"],\"yzF66j\":[\"Link\"],\"z05QRC\":[\"Error updating report\"],\"z0t9bb\":[\"Login\"],\"z5/5iO\":[\"Specific Context\"],\"zM3DDm\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"zMx0gF\":[\"More templates\"],\"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.\"],\"zTKMNm\":[\"Conversation Status\"],\"zfB1KW\":[\"Login | Dembrane\"],\"zuoIYL\":[\"Speaker\"],\"zwqetg\":[\"Privacy Statements\"],\"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.\"],\"zz/Wd/\":[\"Mode\"],\"zzDlyQ\":[\"Success\"]}")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\"],\"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>ECHO</0> 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\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"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.*\"],\"LPXUKX\":[\"<0>Wait </0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspects\"],\"m16xKo\":[\"Add\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"Ralayn\":[\"Add Tag\"],\"IKoyMv\":[\"Add Tags\"],\"NffMsn\":[\"Add to this chat\"],\"Na90E+\":[\"Added emails\"],\"SJCAsQ\":[\"Adding Context:\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"JiIKww\":[\"Advanced Settings\"],\"Cmt62w\":[\"All conversations ready\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"baQJ1t\":[\"All Insights\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"bruUug\":[\"Almost there\"],\"H7cfSV\":[\"Already added to this chat\"],\"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\"],\"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.\"],\"Dzr23X\":[\"Announcements\"],\"azfEQ3\":[\"Anonymous Participant\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"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.\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"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.\"],\"F+vBv0\":[\"Ask\"],\"Rjlwvz\":[\"Ask for Name?\"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kskjVK\":[\"Assistant is typing...\"],\"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\"],\"/iCiQU\":[\"Auto-select\"],\"3D5FPO\":[\"Auto-select disabled\"],\"ajAMbT\":[\"Auto-select enabled\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"csDS2L\":[\"Available\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"iH8pgl\":[\"Back\"],\"/9nVLo\":[\"Back to Selection\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"GML8s7\":[\"Begin!\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"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?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"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\"],\"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...\"],\"0ngaDi\":[\"Citing the following sources\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"yz7wBu\":[\"Close\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"bD8I7O\":[\"Complete\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"yjkELF\":[\"Confirm New Password\"],\"p2/GCq\":[\"Confirm Password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"WimHuY\":[\"Connection unhealthy\"],\"DFFB2t\":[\"Contact sales\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"participant.button.continue\":[\"Continue\"],\"xGVfLh\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"BsHMTb\":[\"Conversation Ended\"],\"26Wuwb\":[\"Conversation processing\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"nmB3V3\":[\"Conversations from Upload\"],\"6V3Ea3\":[\"Copied\"],\"he3ygx\":[\"Copy\"],\"y1eoq1\":[\"Copy link\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"v3StFl\":[\"Copy Summary\"],\"rG2gDo\":[\"Copy transcript\"],\"hYgDIe\":[\"Create\"],\"CSQPC0\":[\"Create an Account\"],\"library.create\":[\"Create Library\"],\"O671Oh\":[\"Create Library\"],\"library.create.view.modal.title\":[\"Create new view\"],\"vY2Gfm\":[\"Create new view\"],\"bsfMt3\":[\"Create Report\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"45O6zJ\":[\"Created on\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"ZQKLI1\":[\"Danger Zone\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"cnGeoo\":[\"Delete\"],\"2DzmAq\":[\"Delete Conversation\"],\"++iDlT\":[\"Delete Project\"],\"+m7PfT\":[\"Deleted successfully\"],\"p9tvm2\":[\"Dembrane Echo\"],\"90wFaY\":[\"Dembrane ECHO\"],\"67znul\":[\"Dembrane Reply\"],\"Nu4oKW\":[\"Description\"],\"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.\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"mzI/c+\":[\"Download\"],\"5154Ap\":[\"Download All Transcripts\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KIjvtr\":[\"Dutch\"],\"participant.button.echo\":[\"ECHO\"],\"participant.button.is.recording.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!\"],\"9WkyHF\":[\"Edit Conversation\"],\"/8fAkm\":[\"Edit file name\"],\"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.\"],\"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>here</0>.\"],\"g2N9MJ\":[\"email@work.com\"],\"N2S1rs\":[\"Empty\"],\"ycR/52\":[\"Enable Dembrane Echo\"],\"mKGCnZ\":[\"Enable Dembrane ECHO\"],\"Dh2kHP\":[\"Enable Dembrane 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.\"],\"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.\"],\"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\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"nAEwOZ\":[\"Enter your access code\"],\"42tLXR\":[\"Enter your query\"],\"SlfejT\":[\"Error\"],\"AEkJ6x\":[\"Error creating report\"],\"S2MVUN\":[\"Error loading announcements\"],\"xcUDac\":[\"Error loading insights\"],\"edh3aY\":[\"Error loading project\"],\"3Uoj83\":[\"Error loading quotes\"],\"z05QRC\":[\"Error updating report\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"Rsjgm0\":[\"Experimental\"],\"GS+Mus\":[\"Export\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"BVzTya\":[\"Failed to delete response\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"DKxr+e\":[\"Failed to get announcements\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"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\"],\"o7J4JM\":[\"Filter\"],\"participant.button.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"JmZ/+d\":[\"Finish\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"kODvZJ\":[\"First Name\"],\"glx6on\":[\"Forgot your password?\"],\"nLC6tu\":[\"French\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"gitFA/\":[\"Generate Summary\"],\"DDcvSo\":[\"German\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"iWpEwy\":[\"Go home\"],\"5gqNQl\":[\"Grid view\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"LqWHk1\":[\"Hide \",[\"0\"]],\"u5xmYC\":[\"Hide all\"],\"txCbc+\":[\"Hide all insights\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"i0qMbr\":[\"Home\"],\"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\"],\"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.\"],\"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\"],\"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\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"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.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"uocCon\":[\"Just a moment\"],\"OSBXx5\":[\"Just now\"],\"vXIe7J\":[\"Language\"],\"UXBCwc\":[\"Last Name\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last 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\"],\"yzF66j\":[\"Link\"],\"3gvJj+\":[\"LinkedIn Post (Experimental)\"],\"dF6vP6\":[\"Live\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Preview\"],\"yQE2r9\":[\"Loading\"],\"FUK4WT\":[\"Loading microphones...\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"z0t9bb\":[\"Login\"],\"zfB1KW\":[\"Login | Dembrane\"],\"Wd2LTk\":[\"Login as an existing user\"],\"nOhz3x\":[\"Logout\"],\"jWXlkr\":[\"Longest First\"],\"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\"],\"zz/Wd/\":[\"Mode\"],\"zMx0gF\":[\"More templates\"],\"QWdKwH\":[\"Move\"],\"CyKTz9\":[\"Move Conversation\"],\"wUTBdx\":[\"Move to Another Project\"],\"Ksvwy+\":[\"Move to Project\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"c5Xt89\":[\"Name Z-A\"],\"isRobC\":[\"New\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"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.\"],\"7vhWI8\":[\"New Password\"],\"+VXUp8\":[\"New Project\"],\"+RfVvh\":[\"Newest First\"],\"participant.button.next\":[\"Next\"],\"participant.ready.to.begin.button.text\":[\"Next\"],\"hXzOVo\":[\"Next\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"WsI5bo\":[\"No announcements available\"],\"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.\"],\"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>\"],\"meAa31\":[\"No conversations yet\"],\"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.\"],\"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\"],\"EhV94J\":[\"No resources found.\"],\"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.\"],\"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).\"],\"OJx3wK\":[\"Not available\"],\"9+6THi\":[\"Oldest First\"],\"conversation.ongoing\":[\"Ongoing\"],\"J6n7sl\":[\"Ongoing\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"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\"],\"2CyWv2\":[\"Open for Participation?\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"0zpgxV\":[\"Options\"],\"6/dCYd\":[\"Overview\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v8fxDX\":[\"Participant\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"8ZsakT\":[\"Password\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"lpIMne\":[\"Passwords do not match\"],\"participant.button.pause\":[\"Pause\"],\"IgrLD/\":[\"Pause\"],\"UbRKMZ\":[\"Pending\"],\"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.\"],\"D90h1s\":[\"Please login to continue.\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"lk8BDB\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"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\"],\"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.\"],\"uRFMMc\":[\"Portal Content\"],\"qVypVJ\":[\"Portal Editor\"],\"g2UNkE\":[\"Powered by\"],\"/SM3Ws\":[\"Preparing your experience\"],\"ANWB5x\":[\"Print this report\"],\"zwqetg\":[\"Privacy Statements\"],\"qAGp2O\":[\"Proceed\"],\"stk3Hv\":[\"processing\"],\"vrnnn9\":[\"Processing\"],\"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\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Project Settings\"],\"+0B+ue\":[\"Projects\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"JQVviE\":[\"Projects Home\"],\"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\"],\"u3wRF+\":[\"Published\"],\"eWLklq\":[\"Quotes\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"participant.button.record\":[\"Record\"],\"w80YWM\":[\"Record\"],\"s4Sz7r\":[\"Record another conversation\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"844H5I\":[\"Regenerate Library\"],\"bluvj0\":[\"Regenerate Summary\"],\"wYz80B\":[\"Register | Dembrane\"],\"w3qEvq\":[\"Register as a new user\"],\"7dZnmw\":[\"Relevance\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"hTDMBB\":[\"Reload Page\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"CJgPtd\":[\"Remove from this chat\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"2wxgft\":[\"Rename\"],\"XyN13i\":[\"Reply Prompt\"],\"gjpdaf\":[\"Report\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"hIQOLx\":[\"Report Notifications\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"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...\"],\"xeMrqw\":[\"Reset All Options\"],\"KbS2K9\":[\"Reset Password\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"s+MGs7\":[\"Resources\"],\"participant.button.resume\":[\"Resume\"],\"v39wLo\":[\"Resume\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"H1Pyjd\":[\"Retry Upload\"],\"UZVWVb\":[\"Review files before uploading\"],\"tfDRzk\":[\"Save\"],\"2VA/7X\":[\"Save Error!\"],\"XvjC4F\":[\"Saving...\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"OWm+8o\":[\"Search conversations\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"RVZJWQ\":[\"Search projects...\"],\"pECIKL\":[\"Search templates...\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"Eyh9/O\":[\"See conversation status details\"],\"1ZTiaz\":[\"Segments\"],\"H/diq7\":[\"Select a microphone\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"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\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"vKH1Ye\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"JlFcis\":[\"Send\"],\"VTmyvi\":[\"Sentiment\"],\"NprC8U\":[\"Session Name\"],\"DMl1JW\":[\"Setting up your first project\"],\"participant.settings.modal.title\":[\"Settings\"],\"Tz0i8g\":[\"Settings\"],\"Z8lGw6\":[\"Share\"],\"/XNQag\":[\"Share this report\"],\"oX3zgA\":[\"Share your details here\"],\"Dc7GM4\":[\"Share your voice\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"+tz9Ky\":[\"Shortest First\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"lZw9AX\":[\"Show all\"],\"w1eody\":[\"Show audio player\"],\"yrhNQG\":[\"Show duration\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"3bGwZS\":[\"Show references\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"dbWo0h\":[\"Sign in with Google\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"6Uau97\":[\"Skip\"],\"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.\"],\"participant.conversation.error\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"nwtY4N\":[\"Something went wrong\"],\"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.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO</0> button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.echo.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\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"c6FrMu\":[\"Start New Conversation\"],\"pHVkqA\":[\"Start Recording\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategic Planning\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"hQRttt\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"bh1eKt\":[\"Suggested:\"],\"F1nkJm\":[\"Summarize\"],\"dXoieq\":[\"Summary\"],\"kiOob5\":[\"Summary not available yet\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"OYHzN1\":[\"Tags\"],\"iTylMl\":[\"Templates\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Thank You Page Content\"],\"5KEkUQ\":[\"Thank you! We'll notify you when the report is ready.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading.text.mode\":[\"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.\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"bWqoQ6\":[\"the project library.\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"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.\"],\"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.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"Ed99mE\":[\"Thinking...\"],\"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.\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"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?\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"Ww6cQ8\":[\"Time Created\"],\"rm2Cxd\":[\"Tip\"],\"MHrjPM\":[\"Title\"],\"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\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"DDziIo\":[\"Transcript\"],\"AJc6ig\":[\"Transcript not available\"],\"N/50DC\":[\"Transcript Settings\"],\"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.\"],\"qJb6G2\":[\"Try Again\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"PD9mEt\":[\"Type a message...\"],\"EvmL3X\":[\"Type your response here\"],\"H899Z+\":[\"unread announcement\"],\"0pinHa\":[\"unread announcements\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"jlrVDp\":[\"Untitled Conversation\"],\"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.\"],\"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\"],\"8XD6tj\":[\"Upload Audio\"],\"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...\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"View conversation details\"],\"H1e6Hv\":[\"View Conversation Status\"],\"D4e7re\":[\"View your responses\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"r6y+jM\":[\"Warning\"],\"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.\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"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\"],\"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.\"],\"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.\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"6jfS51\":[\"Welcome\"],\"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!\"],\"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!\"],\"KcnIXL\":[\"will be included in your report\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"kWJmRL\":[\"You\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"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\"],\"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.\"],\"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\"],\"OFDbfd\":[\"Your Conversations\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"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\"]}")as Messages; No newline at end of file | |||
There was a problem hiding this comment.
🛠️ Refactor suggestion
🧩 Analysis chain
Duration message consistency: dynamic vs static
ES uses {duration} while EN is static. Pick one approach across locales; recommend dynamic for parity.
🏁 Script executed:
#!/bin/bash
# Show duration message across locales and spot leading-space values + placeholder mismatches.
rg -n "library.generate.duration.message|library.conversations.still.processing" echo/frontend/src/locales/*
# Scan for strings starting with a space in en-US payload.
rg -n '" [^"]+"' echo/frontend/src/locales/en-US.ts
# Check if any locale uses numeric placeholders `{0}` for 'still.processing'.
rg -nP '\{0\}' echo/frontend/src/locales/*.poLength of output: 290614
Standardize library.generate.duration.message to use the dynamic ["duration"] placeholder
FR/DE/ES already use ["duration"]; en-US and nl-NL are static — en-US additionally has a leading space.
- Update echo/frontend/src/locales/en-US.ts and echo/frontend/src/locales/nl-NL.ts to use the ["duration"] placeholder format (match fr-FR.ts / de-DE.ts / es-ES.ts) and remove the leading space in en-US.
- Also normalise library.conversations.still.processing placeholder style across locales (use the same named variable, e.g. unfinishedConversationsCount, instead of mixed indexed 0).
🤖 Prompt for AI Agents
In echo/frontend/src/locales/en-US.ts around line 1 and
echo/frontend/src/locales/nl-NL.ts (same locale files), the key
library.generate.duration.message is a static string (en-US includes a leading
space) and should be converted to use the dynamic ["duration"] placeholder like
FR/DE/ES; update the value to an array-based message using ["duration"] (no
leading space) so it reads consistently across locales. Also normalize
library.conversations.still.processing in both files to use the named
placeholder ["unfinishedConversationsCount"] (instead of an indexed ["0"]) so
all locales use the same variable name for the count.
🛠️ Refactor suggestion
Grammar tweak + consistency across locales
“still processing” → “are still processing” for a full sentence; ensure var names match other locales.
-..."library.conversations.processing.status":["Currently ",["finishedConversationsCount"]," conversations are ready to be analyzed. ",["unfinishedConversationsCount"]," still processing."],...
+..."library.conversations.processing.status":["Currently ",["finishedConversationsCount"]," conversations are ready to be analyzed. ",["unfinishedConversationsCount"]," are still processing."],...📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| /*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\"],\"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>ECHO</0> 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\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"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.*\"],\"LPXUKX\":[\"<0>Wait </0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspects\"],\"m16xKo\":[\"Add\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"Ralayn\":[\"Add Tag\"],\"IKoyMv\":[\"Add Tags\"],\"NffMsn\":[\"Add to this chat\"],\"Na90E+\":[\"Added emails\"],\"SJCAsQ\":[\"Adding Context:\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"JiIKww\":[\"Advanced Settings\"],\"Cmt62w\":[\"All conversations ready\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"baQJ1t\":[\"All Insights\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"bruUug\":[\"Almost there\"],\"H7cfSV\":[\"Already added to this chat\"],\"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\"],\"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.\"],\"Dzr23X\":[\"Announcements\"],\"azfEQ3\":[\"Anonymous Participant\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"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.\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"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.\"],\"F+vBv0\":[\"Ask\"],\"Rjlwvz\":[\"Ask for Name?\"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kskjVK\":[\"Assistant is typing...\"],\"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\"],\"/iCiQU\":[\"Auto-select\"],\"3D5FPO\":[\"Auto-select disabled\"],\"ajAMbT\":[\"Auto-select enabled\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"csDS2L\":[\"Available\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"iH8pgl\":[\"Back\"],\"/9nVLo\":[\"Back to Selection\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"GML8s7\":[\"Begin!\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"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?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"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\"],\"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...\"],\"0ngaDi\":[\"Citing the following sources\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"yz7wBu\":[\"Close\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"bD8I7O\":[\"Complete\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"yjkELF\":[\"Confirm New Password\"],\"p2/GCq\":[\"Confirm Password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"WimHuY\":[\"Connection unhealthy\"],\"DFFB2t\":[\"Contact sales\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"participant.button.continue\":[\"Continue\"],\"xGVfLh\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"BsHMTb\":[\"Conversation Ended\"],\"26Wuwb\":[\"Conversation processing\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"nmB3V3\":[\"Conversations from Upload\"],\"6V3Ea3\":[\"Copied\"],\"he3ygx\":[\"Copy\"],\"y1eoq1\":[\"Copy link\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"v3StFl\":[\"Copy Summary\"],\"rG2gDo\":[\"Copy transcript\"],\"hYgDIe\":[\"Create\"],\"CSQPC0\":[\"Create an Account\"],\"library.create\":[\"Create Library\"],\"O671Oh\":[\"Create Library\"],\"library.create.view.modal.title\":[\"Create new view\"],\"vY2Gfm\":[\"Create new view\"],\"bsfMt3\":[\"Create Report\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"45O6zJ\":[\"Created on\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"ZQKLI1\":[\"Danger Zone\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"cnGeoo\":[\"Delete\"],\"2DzmAq\":[\"Delete Conversation\"],\"++iDlT\":[\"Delete Project\"],\"+m7PfT\":[\"Deleted successfully\"],\"p9tvm2\":[\"Dembrane Echo\"],\"90wFaY\":[\"Dembrane ECHO\"],\"67znul\":[\"Dembrane Reply\"],\"Nu4oKW\":[\"Description\"],\"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.\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"mzI/c+\":[\"Download\"],\"5154Ap\":[\"Download All Transcripts\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KIjvtr\":[\"Dutch\"],\"participant.button.echo\":[\"ECHO\"],\"participant.button.is.recording.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!\"],\"9WkyHF\":[\"Edit Conversation\"],\"/8fAkm\":[\"Edit file name\"],\"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.\"],\"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>here</0>.\"],\"g2N9MJ\":[\"email@work.com\"],\"N2S1rs\":[\"Empty\"],\"ycR/52\":[\"Enable Dembrane Echo\"],\"mKGCnZ\":[\"Enable Dembrane ECHO\"],\"Dh2kHP\":[\"Enable Dembrane 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.\"],\"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.\"],\"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\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"nAEwOZ\":[\"Enter your access code\"],\"42tLXR\":[\"Enter your query\"],\"SlfejT\":[\"Error\"],\"AEkJ6x\":[\"Error creating report\"],\"S2MVUN\":[\"Error loading announcements\"],\"xcUDac\":[\"Error loading insights\"],\"edh3aY\":[\"Error loading project\"],\"3Uoj83\":[\"Error loading quotes\"],\"z05QRC\":[\"Error updating report\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"Rsjgm0\":[\"Experimental\"],\"GS+Mus\":[\"Export\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"BVzTya\":[\"Failed to delete response\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"DKxr+e\":[\"Failed to get announcements\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"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\"],\"o7J4JM\":[\"Filter\"],\"participant.button.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"JmZ/+d\":[\"Finish\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"kODvZJ\":[\"First Name\"],\"glx6on\":[\"Forgot your password?\"],\"nLC6tu\":[\"French\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"gitFA/\":[\"Generate Summary\"],\"DDcvSo\":[\"German\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"iWpEwy\":[\"Go home\"],\"5gqNQl\":[\"Grid view\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"LqWHk1\":[\"Hide \",[\"0\"]],\"u5xmYC\":[\"Hide all\"],\"txCbc+\":[\"Hide all insights\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"i0qMbr\":[\"Home\"],\"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\"],\"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.\"],\"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\"],\"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\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"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.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"uocCon\":[\"Just a moment\"],\"OSBXx5\":[\"Just now\"],\"vXIe7J\":[\"Language\"],\"UXBCwc\":[\"Last Name\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last 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\"],\"yzF66j\":[\"Link\"],\"3gvJj+\":[\"LinkedIn Post (Experimental)\"],\"dF6vP6\":[\"Live\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Preview\"],\"yQE2r9\":[\"Loading\"],\"FUK4WT\":[\"Loading microphones...\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"z0t9bb\":[\"Login\"],\"zfB1KW\":[\"Login | Dembrane\"],\"Wd2LTk\":[\"Login as an existing user\"],\"nOhz3x\":[\"Logout\"],\"jWXlkr\":[\"Longest First\"],\"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\"],\"zz/Wd/\":[\"Mode\"],\"zMx0gF\":[\"More templates\"],\"QWdKwH\":[\"Move\"],\"CyKTz9\":[\"Move Conversation\"],\"wUTBdx\":[\"Move to Another Project\"],\"Ksvwy+\":[\"Move to Project\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"c5Xt89\":[\"Name Z-A\"],\"isRobC\":[\"New\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"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.\"],\"7vhWI8\":[\"New Password\"],\"+VXUp8\":[\"New Project\"],\"+RfVvh\":[\"Newest First\"],\"participant.button.next\":[\"Next\"],\"participant.ready.to.begin.button.text\":[\"Next\"],\"hXzOVo\":[\"Next\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"WsI5bo\":[\"No announcements available\"],\"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.\"],\"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>\"],\"meAa31\":[\"No conversations yet\"],\"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.\"],\"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\"],\"EhV94J\":[\"No resources found.\"],\"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.\"],\"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).\"],\"OJx3wK\":[\"Not available\"],\"9+6THi\":[\"Oldest First\"],\"conversation.ongoing\":[\"Ongoing\"],\"J6n7sl\":[\"Ongoing\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"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\"],\"2CyWv2\":[\"Open for Participation?\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"0zpgxV\":[\"Options\"],\"6/dCYd\":[\"Overview\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v8fxDX\":[\"Participant\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"8ZsakT\":[\"Password\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"lpIMne\":[\"Passwords do not match\"],\"participant.button.pause\":[\"Pause\"],\"IgrLD/\":[\"Pause\"],\"UbRKMZ\":[\"Pending\"],\"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.\"],\"D90h1s\":[\"Please login to continue.\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"lk8BDB\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"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\"],\"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.\"],\"uRFMMc\":[\"Portal Content\"],\"qVypVJ\":[\"Portal Editor\"],\"g2UNkE\":[\"Powered by\"],\"/SM3Ws\":[\"Preparing your experience\"],\"ANWB5x\":[\"Print this report\"],\"zwqetg\":[\"Privacy Statements\"],\"qAGp2O\":[\"Proceed\"],\"stk3Hv\":[\"processing\"],\"vrnnn9\":[\"Processing\"],\"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\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Project Settings\"],\"+0B+ue\":[\"Projects\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"JQVviE\":[\"Projects Home\"],\"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\"],\"u3wRF+\":[\"Published\"],\"eWLklq\":[\"Quotes\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"participant.button.record\":[\"Record\"],\"w80YWM\":[\"Record\"],\"s4Sz7r\":[\"Record another conversation\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"844H5I\":[\"Regenerate Library\"],\"bluvj0\":[\"Regenerate Summary\"],\"wYz80B\":[\"Register | Dembrane\"],\"w3qEvq\":[\"Register as a new user\"],\"7dZnmw\":[\"Relevance\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"hTDMBB\":[\"Reload Page\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"CJgPtd\":[\"Remove from this chat\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"2wxgft\":[\"Rename\"],\"XyN13i\":[\"Reply Prompt\"],\"gjpdaf\":[\"Report\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"hIQOLx\":[\"Report Notifications\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"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...\"],\"xeMrqw\":[\"Reset All Options\"],\"KbS2K9\":[\"Reset Password\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"s+MGs7\":[\"Resources\"],\"participant.button.resume\":[\"Resume\"],\"v39wLo\":[\"Resume\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"H1Pyjd\":[\"Retry Upload\"],\"UZVWVb\":[\"Review files before uploading\"],\"tfDRzk\":[\"Save\"],\"2VA/7X\":[\"Save Error!\"],\"XvjC4F\":[\"Saving...\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"OWm+8o\":[\"Search conversations\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"RVZJWQ\":[\"Search projects...\"],\"pECIKL\":[\"Search templates...\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"Eyh9/O\":[\"See conversation status details\"],\"1ZTiaz\":[\"Segments\"],\"H/diq7\":[\"Select a microphone\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"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\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"vKH1Ye\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"JlFcis\":[\"Send\"],\"VTmyvi\":[\"Sentiment\"],\"NprC8U\":[\"Session Name\"],\"DMl1JW\":[\"Setting up your first project\"],\"participant.settings.modal.title\":[\"Settings\"],\"Tz0i8g\":[\"Settings\"],\"Z8lGw6\":[\"Share\"],\"/XNQag\":[\"Share this report\"],\"oX3zgA\":[\"Share your details here\"],\"Dc7GM4\":[\"Share your voice\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"+tz9Ky\":[\"Shortest First\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"lZw9AX\":[\"Show all\"],\"w1eody\":[\"Show audio player\"],\"yrhNQG\":[\"Show duration\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"3bGwZS\":[\"Show references\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"dbWo0h\":[\"Sign in with Google\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"6Uau97\":[\"Skip\"],\"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.\"],\"participant.conversation.error\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"nwtY4N\":[\"Something went wrong\"],\"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.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO</0> button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.echo.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\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"c6FrMu\":[\"Start New Conversation\"],\"pHVkqA\":[\"Start Recording\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategic Planning\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"hQRttt\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"bh1eKt\":[\"Suggested:\"],\"F1nkJm\":[\"Summarize\"],\"dXoieq\":[\"Summary\"],\"kiOob5\":[\"Summary not available yet\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"OYHzN1\":[\"Tags\"],\"iTylMl\":[\"Templates\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Thank You Page Content\"],\"5KEkUQ\":[\"Thank you! We'll notify you when the report is ready.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading.text.mode\":[\"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.\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"bWqoQ6\":[\"the project library.\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"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.\"],\"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.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"Ed99mE\":[\"Thinking...\"],\"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.\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"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?\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"Ww6cQ8\":[\"Time Created\"],\"rm2Cxd\":[\"Tip\"],\"MHrjPM\":[\"Title\"],\"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\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"DDziIo\":[\"Transcript\"],\"AJc6ig\":[\"Transcript not available\"],\"N/50DC\":[\"Transcript Settings\"],\"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.\"],\"qJb6G2\":[\"Try Again\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"PD9mEt\":[\"Type a message...\"],\"EvmL3X\":[\"Type your response here\"],\"H899Z+\":[\"unread announcement\"],\"0pinHa\":[\"unread announcements\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"jlrVDp\":[\"Untitled Conversation\"],\"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.\"],\"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\"],\"8XD6tj\":[\"Upload Audio\"],\"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...\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"View conversation details\"],\"H1e6Hv\":[\"View Conversation Status\"],\"D4e7re\":[\"View your responses\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"r6y+jM\":[\"Warning\"],\"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.\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"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\"],\"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.\"],\"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.\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"6jfS51\":[\"Welcome\"],\"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!\"],\"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!\"],\"KcnIXL\":[\"will be included in your report\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"kWJmRL\":[\"You\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"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\"],\"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.\"],\"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\"],\"OFDbfd\":[\"Your Conversations\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"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\"]}")as Messages; | |
| /*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\"],\"library.regenerate\":[\"Regenerate Library\"],\"library.conversations.processing.status\":[\"Currently \",[\"finishedConversationsCount\"],\" conversations are ready to be analyzed. \",[\"unfinishedConversationsCount\"],\" are still processing.\"],\"participant.echo.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO</0> 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\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"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.*\"],\"LPXUKX\":[\"<0>Wait </0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspects\"],\"m16xKo\":[\"Add\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"Ralayn\":[\"Add Tag\"],\"IKoyMv\":[\"Add Tags\"],\"NffMsn\":[\"Add to this chat\"],\"Na90E+\":[\"Added emails\"],\"SJCAsQ\":[\"Adding Context:\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"JiIKww\":[\"Advanced Settings\"],\"Cmt62w\":[\"All conversations ready\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"baQJ1t\":[\"All Insights\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"bruUug\":[\"Almost there\"],\"H7cfSV\":[\"Already added to this chat\"],\"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\"],\"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.\"],\"Dzr23X\":[\"Announcements\"],\"azfEQ3\":[\"Anonymous Participant\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"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.\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"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.\"],\"F+vBv0\":[\"Ask\"],\"Rjlwvz\":[\"Ask for Name?\"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kskjVK\":[\"Assistant is typing...\"],\"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\"],\"/iCiQU\":[\"Auto-select\"],\"3D5FPO\":[\"Auto-select disabled\"],\"ajAMbT\":[\"Auto-select enabled\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"csDS2L\":[\"Available\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"iH8pgl\":[\"Back\"],\"/9nVLo\":[\"Back to Selection\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"GML8s7\":[\"Begin!\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"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?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"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\"],\"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...\"],\"0ngaDi\":[\"Citing the following sources\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"yz7wBu\":[\"Close\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"bD8I7O\":[\"Complete\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"yjkELF\":[\"Confirm New Password\"],\"p2/GCq\":[\"Confirm Password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"WimHuY\":[\"Connection unhealthy\"],\"DFFB2t\":[\"Contact sales\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"participant.button.continue\":[\"Continue\"],\"xGVfLh\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"BsHMTb\":[\"Conversation Ended\"],\"26Wuwb\":[\"Conversation processing\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"nmB3V3\":[\"Conversations from Upload\"],\"6V3Ea3\":[\"Copied\"],\"he3ygx\":[\"Copy\"],\"y1eoq1\":[\"Copy link\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"v3StFl\":[\"Copy Summary\"],\"rG2gDo\":[\"Copy transcript\"],\"hYgDIe\":[\"Create\"],\"CSQPC0\":[\"Create an Account\"],\"library.create\":[\"Create Library\"],\"O671Oh\":[\"Create Library\"],\"library.create.view.modal.title\":[\"Create new view\"],\"vY2Gfm\":[\"Create new view\"],\"bsfMt3\":[\"Create Report\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"45O6zJ\":[\"Created on\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"ZQKLI1\":[\"Danger Zone\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"cnGeoo\":[\"Delete\"],\"2DzmAq\":[\"Delete Conversation\"],\"++iDlT\":[\"Delete Project\"],\"+m7PfT\":[\"Deleted successfully\"],\"p9tvm2\":[\"Dembrane Echo\"],\"90wFaY\":[\"Dembrane ECHO\"],\"67znul\":[\"Dembrane Reply\"],\"Nu4oKW\":[\"Description\"],\"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.\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"mzI/c+\":[\"Download\"],\"5154Ap\":[\"Download All Transcripts\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KIjvtr\":[\"Dutch\"],\"participant.button.echo\":[\"ECHO\"],\"participant.button.is.recording.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!\"],\"9WkyHF\":[\"Edit Conversation\"],\"/8fAkm\":[\"Edit file name\"],\"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.\"],\"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>here</0>.\"],\"g2N9MJ\":[\"email@work.com\"],\"N2S1rs\":[\"Empty\"],\"ycR/52\":[\"Enable Dembrane Echo\"],\"mKGCnZ\":[\"Enable Dembrane ECHO\"],\"Dh2kHP\":[\"Enable Dembrane 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.\"],\"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.\"],\"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\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"nAEwOZ\":[\"Enter your access code\"],\"42tLXR\":[\"Enter your query\"],\"SlfejT\":[\"Error\"],\"AEkJ6x\":[\"Error creating report\"],\"S2MVUN\":[\"Error loading announcements\"],\"xcUDac\":[\"Error loading insights\"],\"edh3aY\":[\"Error loading project\"],\"3Uoj83\":[\"Error loading quotes\"],\"z05QRC\":[\"Error updating report\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"Rsjgm0\":[\"Experimental\"],\"GS+Mus\":[\"Export\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"BVzTya\":[\"Failed to delete response\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"DKxr+e\":[\"Failed to get announcements\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"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\"],\"o7J4JM\":[\"Filter\"],\"participant.button.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"JmZ/+d\":[\"Finish\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"kODvZJ\":[\"First Name\"],\"glx6on\":[\"Forgot your password?\"],\"nLC6tu\":[\"French\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"gitFA/\":[\"Generate Summary\"],\"DDcvSo\":[\"German\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"iWpEwy\":[\"Go home\"],\"5gqNQl\":[\"Grid view\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"LqWHk1\":[\"Hide \",[\"0\"]],\"u5xmYC\":[\"Hide all\"],\"txCbc+\":[\"Hide all insights\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"i0qMbr\":[\"Home\"],\"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\"],\"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 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.\"],\"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\"],\"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\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"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.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"uocCon\":[\"Just a moment\"],\"OSBXx5\":[\"Just now\"],\"vXIe7J\":[\"Language\"],\"UXBCwc\":[\"Last Name\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last 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\"],\"yzF66j\":[\"Link\"],\"3gvJ+\":[\"LinkedIn Post (Experimental)\"],\"dF6vP6\":[\"Live\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Preview\"],\"yQE2r9\":[\"Loading\"],\"FUK4WT\":[\"Loading microphones...\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"z0t9bb\":[\"Login\"],\"zfB1KW\":[\"Login | Dembrane\"],\"Wd2LTk\":[\"Login as an existing user\"],\"nOhz3x\":[\"Logout\"],\"jWXlkr\":[\"Longest First\"],\"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\"],\"zz/Wd/\":[\"Mode\"],\"zMx0gF\":[\"More templates\"],\"QWdKwH\":[\"Move\"],\"CyKTz9\":[\"Move Conversation\"],\"wUTBdx\":[\"Move to Another Project\"],\"Ksvwy+\":[\"Move to Project\"],\"6V3Ea3\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"c5Xt89\":[\"Name Z-A\"],\"isRobC\":[\"New\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"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.\"],\"7vhWI8\":[\"New Password\"],\"+VXUp8\":[\"New Project\"],\"+RfVvh\":[\"Newest First\"],\"participant.button.next\":[\"Next\"],\"participant.ready.to.begin.button.text.mode\":[\"Next\"],\"hXzOVo\":[\"Next\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"WsI5bo\":[\"No announcements available\"],\"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.\"],\"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>\"],\"meAa31\":[\"No conversations yet\"],\"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.\"],\"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\"],\"EhV94J\":[\"No resources found.\"],\"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.\"],\"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).\"],\"OJx3wK\":[\"Not available\"],\"9+6THi\":[\"Oldest First\"],\"conversation.ongoing\":[\"Ongoing\"],\"J6n7sl\":[\"Ongoing\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"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\"],\"2CyWv2\":[\"Open for Participation?\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"0zpgxV\":[\"Options\"],\"6/dCYd\":[\"Overview\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v8fxDX\":[\"Participant\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"8ZsakT\":[\"Password\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"lpIMne\":[\"Passwords do not match\"],\"participant.button.pause\":[\"Pause\"],\"IgrLD/\":[\"Pause\"],\"UbRKMZ\":[\"Pending\"],\"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.\"],\"D90h1s\":[\"Please login to continue.\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"lk8BDB\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"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\"],\"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.\"],\"uRFMMc\":[\"Portal Content\"],\"qVypVJ\":[\"Portal Editor\"],\"g2UNkE\":[\"Powered by\"],\"/SM3Ws\":[\"Preparing your experience\"],\"ANWB5x\":[\"Print this report\"],\"zwqetg\":[\"Privacy Statements\"],\"qAGp2O\":[\"Proceed\"],\"stk3Hv\":[\"processing\"],\"vrnnn9\":[\"Processing\"],\"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\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Project Settings\"],\"+0B+ue\":[\"Projects\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"JQVviE\":[\"Projects Home\"],\"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\"],\"u3wRF+\":[\"Published\"],\"eWLklq\":[\"Quotes\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"participant.button.record\":[\"Record\"],\"w80YWM\":[\"Record\"],\"s4Sz7r\":[\"Record another conversation\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"844H5I\":[\"Regenerate Library\"],\"bluvj0\":[\"Regenerate Summary\"],\"wYz80B\":[\"Register | Dembrane\"],\"w3qEvq\":[\"Register as a new user\"],\"7dZnmw\":[\"Relevance\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"hTDMBB\":[\"Reload Page\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"CJgPtd\":[\"Remove from this chat\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"2wxgft\":[\"Rename\"],\"XyN13i\":[\"Reply Prompt\"],\"gjpdaf\":[\"Report\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"hIQOLx\":[\"Report Notifications\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"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...\"],\"xeMrqw\":[\"Reset All Options\"],\"KbS2K9\":[\"Reset Password\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"s+MGs7\":[\"Resources\"],\"participant.button.resume\":[\"Resume\"],\"v39wLo\":[\"Resume\"],\"sVzC0G\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"H1Pyjd\":[\"Retry Upload\"],\"UZVWVb\":[\"Review files before uploading\"],\"tfDRzk\":[\"Save\"],\"2VA/7X\":[\"Save Error!\"],\"XvjC4F\":[\"Saving...\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO\":[\"Search\"],\"OWm+8o\":[\"Search conversations\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"RVZJWQ\":[\"Search projects...\"],\"pECIKL\":[\"Search templates...\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"Eyh9/O\":[\"See conversation status details\"],\"1ZTiaz\":[\"Segments\"],\"H/diq7\":[\"Select a microphone\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"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\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"vKH1Ye\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"JlFcis\":[\"Send\"],\"VTmyvi\":[\"Sentiment\"],\"NprC8U\":[\"Session Name\"],\"DMl1JW\":[\"Setting up your first project\"],\"participant.settings.modal.title\":[\"Settings\"],\"Tz0i8g\":[\"Settings\"],\"Z8lGw6\":[\"Share\"],\"/XNQag\":[\"Share this report\"],\"oX3zgA\":[\"Share your details here\"],\"Dc7GM4\":[\"Share your voice\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"+tz9Ky\":[\"Shortest First\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"lZw9AX\":[\"Show all\"],\"w1eody\":[\"Show audio player\"],\"yrhNQG\":[\"Show duration\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"3bGwZS\":[\"Show references\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"dbWo0h\":[\"Sign in with Google\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"6Uau97\":[\"Skip\"],\"4Q9po3\":[\"Some conversations are still being processed. Auto-select will work optimally once audio processing is complete.\"],\"q+p6c\":[\"Some files were already selected and won't be added twice.\"],\"participant.conversation.error\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"nwtY4N\":[\"Something went wrong\"],\"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.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO</0> button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.echo.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\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"c6FrMu\":[\"Start New Conversation\"],\"pHVkqA\":[\"Start Recording\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategic Planning\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"hQRttt\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"bh1eKt\":[\"Suggested:\"],\"F1nkJm\":[\"Summarize\"],\"dXoieq\":[\"Summary\"],\"kiOob5\":[\"Summary not available yet\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"OYHzN1\":[\"Tags\"],\"iTylMl\":[\"Templates\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Thank You Page Content\"],\"5KEkUQ\":[\"Thank you! We'll notify you when the report is ready.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading.text.mode\":[\"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.\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"bWqoQ6\":[\"the project library.\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"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.\"],\"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.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"Ed99mE\":[\"Thinking...\"],\"conversation.linking_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.\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"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?\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"Ww6cQ8\":[\"Time Created\"],\"rm2Cxd\":[\"Tip\"],\"MHrjPM\":[\"Title\"],\"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\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"DDziIo\":[\"Transcript\"],\"AJc6ig\":[\"Transcript not available\"],\"N/50DC\":[\"Transcript Settings\"],\"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.\"],\"qJb6G2\":[\"Try Again\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"PD9mEt\":[\"Type a message...\"],\"EvmL3X\":[\"Type your response here\"],\"H899Z+\":[\"unread announcement\"],\"0pinHa\":[\"unread announcements\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"jlrVDp\":[\"Untitled Conversation\"],\"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.\"],\"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\"],\"8XD6tj\":[\"Upload Audio\"],\"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...\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"View conversation details\"],\"H1e6Hv\":[\"View Conversation Status\"],\"D4e7re\":[\"View your responses\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"r6y+jM\":[\"Warning\"],\"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.\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"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\"],\"dni8q\":[\"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.\"],\"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.\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"6jfS51\":[\"Welcome\"],\"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!\"],\"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!\"],\"KcnIXL\":[\"will be included in your report\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"kWJmRL\":[\"You\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"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\"],\"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.\"],\"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\"],\"OFDbfd\":[\"Your Conversations\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"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\"]}")as Messages; |
🤖 Prompt for AI Agents
In echo/frontend/src/locales/en-US.ts around line 1, the message for the key
"library.conversations.still.processing" currently reads
"[unfinishedConversationsCount] still processing." — change it to
"[unfinishedConversationsCount] are still processing." to form a full sentence
and match grammar in other locales, and verify the placeholder name
"unfinishedConversationsCount" matches the same placeholder used in other locale
files (adjust name/casing if necessary so all locales use the identical
variable).
🧹 Nitpick
US locale: use “analyze”, not “analyse”
-..."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."],...
+..."fwEAk/":["Welcome to Dembrane Chat! Use the sidebar to select resources and conversations that you want to analyze. Then, you can ask questions about the selected resources and conversations."],...📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| /*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\"],\"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>ECHO</0> 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\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"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.*\"],\"LPXUKX\":[\"<0>Wait </0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspects\"],\"m16xKo\":[\"Add\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"Ralayn\":[\"Add Tag\"],\"IKoyMv\":[\"Add Tags\"],\"NffMsn\":[\"Add to this chat\"],\"Na90E+\":[\"Added emails\"],\"SJCAsQ\":[\"Adding Context:\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"JiIKww\":[\"Advanced Settings\"],\"Cmt62w\":[\"All conversations ready\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"baQJ1t\":[\"All Insights\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"bruUug\":[\"Almost there\"],\"H7cfSV\":[\"Already added to this chat\"],\"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\"],\"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.\"],\"Dzr23X\":[\"Announcements\"],\"azfEQ3\":[\"Anonymous Participant\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"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.\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"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.\"],\"F+vBv0\":[\"Ask\"],\"Rjlwvz\":[\"Ask for Name?\"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kskjVK\":[\"Assistant is typing...\"],\"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\"],\"/iCiQU\":[\"Auto-select\"],\"3D5FPO\":[\"Auto-select disabled\"],\"ajAMbT\":[\"Auto-select enabled\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"csDS2L\":[\"Available\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"iH8pgl\":[\"Back\"],\"/9nVLo\":[\"Back to Selection\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"GML8s7\":[\"Begin!\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"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?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"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\"],\"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...\"],\"0ngaDi\":[\"Citing the following sources\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"yz7wBu\":[\"Close\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"bD8I7O\":[\"Complete\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"yjkELF\":[\"Confirm New Password\"],\"p2/GCq\":[\"Confirm Password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"WimHuY\":[\"Connection unhealthy\"],\"DFFB2t\":[\"Contact sales\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"participant.button.continue\":[\"Continue\"],\"xGVfLh\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"BsHMTb\":[\"Conversation Ended\"],\"26Wuwb\":[\"Conversation processing\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"nmB3V3\":[\"Conversations from Upload\"],\"6V3Ea3\":[\"Copied\"],\"he3ygx\":[\"Copy\"],\"y1eoq1\":[\"Copy link\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"v3StFl\":[\"Copy Summary\"],\"rG2gDo\":[\"Copy transcript\"],\"hYgDIe\":[\"Create\"],\"CSQPC0\":[\"Create an Account\"],\"library.create\":[\"Create Library\"],\"O671Oh\":[\"Create Library\"],\"library.create.view.modal.title\":[\"Create new view\"],\"vY2Gfm\":[\"Create new view\"],\"bsfMt3\":[\"Create Report\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"45O6zJ\":[\"Created on\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"ZQKLI1\":[\"Danger Zone\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"cnGeoo\":[\"Delete\"],\"2DzmAq\":[\"Delete Conversation\"],\"++iDlT\":[\"Delete Project\"],\"+m7PfT\":[\"Deleted successfully\"],\"p9tvm2\":[\"Dembrane Echo\"],\"90wFaY\":[\"Dembrane ECHO\"],\"67znul\":[\"Dembrane Reply\"],\"Nu4oKW\":[\"Description\"],\"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.\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"mzI/c+\":[\"Download\"],\"5154Ap\":[\"Download All Transcripts\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KIjvtr\":[\"Dutch\"],\"participant.button.echo\":[\"ECHO\"],\"participant.button.is.recording.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!\"],\"9WkyHF\":[\"Edit Conversation\"],\"/8fAkm\":[\"Edit file name\"],\"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.\"],\"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>here</0>.\"],\"g2N9MJ\":[\"email@work.com\"],\"N2S1rs\":[\"Empty\"],\"ycR/52\":[\"Enable Dembrane Echo\"],\"mKGCnZ\":[\"Enable Dembrane ECHO\"],\"Dh2kHP\":[\"Enable Dembrane 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.\"],\"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.\"],\"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\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"nAEwOZ\":[\"Enter your access code\"],\"42tLXR\":[\"Enter your query\"],\"SlfejT\":[\"Error\"],\"AEkJ6x\":[\"Error creating report\"],\"S2MVUN\":[\"Error loading announcements\"],\"xcUDac\":[\"Error loading insights\"],\"edh3aY\":[\"Error loading project\"],\"3Uoj83\":[\"Error loading quotes\"],\"z05QRC\":[\"Error updating report\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"Rsjgm0\":[\"Experimental\"],\"GS+Mus\":[\"Export\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"BVzTya\":[\"Failed to delete response\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"DKxr+e\":[\"Failed to get announcements\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"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\"],\"o7J4JM\":[\"Filter\"],\"participant.button.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"JmZ/+d\":[\"Finish\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"kODvZJ\":[\"First Name\"],\"glx6on\":[\"Forgot your password?\"],\"nLC6tu\":[\"French\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"gitFA/\":[\"Generate Summary\"],\"DDcvSo\":[\"German\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"iWpEwy\":[\"Go home\"],\"5gqNQl\":[\"Grid view\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"LqWHk1\":[\"Hide \",[\"0\"]],\"u5xmYC\":[\"Hide all\"],\"txCbc+\":[\"Hide all insights\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"i0qMbr\":[\"Home\"],\"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\"],\"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.\"],\"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\"],\"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\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"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.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"uocCon\":[\"Just a moment\"],\"OSBXx5\":[\"Just now\"],\"vXIe7J\":[\"Language\"],\"UXBCwc\":[\"Last Name\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last 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\"],\"yzF66j\":[\"Link\"],\"3gvJj+\":[\"LinkedIn Post (Experimental)\"],\"dF6vP6\":[\"Live\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Preview\"],\"yQE2r9\":[\"Loading\"],\"FUK4WT\":[\"Loading microphones...\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"z0t9bb\":[\"Login\"],\"zfB1KW\":[\"Login | Dembrane\"],\"Wd2LTk\":[\"Login as an existing user\"],\"nOhz3x\":[\"Logout\"],\"jWXlkr\":[\"Longest First\"],\"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\"],\"zz/Wd/\":[\"Mode\"],\"zMx0gF\":[\"More templates\"],\"QWdKwH\":[\"Move\"],\"CyKTz9\":[\"Move Conversation\"],\"wUTBdx\":[\"Move to Another Project\"],\"Ksvwy+\":[\"Move to Project\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"c5Xt89\":[\"Name Z-A\"],\"isRobC\":[\"New\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"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.\"],\"7vhWI8\":[\"New Password\"],\"+VXUp8\":[\"New Project\"],\"+RfVvh\":[\"Newest First\"],\"participant.button.next\":[\"Next\"],\"participant.ready.to.begin.button.text\":[\"Next\"],\"hXzOVo\":[\"Next\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"WsI5bo\":[\"No announcements available\"],\"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.\"],\"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>\"],\"meAa31\":[\"No conversations yet\"],\"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.\"],\"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\"],\"EhV94J\":[\"No resources found.\"],\"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.\"],\"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).\"],\"OJx3wK\":[\"Not available\"],\"9+6THi\":[\"Oldest First\"],\"conversation.ongoing\":[\"Ongoing\"],\"J6n7sl\":[\"Ongoing\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"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\"],\"2CyWv2\":[\"Open for Participation?\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"0zpgxV\":[\"Options\"],\"6/dCYd\":[\"Overview\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v8fxDX\":[\"Participant\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"8ZsakT\":[\"Password\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"lpIMne\":[\"Passwords do not match\"],\"participant.button.pause\":[\"Pause\"],\"IgrLD/\":[\"Pause\"],\"UbRKMZ\":[\"Pending\"],\"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.\"],\"D90h1s\":[\"Please login to continue.\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"lk8BDB\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"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\"],\"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.\"],\"uRFMMc\":[\"Portal Content\"],\"qVypVJ\":[\"Portal Editor\"],\"g2UNkE\":[\"Powered by\"],\"/SM3Ws\":[\"Preparing your experience\"],\"ANWB5x\":[\"Print this report\"],\"zwqetg\":[\"Privacy Statements\"],\"qAGp2O\":[\"Proceed\"],\"stk3Hv\":[\"processing\"],\"vrnnn9\":[\"Processing\"],\"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\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Project Settings\"],\"+0B+ue\":[\"Projects\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"JQVviE\":[\"Projects Home\"],\"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\"],\"u3wRF+\":[\"Published\"],\"eWLklq\":[\"Quotes\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"participant.button.record\":[\"Record\"],\"w80YWM\":[\"Record\"],\"s4Sz7r\":[\"Record another conversation\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"844H5I\":[\"Regenerate Library\"],\"bluvj0\":[\"Regenerate Summary\"],\"wYz80B\":[\"Register | Dembrane\"],\"w3qEvq\":[\"Register as a new user\"],\"7dZnmw\":[\"Relevance\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"hTDMBB\":[\"Reload Page\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"CJgPtd\":[\"Remove from this chat\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"2wxgft\":[\"Rename\"],\"XyN13i\":[\"Reply Prompt\"],\"gjpdaf\":[\"Report\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"hIQOLx\":[\"Report Notifications\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"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...\"],\"xeMrqw\":[\"Reset All Options\"],\"KbS2K9\":[\"Reset Password\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"s+MGs7\":[\"Resources\"],\"participant.button.resume\":[\"Resume\"],\"v39wLo\":[\"Resume\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"H1Pyjd\":[\"Retry Upload\"],\"UZVWVb\":[\"Review files before uploading\"],\"tfDRzk\":[\"Save\"],\"2VA/7X\":[\"Save Error!\"],\"XvjC4F\":[\"Saving...\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"OWm+8o\":[\"Search conversations\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"RVZJWQ\":[\"Search projects...\"],\"pECIKL\":[\"Search templates...\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"Eyh9/O\":[\"See conversation status details\"],\"1ZTiaz\":[\"Segments\"],\"H/diq7\":[\"Select a microphone\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"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\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"vKH1Ye\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"JlFcis\":[\"Send\"],\"VTmyvi\":[\"Sentiment\"],\"NprC8U\":[\"Session Name\"],\"DMl1JW\":[\"Setting up your first project\"],\"participant.settings.modal.title\":[\"Settings\"],\"Tz0i8g\":[\"Settings\"],\"Z8lGw6\":[\"Share\"],\"/XNQag\":[\"Share this report\"],\"oX3zgA\":[\"Share your details here\"],\"Dc7GM4\":[\"Share your voice\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"+tz9Ky\":[\"Shortest First\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"lZw9AX\":[\"Show all\"],\"w1eody\":[\"Show audio player\"],\"yrhNQG\":[\"Show duration\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"3bGwZS\":[\"Show references\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"dbWo0h\":[\"Sign in with Google\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"6Uau97\":[\"Skip\"],\"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.\"],\"participant.conversation.error\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"nwtY4N\":[\"Something went wrong\"],\"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.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO</0> button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.echo.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\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"c6FrMu\":[\"Start New Conversation\"],\"pHVkqA\":[\"Start Recording\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategic Planning\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"hQRttt\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"bh1eKt\":[\"Suggested:\"],\"F1nkJm\":[\"Summarize\"],\"dXoieq\":[\"Summary\"],\"kiOob5\":[\"Summary not available yet\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"OYHzN1\":[\"Tags\"],\"iTylMl\":[\"Templates\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Thank You Page Content\"],\"5KEkUQ\":[\"Thank you! We'll notify you when the report is ready.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading.text.mode\":[\"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.\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"bWqoQ6\":[\"the project library.\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"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.\"],\"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.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"Ed99mE\":[\"Thinking...\"],\"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.\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"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?\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"Ww6cQ8\":[\"Time Created\"],\"rm2Cxd\":[\"Tip\"],\"MHrjPM\":[\"Title\"],\"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\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"DDziIo\":[\"Transcript\"],\"AJc6ig\":[\"Transcript not available\"],\"N/50DC\":[\"Transcript Settings\"],\"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.\"],\"qJb6G2\":[\"Try Again\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"PD9mEt\":[\"Type a message...\"],\"EvmL3X\":[\"Type your response here\"],\"H899Z+\":[\"unread announcement\"],\"0pinHa\":[\"unread announcements\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"jlrVDp\":[\"Untitled Conversation\"],\"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.\"],\"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\"],\"8XD6tj\":[\"Upload Audio\"],\"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...\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"View conversation details\"],\"H1e6Hv\":[\"View Conversation Status\"],\"D4e7re\":[\"View your responses\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"r6y+jM\":[\"Warning\"],\"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.\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"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\"],\"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.\"],\"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.\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"6jfS51\":[\"Welcome\"],\"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!\"],\"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!\"],\"KcnIXL\":[\"will be included in your report\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"kWJmRL\":[\"You\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"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\"],\"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.\"],\"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\"],\"OFDbfd\":[\"Your Conversations\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"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\"]}")as Messages; | |
| "fwEAk/": ["Welcome to Dembrane Chat! Use the sidebar to select resources and conversations that you want to analyze. Then, you can ask questions about the selected resources and conversations."], |
🤖 Prompt for AI Agents
In echo/frontend/src/locales/en-US.ts around line 1, the US locale strings use
British spelling “analyse”; replace all occurrences of “analyse” with US
spelling “analyze” in the JSON payload (both in message values and any keys that
contain the word), ensuring you update every match and keep the JSON structure
intact so Messages parsing still succeeds.
Trim leading spaces in several labels (UI spacing bug)
Values for “ Submit”, “ Unsubscribe from Notifications”, and “ Generating library can take up to an hour.” start with a space.
-..."uDvV8j":[" Submit"],"aMNEbK":[" Unsubscribe from Notifications"],"library.generate.duration.message":[" Generating library can take up to an hour."],...
+..."uDvV8j":["Submit"],"aMNEbK":["Unsubscribe from Notifications"],"library.generate.duration.message":["Generating library can take up to an hour."],...📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| /*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\"],\"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>ECHO</0> 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\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"2NWk7n\":[\"(for enhanced audio processing)\"],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" ready\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"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.*\"],\"LPXUKX\":[\"<0>Wait </0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspects\"],\"m16xKo\":[\"Add\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"Ralayn\":[\"Add Tag\"],\"IKoyMv\":[\"Add Tags\"],\"NffMsn\":[\"Add to this chat\"],\"Na90E+\":[\"Added emails\"],\"SJCAsQ\":[\"Adding Context:\"],\"TBpbDp\":[\"Advanced (Tips and tricks)\"],\"JiIKww\":[\"Advanced Settings\"],\"Cmt62w\":[\"All conversations ready\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"baQJ1t\":[\"All Insights\"],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"bruUug\":[\"Almost there\"],\"H7cfSV\":[\"Already added to this chat\"],\"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\"],\"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.\"],\"Dzr23X\":[\"Announcements\"],\"azfEQ3\":[\"Anonymous Participant\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"kWiPAC\":[\"Are you sure you want to delete this project?\"],\"B8ymes\":[\"Are you sure you want to delete this recording?\"],\"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.\"],\"participant.modal.stop.message\":[\"Are you sure you want to finish the conversation?\"],\"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.\"],\"F+vBv0\":[\"Ask\"],\"Rjlwvz\":[\"Ask for Name?\"],\"5gQcdD\":[\"Ask participants to provide their name when they start a conversation\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kskjVK\":[\"Assistant is typing...\"],\"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\"],\"/iCiQU\":[\"Auto-select\"],\"3D5FPO\":[\"Auto-select disabled\"],\"ajAMbT\":[\"Auto-select enabled\"],\"jEqKwR\":[\"Auto-select sources to add to the chat\"],\"vtUY0q\":[\"Automatically includes relevant conversations for analysis without manual selection\"],\"csDS2L\":[\"Available\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"iH8pgl\":[\"Back\"],\"/9nVLo\":[\"Back to Selection\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"GML8s7\":[\"Begin!\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"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?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"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\"],\"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...\"],\"0ngaDi\":[\"Citing the following sources\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"yz7wBu\":[\"Close\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"jlZul5\":[\"Compare and contrast the following items provided in the context.\"],\"bD8I7O\":[\"Complete\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"yjkELF\":[\"Confirm New Password\"],\"p2/GCq\":[\"Confirm Password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"WimHuY\":[\"Connection unhealthy\"],\"DFFB2t\":[\"Contact sales\"],\"VlCTbs\":[\"Contact your sales representative to activate this feature today!\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"participant.button.continue\":[\"Continue\"],\"xGVfLh\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"BsHMTb\":[\"Conversation Ended\"],\"26Wuwb\":[\"Conversation processing\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"TQ8ecW\":[\"Conversations from QR Code\"],\"nmB3V3\":[\"Conversations from Upload\"],\"6V3Ea3\":[\"Copied\"],\"he3ygx\":[\"Copy\"],\"y1eoq1\":[\"Copy link\"],\"Dj+aS5\":[\"Copy link to share this report\"],\"v3StFl\":[\"Copy Summary\"],\"rG2gDo\":[\"Copy transcript\"],\"hYgDIe\":[\"Create\"],\"CSQPC0\":[\"Create an Account\"],\"library.create\":[\"Create Library\"],\"O671Oh\":[\"Create Library\"],\"library.create.view.modal.title\":[\"Create new view\"],\"vY2Gfm\":[\"Create new view\"],\"bsfMt3\":[\"Create Report\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"45O6zJ\":[\"Created on\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"ZQKLI1\":[\"Danger Zone\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"cnGeoo\":[\"Delete\"],\"2DzmAq\":[\"Delete Conversation\"],\"++iDlT\":[\"Delete Project\"],\"+m7PfT\":[\"Deleted successfully\"],\"p9tvm2\":[\"Dembrane Echo\"],\"90wFaY\":[\"Dembrane ECHO\"],\"67znul\":[\"Dembrane Reply\"],\"Nu4oKW\":[\"Description\"],\"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.\"],\"LnL5p2\":[\"Do you want to contribute to this project?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"mzI/c+\":[\"Download\"],\"5154Ap\":[\"Download All Transcripts\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KIjvtr\":[\"Dutch\"],\"participant.button.echo\":[\"ECHO\"],\"participant.button.is.recording.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!\"],\"9WkyHF\":[\"Edit Conversation\"],\"/8fAkm\":[\"Edit file name\"],\"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.\"],\"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>here</0>.\"],\"g2N9MJ\":[\"email@work.com\"],\"N2S1rs\":[\"Empty\"],\"ycR/52\":[\"Enable Dembrane Echo\"],\"mKGCnZ\":[\"Enable Dembrane ECHO\"],\"Dh2kHP\":[\"Enable Dembrane 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.\"],\"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.\"],\"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\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"vT+QoP\":[\"Enter new name for the chat:\"],\"nAEwOZ\":[\"Enter your access code\"],\"42tLXR\":[\"Enter your query\"],\"SlfejT\":[\"Error\"],\"AEkJ6x\":[\"Error creating report\"],\"S2MVUN\":[\"Error loading announcements\"],\"xcUDac\":[\"Error loading insights\"],\"edh3aY\":[\"Error loading project\"],\"3Uoj83\":[\"Error loading quotes\"],\"z05QRC\":[\"Error updating report\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"/PykH1\":[\"Everything looks good – you can continue.\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"Rsjgm0\":[\"Experimental\"],\"GS+Mus\":[\"Export\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"BVzTya\":[\"Failed to delete response\"],\"p+a077\":[\"Failed to disable Auto Select for this chat\"],\"iS9Cfc\":[\"Failed to enable Auto Select for this chat\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"DKxr+e\":[\"Failed to get announcements\"],\"TSt/Iq\":[\"Failed to get the latest announcement\"],\"D4Bwkb\":[\"Failed to get unread announcements count\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"wH6wcG\":[\"Failed to verify email status. Please try again.\"],\"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\"],\"o7J4JM\":[\"Filter\"],\"participant.button.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"JmZ/+d\":[\"Finish\"],\"participant.modal.stop.title\":[\"Finish Conversation\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"kODvZJ\":[\"First Name\"],\"glx6on\":[\"Forgot your password?\"],\"nLC6tu\":[\"French\"],\"tSA0hO\":[\"Generate insights from your conversations\"],\"tM4cbZ\":[\"Generate structured meeting notes based on the following discussion points provided in the context.\"],\"gitFA/\":[\"Generate Summary\"],\"DDcvSo\":[\"German\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"iWpEwy\":[\"Go home\"],\"5gqNQl\":[\"Grid view\"],\"ng2Unt\":[\"Hi, \",[\"0\"]],\"LqWHk1\":[\"Hide \",[\"0\"]],\"u5xmYC\":[\"Hide all\"],\"txCbc+\":[\"Hide all insights\"],\"0lRdEo\":[\"Hide Conversations Without Content\"],\"i0qMbr\":[\"Home\"],\"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\"],\"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.\"],\"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\"],\"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\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"aZ3JOU\":[\"Invalid token. Please try again.\"],\"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.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"clXffu\":[\"Join \",[\"0\"],\" on Dembrane\"],\"uocCon\":[\"Just a moment\"],\"OSBXx5\":[\"Just now\"],\"vXIe7J\":[\"Language\"],\"UXBCwc\":[\"Last Name\"],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last 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\"],\"yzF66j\":[\"Link\"],\"3gvJj+\":[\"LinkedIn Post (Experimental)\"],\"dF6vP6\":[\"Live\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Preview\"],\"yQE2r9\":[\"Loading\"],\"FUK4WT\":[\"Loading microphones...\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"z0t9bb\":[\"Login\"],\"zfB1KW\":[\"Login | Dembrane\"],\"Wd2LTk\":[\"Login as an existing user\"],\"nOhz3x\":[\"Logout\"],\"jWXlkr\":[\"Longest First\"],\"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\"],\"zz/Wd/\":[\"Mode\"],\"zMx0gF\":[\"More templates\"],\"QWdKwH\":[\"Move\"],\"CyKTz9\":[\"Move Conversation\"],\"wUTBdx\":[\"Move to Another Project\"],\"Ksvwy+\":[\"Move to Project\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"c5Xt89\":[\"Name Z-A\"],\"isRobC\":[\"New\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"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.\"],\"7vhWI8\":[\"New Password\"],\"+VXUp8\":[\"New Project\"],\"+RfVvh\":[\"Newest First\"],\"participant.button.next\":[\"Next\"],\"participant.ready.to.begin.button.text\":[\"Next\"],\"hXzOVo\":[\"Next\"],\"participant.button.stop.no\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"WsI5bo\":[\"No announcements available\"],\"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.\"],\"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>\"],\"meAa31\":[\"No conversations yet\"],\"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.\"],\"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\"],\"EhV94J\":[\"No resources found.\"],\"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.\"],\"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).\"],\"OJx3wK\":[\"Not available\"],\"9+6THi\":[\"Oldest First\"],\"conversation.ongoing\":[\"Ongoing\"],\"J6n7sl\":[\"Ongoing\"],\"uTmEDj\":[\"Ongoing Conversations\"],\"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\"],\"2CyWv2\":[\"Open for Participation?\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"7yrRHk\":[\"Open troubleshooting guide\"],\"0zpgxV\":[\"Options\"],\"6/dCYd\":[\"Overview\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v8fxDX\":[\"Participant\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"8ZsakT\":[\"Password\"],\"w3/J5c\":[\"Password protect portal (request feature)\"],\"lpIMne\":[\"Passwords do not match\"],\"participant.button.pause\":[\"Pause\"],\"IgrLD/\":[\"Pause\"],\"UbRKMZ\":[\"Pending\"],\"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.\"],\"D90h1s\":[\"Please login to continue.\"],\"mUGRqu\":[\"Please provide a concise summary of the following provided in the context.\"],\"lk8BDB\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\"],\"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\"],\"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.\"],\"uRFMMc\":[\"Portal Content\"],\"qVypVJ\":[\"Portal Editor\"],\"g2UNkE\":[\"Powered by\"],\"/SM3Ws\":[\"Preparing your experience\"],\"ANWB5x\":[\"Print this report\"],\"zwqetg\":[\"Privacy Statements\"],\"qAGp2O\":[\"Proceed\"],\"stk3Hv\":[\"processing\"],\"vrnnn9\":[\"Processing\"],\"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\"],\"xJMpjP\":[\"Project Library | Dembrane\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Project Overview | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Project Settings\"],\"+0B+ue\":[\"Projects\"],\"Eb7xM7\":[\"Projects | Dembrane\"],\"JQVviE\":[\"Projects Home\"],\"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\"],\"u3wRF+\":[\"Published\"],\"eWLklq\":[\"Quotes\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ZKOO0I\":[\"Ready to Begin?\"],\"participant.button.record\":[\"Record\"],\"w80YWM\":[\"Record\"],\"s4Sz7r\":[\"Record another conversation\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"844H5I\":[\"Regenerate Library\"],\"bluvj0\":[\"Regenerate Summary\"],\"wYz80B\":[\"Register | Dembrane\"],\"w3qEvq\":[\"Register as a new user\"],\"7dZnmw\":[\"Relevance\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"hTDMBB\":[\"Reload Page\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"CJgPtd\":[\"Remove from this chat\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"2wxgft\":[\"Rename\"],\"XyN13i\":[\"Reply Prompt\"],\"gjpdaf\":[\"Report\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"KFQLa2\":[\"Report generation is currently in beta and limited to projects with fewer than 10 hours of recording.\"],\"hIQOLx\":[\"Report Notifications\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"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...\"],\"xeMrqw\":[\"Reset All Options\"],\"KbS2K9\":[\"Reset Password\"],\"UMMxwo\":[\"Reset Password | Dembrane\"],\"s+MGs7\":[\"Resources\"],\"participant.button.resume\":[\"Resume\"],\"v39wLo\":[\"Resume\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"H1Pyjd\":[\"Retry Upload\"],\"UZVWVb\":[\"Review files before uploading\"],\"tfDRzk\":[\"Save\"],\"2VA/7X\":[\"Save Error!\"],\"XvjC4F\":[\"Saving...\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"OWm+8o\":[\"Search conversations\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"RVZJWQ\":[\"Search projects...\"],\"pECIKL\":[\"Search templates...\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"Wj2qJm\":[\"Searching through the most relevant sources\"],\"Eyh9/O\":[\"See conversation status details\"],\"1ZTiaz\":[\"Segments\"],\"H/diq7\":[\"Select a microphone\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"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\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"vKH1Ye\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"JlFcis\":[\"Send\"],\"VTmyvi\":[\"Sentiment\"],\"NprC8U\":[\"Session Name\"],\"DMl1JW\":[\"Setting up your first project\"],\"participant.settings.modal.title\":[\"Settings\"],\"Tz0i8g\":[\"Settings\"],\"Z8lGw6\":[\"Share\"],\"/XNQag\":[\"Share this report\"],\"oX3zgA\":[\"Share your details here\"],\"Dc7GM4\":[\"Share your voice\"],\"swzLuF\":[\"Share your voice by scanning the QR code below.\"],\"+tz9Ky\":[\"Shortest First\"],\"h8lzfw\":[\"Show \",[\"0\"]],\"lZw9AX\":[\"Show all\"],\"w1eody\":[\"Show audio player\"],\"yrhNQG\":[\"Show duration\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"3bGwZS\":[\"Show references\"],\"3Sg56r\":[\"Show timeline in report (request feature)\"],\"dbWo0h\":[\"Sign in with Google\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"6Uau97\":[\"Skip\"],\"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.\"],\"participant.conversation.error\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"nwtY4N\":[\"Something went wrong\"],\"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.echo.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>ECHO</0> button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.echo.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\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"c6FrMu\":[\"Start New Conversation\"],\"pHVkqA\":[\"Start Recording\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategic Planning\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"hQRttt\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"bh1eKt\":[\"Suggested:\"],\"F1nkJm\":[\"Summarize\"],\"dXoieq\":[\"Summary\"],\"kiOob5\":[\"Summary not available yet\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"OYHzN1\":[\"Tags\"],\"iTylMl\":[\"Templates\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Thank You Page Content\"],\"5KEkUQ\":[\"Thank you! We'll notify you when the report is ready.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading.text.mode\":[\"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.\"],\"Lngj9Y\":[\"The Portal is the website that loads when participants scan the QR code.\"],\"bWqoQ6\":[\"the project library.\"],\"conversation.linking_conversations.deleted\":[\"The source conversation was deleted\"],\"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.\"],\"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.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"Ed99mE\":[\"Thinking...\"],\"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.\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"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?\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"Ww6cQ8\":[\"Time Created\"],\"rm2Cxd\":[\"Tip\"],\"MHrjPM\":[\"Title\"],\"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\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"DDziIo\":[\"Transcript\"],\"AJc6ig\":[\"Transcript not available\"],\"N/50DC\":[\"Transcript Settings\"],\"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.\"],\"qJb6G2\":[\"Try Again\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"PD9mEt\":[\"Type a message...\"],\"EvmL3X\":[\"Type your response here\"],\"H899Z+\":[\"unread announcement\"],\"0pinHa\":[\"unread announcements\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"jlrVDp\":[\"Untitled Conversation\"],\"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.\"],\"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\"],\"8XD6tj\":[\"Upload Audio\"],\"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...\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"View conversation details\"],\"H1e6Hv\":[\"View Conversation Status\"],\"D4e7re\":[\"View your responses\"],\"tzEbkt\":[\"Wait \",[\"0\"],\":\",[\"1\"]],\"bO5RNo\":[\"Want to add a template to ECHO?\"],\"r6y+jM\":[\"Warning\"],\"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.\"],\"xMeAeQ\":[\"We have sent you an email with next steps. If you don't see it, check your spam folder.\"],\"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\"],\"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.\"],\"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.\"],\"+eLc52\":[\"We’re picking up some silence. Try speaking up so your voice comes through clearly.\"],\"6jfS51\":[\"Welcome\"],\"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!\"],\"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!\"],\"KcnIXL\":[\"will be included in your report\"],\"participant.button.stop.yes\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"kWJmRL\":[\"You\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"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\"],\"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.\"],\"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\"],\"OFDbfd\":[\"Your Conversations\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"PUWgP9\":[\"Your library is empty. Create a library to see your first insights.\"],\"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\"]}")as Messages; | |
| /*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse( | |
| "{ | |
| /* …other entries… */ | |
| \"project.sidebar.chat.end.description\":[\"End of list • All \",[\"totalChats\"],\" chats loaded\"], | |
| \"library.generate.duration.message\":[\"Generating library can take up to an hour.\"], | |
| \"uDvV8j\":[\"Submit\"], | |
| \"aMNEbK\":[\"Unsubscribe from Notifications\"], | |
| /* …other entries… */ | |
| }" | |
| ) as Messages; |
🤖 Prompt for AI Agents
In echo/frontend/src/locales/en-US.ts around line 1, several message values
contain unwanted leading spaces (" Submit", " Unsubscribe from Notifications", "
Generating library can take up to an hour."); remove the leading space
characters from those literal strings in the JSON (keys uDvV8j, aMNEbK,
library.generate.duration.message) so the UI labels render without extra
spacing; update the JSON source to the trimmed strings and re-run any
build/locale pipeline so the change is reflected at runtime.
| #: src/routes/project/library/ProjectLibrary.tsx:236 | ||
| #~ msgid "library.conversations.processing.status" | ||
| #~ msgstr "Conversaciones en proceso" | ||
| #~ msgstr "Actualmente, {finishedConversationsCount} conversaciones están listas para ser analizadas. {unfinishedConversationsCount} aún en proceso." | ||
|
|
There was a problem hiding this comment.
🧹 Nitpick
Drop obsolete entry to avoid translator churn
#~ library.conversations.processing.status is marked obsolete but still carries a non-ICU sentence. Remove it to reduce confusion.
-#~ msgid "library.conversations.processing.status"
-#~ msgstr "Actualmente, {finishedConversationsCount} conversaciones están listas para ser analizadas. {unfinishedConversationsCount} aún en proceso."📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| #: src/routes/project/library/ProjectLibrary.tsx:236 | |
| #~ msgid "library.conversations.processing.status" | |
| #~ msgstr "Conversaciones en proceso" | |
| #~ msgstr "Actualmente, {finishedConversationsCount} conversaciones están listas para ser analizadas. {unfinishedConversationsCount} aún en proceso." | |
| #: src/routes/project/library/ProjectLibrary.tsx:236 |
🤖 Prompt for AI Agents
In echo/frontend/src/locales/es-ES.po around lines 47 to 50, the entry for
library.conversations.processing.status is marked obsolete (prefixed with #~)
but remains in the file and contains a non-ICU sentence; remove the entire
obsolete block (the lines starting with #~, the msgid and msgstr for
library.conversations.processing.status) so translators won't see or edit it and
to avoid confusion with ICU formatting.
| @@ -1 +1 @@ | |||
| /*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"++iDlT\":[\"Eliminar Proyecto\"],\"+0B+ue\":[\"Proyectos\"],\"+RfVvh\":[\"Más nuevos primero\"],\"+VXUp8\":[\"Nuevo Proyecto\"],\"+aBwxq\":[\"Tamaño del archivo: Mínimo \",[\"0\"],\", Máximo \",[\"1\"],\", hasta \",[\"MAX_FILES\"],\" archivos\"],\"+bBcKo\":[\"Descargar transcripción\"],\"+e4Yxz\":[\"Verificar acceso al micrófono\"],\"+eLc52\":[\"Estamos escuchando algo de silencio. Intenta hablar más fuerte para que tu voz salga claramente.\"],\"+fxiY8\":[\"Ver detalles de la conversación\"],\"+m7PfT\":[\"Eliminado con éxito\"],\"+piK6h\":[\"Error al eliminar la conversación del chat\",[\"0\"]],\"+s1J8k\":[\"Marcar como leído\"],\"+tz9Ky\":[\"Más corto primero\"],\"+yD+Wu\":[\"cargando...\"],\"/8fAkm\":[\"Editar nombre de archivo\"],\"/9nVLo\":[\"Volver a la selección\"],\"/AhHDE\":[\"Fuente \",[\"0\"]],\"/IJH/2\":[\"¡ECHO!\"],\"/PykH1\":[\"Todo parece bien – puedes continuar.\"],\"/SM3Ws\":[\"Preparando tu experiencia\"],\"/XNQag\":[\"Compartir este informe\"],\"/iCiQU\":[\"Seleccionar automáticamente\"],\"04DMtb\":[\"Por favor, espera mientras procesamos tu solicitud de retranscripción. Serás redirigido a la nueva conversación cuando esté lista.\"],\"08d+3x\":[\"Mensajes de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"0K/D0Q\":[\"Última vez guardado el \",[\"0\"]],\"0YvCPC\":[\"Editar Recurso\"],\"0lRdEo\":[\"Ocultar Conversaciones Sin Contenido\"],\"0ngaDi\":[\"Citar las siguientes fuentes\"],\"0pinHa\":[\"anuncios sin leer\"],\"0zpgxV\":[\"Opciones\"],\"1JHQpP\":[\"Retranscribir conversación\"],\"1TNIig\":[\"Abrir\"],\"1ZTiaz\":[\"Segmentos\"],\"1gmHmj\":[\"Esta página se muestra a los participantes cuando inician una conversación después de completar correctamente el tutorial.\"],\"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.\"],\"1m+3Z3\":[\"Añadir contexto adicional (Opcional)\"],\"1pZsdx\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"1x2m6d\":[\"Analiza estos elementos con profundidad y matiz. Por favor:\\n\\nEnfoque en las conexiones inesperadas y contrastes\\nPasa más allá de las comparaciones superficiales\\nIdentifica patrones ocultos que la mayoría de las analíticas pasan por alto\\nMantén el rigor analítico mientras sigues siendo atractivo\\nUsa ejemplos que iluminan principios más profundos\\nEstructura el análisis para construir una comprensión\\nDibuja insights que contradicen ideas convencionales\\n\\nNota: Si las similitudes/diferencias son demasiado superficiales, por favor házmelo saber, necesitamos material más complejo para analizar.\"],\"1xDwr8\":[\"Añade términos clave o nombres propios para mejorar la calidad y precisión de la transcripción.\"],\"26Wuwb\":[\"Procesando conversación\"],\"2CyWv2\":[\"¿Abierto para Participación?\"],\"2DzmAq\":[\"Eliminar Conversación\"],\"2FPsPl\":[\"Ingresa el nombre del archivo (sin extensión)\"],\"2NWk7n\":[\"(para procesamiento de audio mejorado)\"],\"2Th9D6\":[[\"0\"],\" Conversaciones • Editado \",[\"1\"]],\"2VA/7X\":[\"¡Error al guardar!\"],\"2wxgft\":[\"Renombrar\"],\"3D0MXY\":[\"Crear Vista\"],\"3D5FPO\":[\"Seleccionar automáticamente desactivado\"],\"3RboBp\":[\"Actualizar Informe\"],\"3Sg56r\":[\"Mostrar línea de tiempo en el informe (solicitar función)\"],\"3Uoj83\":[\"Error al cargar las citas\"],\"3bGwZS\":[\"Mostrar referencias\"],\"3fS27S\":[\"Te hemos enviado un correo electrónico con los pasos siguientes. Si no lo ves, revisa tu carpeta de correo no deseado. Si aún no lo ves, por favor contacta a jules@dembrane.com\"],\"3flRk2\":[\"Por favor, permite el acceso al micrófono para iniciar el test.\"],\"3goDnD\":[\"Permitir a los participantes usar el enlace para iniciar nuevas conversaciones\"],\"3gvJj+\":[\"Publicación LinkedIn (Experimental)\"],\"3hJypY\":[\"Insights\"],\"3wG7HI\":[\"Subido\"],\"42tLXR\":[\"Ingresa tu consulta\"],\"45O6zJ\":[\"Creado el\"],\"48px15\":[\"Procesando tu informe...\"],\"4Fr6DA\":[\"Subir conversaciones\"],\"4Q9po3\":[\"Algunas conversaciones aún están siendo procesadas. La selección automática funcionará de manera óptima una vez que se complete el procesamiento de audio.\"],\"4TVnP7\":[\"Por favor, selecciona un idioma para tu informe\"],\"4dQFvz\":[\"Finalizado\"],\"4loE8L\":[\"Actualiza el informe para incluir los datos más recientes\"],\"5154Ap\":[\"Descargar Todas las Transcripciones\"],\"53dSNP\":[\"Transforma este contenido en insights que realmente importan. Por favor:\\n\\nExtrae ideas clave que desafían el pensamiento estándar\\nEscribe como alguien que entiende los matices, no un manual\\nEnfoque en las implicaciones no obvias\\nManténlo claro y sustancial\\nSolo destaca patrones realmente significativos\\nOrganiza para claridad y impacto\\nEquilibra profundidad con accesibilidad\\n\\nNota: Si las similitudes/diferencias son demasiado superficiales, por favor házmelo saber, necesitamos material más complejo para analizar.\"],\"5KEkUQ\":[\"¡Gracias! Te notificaremos cuando el informe esté listo.\"],\"5XW2u5\":[\"Opciones de Descarga de Transcripción\"],\"5ZpZXq\":[\"Esta conversación aún está siendo procesada. Estará disponible para análisis y chat pronto. \"],\"5gQcdD\":[\"Pedir a los participantes que proporcionen su nombre cuando inicien una conversación\"],\"5gqNQl\":[\"Vista de cuadrícula\"],\"5h7Z+m\":[\"Para asignar una nueva etiqueta, primero crea una en la vista general del proyecto.\"],\"6+Py7/\":[\"Título de la Página\"],\"6/dCYd\":[\"Vista General\"],\"65A04M\":[\"Español\"],\"67znul\":[\"Dembrane Respuesta\"],\"6Uau97\":[\"Omitir\"],\"6V3Ea3\":[\"Copiado\"],\"6WdDG7\":[\"Page\"],\"6YtxFj\":[\"Nombre\"],\"6Z2q2Y\":[\"El nombre del proyecto debe tener al menos 4 caracteres\"],\"6ZHOF8\":[\"Formatos soportados: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"6gRgw8\":[\"Reintentar\"],\"6jfS51\":[\"Bienvenido\"],\"6lGV3K\":[\"Mostrar menos\"],\"6oqr95\":[\"Provide specific context to improve transcript quality and accuracy. This may include key terms, specific instructions, or other relevant information.\"],\"7Bj3x9\":[\"Error\"],\"7dZnmw\":[\"Relevancia\"],\"7qENSx\":[\"Hubo un error al actualizar tu informe. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"7vhWI8\":[\"Nueva Contraseña\"],\"7yrRHk\":[\"Abrir guía de solución de problemas\"],\"844H5I\":[\"Regenerar Biblioteca\"],\"84NoFa\":[\"Aspecto\"],\"87gcCP\":[\"El archivo \\\"\",[\"0\"],\"\\\" excede el tamaño máximo de \",[\"1\"],\".\"],\"8F1i42\":[\"Página no encontrada\"],\"8Q+lLG\":[\"Chats\"],\"8Tg/JR\":[\"Personalizado\"],\"8XD6tj\":[\"Subir Audio\"],\"8ZsakT\":[\"Contraseña\"],\"8q/YVi\":[\"Ocurrió un error al cargar el Portal. Por favor, contacta al equipo de soporte.\"],\"8xYB4s\":[\"Estas plantillas de vista predeterminadas se generarán cuando crees tu primera biblioteca.\"],\"9+6THi\":[\"Más antiguos primero\"],\"90wFaY\":[\"Dembrane ECHO\"],\"9WkyHF\":[\"Editar Conversación\"],\"9aloPG\":[\"Referencias\"],\"9ww6ML\":[\"Esta página se muestra después de que el participante haya completado la conversación.\"],\"A1taO8\":[\"Buscar\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"AEkJ6x\":[\"Error al crear el informe\"],\"AHZflp\":[\"Chat\"],\"AJc6ig\":[\"Transcripción no disponible\"],\"AKBU2w\":[\"¡Bienvenido a Dembrane!\"],\"ANWB5x\":[\"Imprimir este informe\"],\"AgC2rn\":[\"El resumen está siendo regenerado. Por favor, espera hasta 2 minutos para que el nuevo resumen esté disponible.\"],\"Am5V3+\":[\"Por favor, espera \",[\"timeStr\"],\" antes de solicitar otro Echo.\"],\"AotzsU\":[\"Sin tutorial (solo declaraciones de privacidad)\"],\"B+1PXy\":[\"El acceso al micrófono sigue denegado. Por favor verifica tu configuración e intenta de nuevo.\"],\"B+9EHO\":[\"Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora.\"],\"B2pdef\":[\"Haz clic en \\\"Subir archivos\\\" cuando estés listo para iniciar el proceso de subida.\"],\"B8Q/i2\":[\"Tu vista ha sido creada. Por favor, espera mientras procesamos y analizamos los datos.\"],\"B8ymes\":[\"¿Estás seguro de que quieres eliminar esta grabación?\"],\"BAUPL8\":[\"Este idioma se usará para el Portal del Participante y transcripción. Para cambiar el idioma de esta aplicación, por favor use el selector de idioma en las configuraciones de la cabecera.\"],\"BVzTya\":[\"Error al eliminar la respuesta\"],\"Bck6Du\":[\"¡Bienvenido a los informes!\"],\"BsHMTb\":[\"Conversación Terminada\"],\"BuikQT\":[\"No se encontraron conversaciones. Inicia una conversación usando el enlace de invitación de participación desde la <0><1>vista general del proyecto.</1></0>\"],\"CE+M2e\":[\"Información\"],\"CE1Qet\":[\"Por favor, espera \",[\"timeStr\"],\" antes de solicitar otro ECHO.\"],\"CG1cTZ\":[\"Selecciona las instrucciones que se mostrarán a los participantes cuando inicien una conversación\"],\"CJgPtd\":[\"Eliminar de este chat\"],\"CPN34F\":[\"¡Gracias por participar!\"],\"CSQPC0\":[\"Crear una Cuenta\"],\"Cmt62w\":[\"Todas las conversaciones están listas\"],\"CqnkB0\":[\"Temas recurrentes\"],\"CyKTz9\":[\"Mover Conversación\"],\"D3SDJS\":[\"Audio Recording\"],\"D4Bwkb\":[\"Error al obtener el número de notificaciones no leídas\"],\"D4e7re\":[\"Ver tus respuestas\"],\"D90h1s\":[\"Por favor, inicia sesión para continuar.\"],\"DDcvSo\":[\"Alemán\"],\"DDziIo\":[\"Transcripción\"],\"DFFB2t\":[\"Contactar a ventas\"],\"DKxr+e\":[\"Error al obtener los anuncios\"],\"DMBYlw\":[\"Procesamiento de audio en progreso\"],\"DMl1JW\":[\"Configurando tu primer proyecto\"],\"DUmD+q\":[\"Informe creado - \",[\"0\"]],\"Dc7GM4\":[\"Compartir tu voz\"],\"DdevVt\":[\"Editar Contenido del Informe\"],\"Dh2kHP\":[\"Habilitar Dembrane Respuesta\"],\"Dj+aS5\":[\"Copiar enlace para compartir este informe\"],\"Dj5ai3\":[\"Esto borrará tu entrada actual. ¿Estás seguro?\"],\"Dl7lP/\":[\"Ya estás desuscribido o tu enlace es inválido.\"],\"Dvf4+M\":[\"Incluir marcas de tiempo\"],\"Dzr23X\":[\"Anuncios\"],\"E71LBI\":[\"Solo puedes subir hasta \",[\"MAX_FILES\"],\" archivos a la vez. Solo los primeros \",[\"0\"],\" archivos se agregarán.\"],\"EEYbdt\":[\"Publicar\"],\"EM1Aiy\":[\"Thank You Page\"],\"Eb7xM7\":[\"Proyectos | Dembrane\"],\"Ed99mE\":[\"Pensando...\"],\"EhV94J\":[\"No se encontraron recursos.\"],\"EiHu8M\":[\"Conversación añadida al chat\"],\"EkH9pt\":[\"Actualizar\"],\"EnJuK0\":[\"Conversaciones\"],\"EtMtH/\":[\"No se encontraron conversaciones.\"],\"EvmL3X\":[\"Escribe tu respuesta aquí\"],\"Eyh9/O\":[\"Ver detalles del estado de la conversación\"],\"F+vBv0\":[\"Preguntar\"],\"F1nkJm\":[\"Resumir\"],\"F1pfAy\":[\"conversación\"],\"F4cOH1\":[\"Lenguaje de análisis\"],\"F6H6Lg\":[\"Modo de edición\"],\"FUK4WT\":[\"Cargando micrófonos...\"],\"Fx1kHS\":[\"Por favor, espera \",[\"timeStr\"],\" antes de solicitar otra respuesta.\"],\"G2KpGE\":[\"Editar Proyecto\"],\"G2gLnJ\":[\"¿Estás seguro de que quieres eliminar esta etiqueta?\"],\"G3dSLc\":[\"Habilitar Notificaciones de Reportes\"],\"G54oFr\":[\"Se enviará una notificación por correo electrónico a \",[\"0\"],\" participante\",[\"1\"],\". ¿Quieres continuar?\"],\"GML8s7\":[\"¡Comenzar!\"],\"GQTpnY\":[\"Este informe fue abierto por \",[\"0\"],\" personas\"],\"GS+Mus\":[\"Exportar\"],\"GXZvZ7\":[\"Por favor, espera \",[\"timeStr\"],\" antes de solicitar otro eco.\"],\"Gbd5HD\":[\"Este idioma se usará para el Portal del Participante.\"],\"GboWYL\":[\"Ingresa un término clave o nombre propio\"],\"Gu9mXj\":[\"Error al finalizar la conversación. Por favor, inténtalo de nuevo.\"],\"H/diq7\":[\"Seleccionar un micrófono\"],\"H1Pyjd\":[\"Reintentar subida\"],\"H1e6Hv\":[\"Ver estado de la conversación\"],\"H3fItl\":[\"Transforma estas transcripciones en una publicación de LinkedIn que corta el ruido. Por favor:\\n\\nExtrae los insights más convincentes - salta todo lo que suena como consejos comerciales estándar\\nEscribe como un líder experimentado que desafía ideas convencionales, no un poster motivador\\nEncuentra una observación realmente inesperada que haría que incluso profesionales experimentados se detuvieran\\nMantén el rigor analítico mientras sigues siendo atractivo\\n\\nNota: Si el contenido no contiene insights sustanciales, por favor házmelo saber, necesitamos material de fuente más fuerte.\"],\"H7cfSV\":[\"Ya añadido a este chat\"],\"H899Z+\":[\"anuncio sin leer\"],\"HA9VXi\":[\"Echo\"],\"HAKBY9\":[\"Subir Archivos\"],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" listo\"],\"Hie0VV\":[\"Proyecto creado\"],\"HkigHK\":[\"Aspectos\"],\"I0hU01\":[\"Buscar Proyectos\"],\"IJUcvx\":[\"Mientras tanto, si quieres analizar las conversaciones que aún están en proceso, puedes usar la función de Chat\"],\"IKoyMv\":[\"Añadir Etiquetas\"],\"IOBCIN\":[\"Consejo de audio\"],\"Idlt6y\":[\"Habilita esta función para permitir a los participantes recibir notificaciones cuando se publica o actualiza un informe. Los participantes pueden ingresar su correo electrónico para suscribirse a actualizaciones y permanecer informados.\"],\"IgrLD/\":[\"Pausar\"],\"Ih5qq/\":[\"Verificación de Correo Electrónico | Dembrane\"],\"IxzwiB\":[\"Fin de la lista • Todas las \",[\"0\"],\" conversaciones cargadas\"],\"J/hVSQ\":[[\"0\"]],\"J17dTs\":[\"¡Ups! Parece que se denegó el acceso al micrófono. ¡No te preocupes! Tenemos una guía de solución de problemas para ti. Siéntete libre de consultarla. Una vez que hayas resuelto el problema, vuelve a visitar esta página para verificar si tu micrófono está listo.\"],\"J6n7sl\":[\"En curso\"],\"JDFjCg\":[\"Hubo un error al crear tu informe. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"JFFJDJ\":[\"Los cambios se guardan automáticamente mientras continúas usando la aplicación. <0/>Una vez que tengas cambios sin guardar, puedes hacer clic en cualquier lugar para guardar los cambios. <1/>También verás un botón para Cancelar los cambios.\"],\"JOKTb4\":[\"Algo salió mal al subir el archivo: \",[\"0\"]],\"JQVviE\":[\"Inicio de Proyectos\"],\"JSxZVX\":[\"Marcar todos como leídos\"],\"Jbf9pq\":[\"Vista General del Proyecto | Dembrane\"],\"JeOjN4\":[\"¿Quieres estar en el bucle?\"],\"JhzMcO\":[\"Conectando a los servicios de informes...\"],\"JiIKww\":[\"Configuración Avanzada\"],\"JlFcis\":[\"Enviar\"],\"JmZ/+d\":[\"Finalizar\"],\"JtPxD5\":[\"Este correo electrónico ya está suscrito a notificaciones.\"],\"Jv5s94\":[\"Actualiza tu informe para incluir los cambios más recientes en tu proyecto. El enlace para compartir el informe permanecerá el mismo.\"],\"JveaeL\":[\"Cargar recursos\"],\"K1Omdr\":[\"Are you sure you want to generate the library? This will take a while.\"],\"K7P0jz\":[\"Última actualización\"],\"KFQLa2\":[\"La generación de informes está actualmente en fase beta y limitada a proyectos con menos de 10 horas de grabación.\"],\"KIjvtr\":[\"Holandés\"],\"KbS2K9\":[\"Restablecer Contraseña\"],\"KbXMDK\":[\"Identifica temas recurrentes, temas y argumentos que aparecen consistentemente en las conversaciones. Analiza su frecuencia, intensidad y consistencia. Salida esperada: 3-7 aspectos para conjuntos de datos pequeños, 5-12 para conjuntos de datos medianos, 8-15 para conjuntos de datos grandes. Guía de procesamiento: Enfócate en patrones distintos que emergen en múltiples conversaciones.\"],\"KcnIXL\":[\"se incluirá en tu informe\"],\"KeOwCj\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"Kl7//J\":[\"Eliminar Correo Electrónico\"],\"Ksvwy+\":[\"Mover a Proyecto\"],\"LPXUKX\":[\"<0>Espera </0>\",[\"0\"],\":\",[\"1\"]],\"LSCWlh\":[\"¿Cómo le describirías a un colega lo que estás tratando de lograr con este proyecto?\\n* ¿Cuál es el objetivo principal o métrica clave?\\n* ¿Cómo se ve el éxito?\"],\"LcBe0w\":[\"Aún no se han añadido etiquetas a este proyecto. Añade una etiqueta usando el campo de texto de arriba para comenzar.\"],\"LeFXS1\":[\"0 Aspectos\"],\"LkIAge\":[\"El archivo \\\"\",[\"0\"],\"\\\" no es un formato de audio soportado. Solo se permiten archivos de audio.\"],\"LnL5p2\":[\"¿Quieres contribuir a este proyecto?\"],\"Lngj9Y\":[\"El Portal es el sitio web que se carga cuando los participantes escanean el código QR.\"],\"LqWHk1\":[\"Ocultar \",[\"0\"]],\"M73whl\":[\"Contexto\"],\"MHrjPM\":[\"Title\"],\"MPZkyF\":[\"No hay transcripciones seleccionadas para este chat\"],\"MXwASV\":[\"La retranscripción ha comenzado. La nueva conversación estará disponible pronto.\"],\"MbKzYA\":[\"Suena como si hablaran más de una persona. Tomar turnos nos ayudará a escuchar a todos claramente.\"],\"MepchF\":[\"Solicitando acceso al micrófono para detectar dispositivos disponibles...\"],\"MgJuP2\":[\"Por favor, espera mientras generamos tu informe. Serás redirigido automáticamente a la página del informe.\"],\"N/50DC\":[\"Configuración de Transcripción\"],\"N2S1rs\":[\"Vacío\"],\"N63lmJ\":[\"Por favor, selecciona un idioma para tu informe actualizado\"],\"NK2YNj\":[\"Seleccionar archivos de audio para subir\"],\"NMz7xK\":[\"Desarrolla un marco estratégico que impulse resultados significativos. Por favor:\\n\\nIdentifica objetivos centrales y sus interdependencias\\nMapa de implementación con plazos realistas\\nAnticipa obstáculos potenciales y estrategias de mitigación\\nDefine métricas claras para el éxito más allá de los indicadores de vanidad\\nResalta requisitos de recursos y prioridades de asignación\\nEstructura el plan para ambas acciones inmediatas y visión a largo plazo\\nIncluye puertas de decisión y puntos de pivote\\n\\nNota: Enfócate en estrategias que crean ventajas competitivas duraderas, no solo mejoras incrementales.\"],\"NQiPr4\":[\"Procesando Transcripción\"],\"NRLF9V\":[\"Abrir Documentación\"],\"Na90E+\":[\"E-mails añadidos\"],\"NffMsn\":[\"Añadir a este chat\"],\"No7/sO\":[\"This project library was generated on \",[\"0\"],\".\"],\"NprC8U\":[\"Nombre de la Sesión\"],\"Nu4oKW\":[\"Description\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"O3oNi5\":[\"Correo electrónico\"],\"O671Oh\":[\"Crear Biblioteca\"],\"OFDbfd\":[\"Tus Conversaciones\"],\"OJx3wK\":[\"No disponible\"],\"ONWvwQ\":[\"Subir\"],\"ONchxy\":[\"total\"],\"OSBXx5\":[\"Justo ahora\"],\"OWm+8o\":[\"Buscar conversaciones\"],\"OYHzN1\":[\"Etiquetas\"],\"OdkUBk\":[\"No se seleccionaron archivos de audio válidos. Por favor, selecciona solo archivos de audio (MP3, WAV, OGG, etc).\"],\"OtdHFE\":[\"Conversación eliminada del chat\"],\"P/+jkp\":[\"Se han añadido nuevas conversaciones desde que se generó la biblioteca. Regenera la biblioteca para procesarlas.\"],\"P1pDS8\":[[\"diffInDays\"],\" días atrás\"],\"PD9mEt\":[\"Escribe un mensaje...\"],\"PIhnIP\":[\"Háganos saber!\"],\"PTNxDe\":[\"La transcripción de esta conversación se está procesando. Por favor, revisa más tarde.\"],\"PUWgP9\":[\"Tu biblioteca está vacía. Crea una biblioteca para ver tus primeros insights.\"],\"Q3LOVJ\":[\"Reportar un problema\"],\"Q5Z2wp\":[\"¿Estás seguro de que quieres eliminar esta conversación? Esta acción no se puede deshacer.\"],\"QJUjB0\":[\"Para navegar mejor por las citas, crea vistas adicionales. Las citas se agruparán según tu vista.\"],\"QR7hjh\":[\"Esta es una vista previa en vivo del portal del participante. Necesitarás actualizar la página para ver los cambios más recientes.\"],\"QWdKwH\":[\"Mover\"],\"QX6zrA\":[\"Análisis\"],\"QdpRMY\":[\"Seleccionar tutorial\"],\"QvvnWK\":[\"Solo las \",[\"0\"],\" conversaciones finalizadas \",[\"1\"],\" serán incluidas en el informe en este momento. \"],\"RKD99R\":[\"No se puede añadir una conversación vacía\"],\"RVZJWQ\":[\"Buscar proyectos...\"],\"RW2aSn\":[\"El archivo \\\"\",[\"0\"],\"\\\" es demasiado pequeño (\",[\"1\"],\"). El tamaño mínimo es \",[\"2\"],\".\"],\"Ralayn\":[\"Añadir Etiqueta\"],\"Rdt7Iv\":[\"Detalles del estado de la conversación\"],\"Resource not found\":[\"Recurso no encontrado\"],\"Rjlwvz\":[\"¿Preguntar por el nombre?\"],\"Rsjgm0\":[\"Experimental\"],\"RxzN1M\":[\"Habilitado\"],\"S2MVUN\":[\"Error al cargar los anuncios\"],\"S6iyis\":[\"Por favor, no cierres su navegador\"],\"SJCAsQ\":[\"Añadiendo Contexto:\"],\"SMaFdc\":[\"Desuscribirse\"],\"SQSc5o\":[\"Por favor, revisa más tarde o contacta al propietario del proyecto para más información.\"],\"SVtMXb\":[\"Error al regenerar el resumen. Por favor, inténtalo de nuevo más tarde.\"],\"Se1KZw\":[\"Añade todos los que correspondan\"],\"Server error\":[\"Error del servidor\"],\"SlfejT\":[\"Error\"],\"SmP70M\":[\"Error al retranscribir la conversación. Por favor, inténtalo de nuevo.\"],\"Something went wrong\":[\"Algo salió mal\"],\"SrJOPD\":[\"No podemos escucharte. Por favor, intenta cambiar tu micrófono o acercarte un poco más al dispositivo.\"],\"SzU1mG\":[\"Este correo electrónico ya está en la lista.\"],\"T/Q7jW\":[\"Has desuscribido con éxito.\"],\"T3TyGx\":[\"No se encontraron proyectos \",[\"0\"]],\"T50lwc\":[\"La creación de la biblioteca está en progreso\"],\"T7KYJY\":[\"Error al marcar todos los anuncios como leídos\"],\"T8REcf\":[\"Por favor, revisa tus entradas para errores.\"],\"TAXdgS\":[\"Dame una lista de 5-10 temas que se están discutiendo.\"],\"TBpbDp\":[\"Avanzado (Consejos y trucos)\"],\"TGJVgd\":[\"Chat | Dembrane\"],\"TQ8ecW\":[\"Conversaciones desde código QR\"],\"TSHJTb\":[\"Ingresa un nombre para el nuevo conversation\"],\"TSt/Iq\":[\"Error al obtener la última notificación\"],\"TVD5At\":[[\"readingNow\"],\" leyendo ahora\"],\"TkFXaN\":[\"Nivel de audio en vivo:\"],\"TmTivZ\":[\"No hay transcripción disponible para esta conversación.\"],\"TsuUyf\":[\"Por favor, registra tu respuesta haciendo clic en el botón \\\"Iniciar Grabación\\\" de abajo. También puedes responder en texto haciendo clic en el icono de texto.\"],\"TvY/XA\":[\"Documentación\"],\"Tz0i8g\":[\"Configuración\"],\"U7Iesw\":[[\"seconds\"],\" segundos\"],\"UMMxwo\":[\"Restablecer Contraseña | Dembrane\"],\"UXBCwc\":[\"Apellido\"],\"UXCOMn\":[\"¿Estás seguro de que quieres regenerar el resumen? Perderás el resumen actual.\"],\"UZVWVb\":[\"Revisar archivos antes de subir\"],\"UbRKMZ\":[\"Pendiente\"],\"UkyAtj\":[\"Actualiza para desbloquear la selección automática y analizar 10 veces más conversaciones en la mitad del tiempo—sin selección manual, solo insights más profundos instantáneamente.\"],\"V7zEnY\":[\"Hubo un error al verificar tu correo electrónico. Por favor, inténtalo de nuevo.\"],\"VHSco4\":[\"Contexto añadido:\"],\"VInleh\":[\"No hay insights disponibles. Genera insights para esta conversación visitando<0><1> la biblioteca del proyecto.</1></0>\"],\"VTmyvi\":[\"Sentimiento\"],\"VlCTbs\":[\"Contacta a tu representante de ventas para activar esta función hoy!\"],\"VxyuRJ\":[\"Notas de Reunión\"],\"WRRjA9\":[\"No se encontraron etiquetas\"],\"Wd2LTk\":[\"Iniciar sesión como usuario existente\"],\"Wft2yh\":[\"Cargando...\"],\"WimHuY\":[\"Conexión no saludable\"],\"Wj2qJm\":[\"Buscando en las fuentes más relevantes\"],\"Wmq4bZ\":[\"Nuevo nombre de conversación\"],\"Wqc3zS\":[\"Comparar y Contrastar\"],\"WsI5bo\":[\"No hay anuncios disponibles\"],\"Wsk5pi\":[\"Configuración del Proyecto\"],\"WsoNdK\":[\"Identifica y analiza los temas recurrentes en este contenido. Por favor:\\n\"],\"Wu++6g\":[\"Contenido de la Página\"],\"Ww6cQ8\":[\"Fecha de Creación\"],\"XvD4FK\":[\"Por favor, selecciona al menos una fuente\"],\"XvjC4F\":[\"Guardando...\"],\"XyN13i\":[\"Prompt de Respuesta\"],\"XyOToQ\":[\"Ocurrió un error.\"],\"YM6Wft\":[\"No se encontraron chats. Inicia un chat usando el botón \\\"Preguntar\\\".\"],\"YgG3yv\":[\"Ideas de brainstorming\"],\"Yig29e\":[\"Este informe no está disponible. \"],\"You are not authenticated\":[\"No estás autenticado\"],\"You don't have permission to access this.\":[\"No tienes permiso para acceder a esto.\"],\"Z3FXyt\":[\"Cargando...\"],\"Z8lGw6\":[\"Compartir\"],\"ZKOO0I\":[\"¿Listo para comenzar?\"],\"ZQKLI1\":[\"Zona de Peligro\"],\"ZVY8fB\":[\"Insight no encontrado\"],\"ZpJ0wx\":[\"*Transcripción en progreso.*\"],\"a7zH70\":[\"conversaciones\"],\"aEpQkt\":[\"¡Bienvenido a Tu Inicio! Aquí puedes ver todos tus proyectos y acceder a recursos de tutorial. Actualmente, no tienes proyectos. Haz clic en \\\"Crear\\\" para configurar para comenzar!\"],\"aMNEbK\":[\"Desuscribirse de Notificaciones\"],\"aOhF9L\":[\"Incluir enlace al portal en el informe\"],\"aUsm4A\":[\"¿Estás seguro de que quieres eliminar esta etiqueta? Esto eliminará la etiqueta de las conversaciones existentes que la contienen.\"],\"aZ3JOU\":[\"Token inválido. Por favor intenta de nuevo.\"],\"aZHXuZ\":[\"Tus entradas se guardarán automáticamente.\"],\"ajAMbT\":[\"Seleccionar automáticamente activado\"],\"ajvYcJ\":[\"Error al añadir la conversación al chat\",[\"0\"]],\"azfEQ3\":[\"Anonymous Participant\"],\"bD8I7O\":[\"Completar\"],\"bEbdFh\":[\"Esta biblioteca del proyecto se generó el\"],\"bO5RNo\":[\"Quieres añadir una plantilla a ECHO?\"],\"bT6AxW\":[[\"diffInHours\"],\" horas atrás\"],\"bWqoQ6\":[\"la biblioteca del proyecto.\"],\"ba5GvN\":[\"Al eliminar este proyecto, eliminarás todos los datos asociados con él. Esta acción no se puede deshacer. ¿Estás ABSOLUTAMENTE seguro de que quieres eliminar este proyecto?\"],\"baQJ1t\":[\"Todos los Insights\"],\"bh1eKt\":[\"Sugerido:\"],\"bh2Vob\":[\"Error al añadir la conversación al chat\"],\"bhqKwO\":[\"No hay transcripción disponible\"],\"blFttG\":[\"Buscar proyectos\"],\"bluvj0\":[\"Regenerar Resumen\"],\"bruUug\":[\"Casi listo\"],\"bsfMt3\":[\"Crear informe\"],\"c5Xt89\":[\"Nombre Z-A\"],\"c6FrMu\":[\"Iniciar Nueva Conversación\"],\"cILfnJ\":[\"Eliminar archivo\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"clXffu\":[\"Únete a \",[\"0\"],\" en Dembrane\"],\"cnGeoo\":[\"Eliminar\"],\"conversation.accordion.skeleton.title\":[\"Conversaciones\"],\"conversation.linked_conversations.description\":[\"Esta conversación tiene las siguientes copias:\"],\"conversation.linking_conversations.deleted\":[\"La fuente fue eliminada\"],\"conversation.linking_conversations.description\":[\"Esta conversación es una copia de\"],\"conversation.ongoing\":[\"En curso\"],\"crUYYp\":[\"Código inválido. Por favor solicita uno nuevo.\"],\"csDS2L\":[\"Disponible\"],\"ctlSnm\":[\"No se encontró ningún informe\"],\"dEgA5A\":[\"Cancelar\"],\"dF6vP6\":[\"Vivo\"],\"dWv3hs\":[\"Habilite esta función para permitir a los participantes solicitar respuestas AI durante su conversación. Los participantes pueden hacer clic en \\\"Get Reply\\\" después de grabar sus pensamientos para recibir retroalimentación contextual, alentando una reflexión más profunda y una participación más intensa. Un período de enfriamiento aplica entre solicitudes.\"],\"dXoieq\":[\"Resumen\"],\"dbWo0h\":[\"Iniciar sesión con Google\"],\"dglEEO\":[\"Solicitar Restablecimiento de Contraseña\"],\"dni8nq\":[\"Solo te enviaremos un mensaje si tu host genera un informe, nunca compartimos tus detalles con nadie. Puedes optar por no recibir más mensajes en cualquier momento.\"],\"dt1MDy\":[\"Esta conversación aún está siendo procesada. Estará disponible para análisis y chat pronto.\"],\"e3/ja4\":[\"Nombre A-Z\"],\"e3JUb8\":[\"Hubo un error al generar tu informe. En el tiempo, puedes analizar todos tus datos usando la biblioteca o seleccionar conversaciones específicas para conversar.\"],\"eGHX/x\":[\"Error al marcar el anuncio como leído\"],\"eWLklq\":[\"Citas\"],\"edh3aY\":[\"Error al cargar el proyecto\"],\"ehyRtB\":[\"Retranscribir conversación\"],\"ei5r44\":[\"Por favor, espera mientras actualizamos tu informe. Serás redirigido automáticamente a la página del informe.\"],\"ekUnNJ\":[\"Seleccionar etiquetas\"],\"ena+qV\":[\"El archivo \\\"\",[\"0\"],\"\\\" tiene un formato no soportado. Solo se permiten archivos de audio.\"],\"epXTwc\":[\"Configuración Básica\"],\"exYcTF\":[\"Biblioteca\"],\"f6Hub0\":[\"Ordenar\"],\"fMPkxb\":[\"Mostrar más\"],\"fWsBTs\":[\"Algo salió mal. Por favor, inténtalo de nuevo.\"],\"fwEAk/\":[\"¡Bienvenido a Dembrane Chat! Usa la barra lateral para seleccionar recursos y conversaciones que quieras analizar. Luego, puedes hacer preguntas sobre los recursos y conversaciones seleccionados.\"],\"fwrPh4\":[\"Por favor, ingrese un correo electrónico válido.\"],\"fyE7Au\":[[\"minutes\"],\" minutos y \",[\"seconds\"],\" segundos\"],\"g2N9MJ\":[\"email@trabajo.com\"],\"g2UNkE\":[\"Propulsado por\"],\"g2qGhy\":[\"Habilita esta función para permitir a los participantes solicitar respuestas impulsadas por IA durante su conversación. Los participantes pueden hacer clic en \\\"Echo\\\" después de grabar sus pensamientos para recibir retroalimentación contextual, fomentando una reflexión más profunda y mayor participación. Se aplica un período de enfriamiento entre solicitudes.\"],\"gU5H9I\":[\"Archivos seleccionados (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"ghhtgM\":[\"No hay citas disponibles. Genera citas para esta conversación visitando\"],\"gitFA/\":[\"Generar Resumen\"],\"gjpdaf\":[\"Informe\"],\"glx6on\":[\"¿Olvidaste tu contraseña?\"],\"goQEqo\":[\"Intenta moverte un poco más cerca de tu micrófono para mejorar la calidad del sonido.\"],\"gqYJin\":[\"This is your project library. Currently, \",[\"0\"],\" conversations are waiting to be processed.\"],\"gtlVJt\":[\"Estas son algunas plantillas útiles para que te pongas en marcha.\"],\"gzGDMM\":[\"Procesando tu solicitud de retranscripción...\"],\"h8lzfw\":[\"Mostrar \",[\"0\"]],\"hIQOLx\":[\"Notificaciones de Reportes\"],\"hQRttt\":[\"Enviar\"],\"hTDMBB\":[\"Recargar Página\"],\"hTiEnc\":[\"Descargar Audio\"],\"hUO5BY\":[\"Arrastra archivos de audio aquí o haz clic para seleccionar archivos\"],\"hX9DE4\":[\"Download audio\"],\"hXzOVo\":[\"Siguiente\"],\"hYgDIe\":[\"Crear\"],\"he3ygx\":[\"Copiar\"],\"hjaZqm\":[\"Project Overview\"],\"hmk+3M\":[\"Error al subir \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"hsNXnX\":[\"Esto creará una nueva conversación con el mismo audio pero una transcripción fresca. La conversación original permanecerá sin cambios.\"],\"hwyBn8\":[\"Este título se muestra a los participantes cuando inician una conversación\"],\"i0qMbr\":[\"Inicio\"],\"iF3AC2\":[\"Correo electrónico verificado con éxito. Serás redirigido a la página de inicio de sesión en 5 segundos. Si no eres redirigido, por favor haz clic <0>aquí</0>.\"],\"iH8pgl\":[\"Atrás\"],\"iS9Cfc\":[\"Error al activar la selección automática para este chat\"],\"iTylMl\":[\"Plantillas\"],\"iV8+33\":[\"El resumen está siendo regenerado. Por favor, espera hasta que el nuevo resumen esté disponible.\"],\"iWpEwy\":[\"Ir al inicio\"],\"isRobC\":[\"Nuevo\"],\"j5KznP\":[\"Por favor, espera mientras verificamos tu dirección de correo electrónico.\"],\"jEqKwR\":[\"Seleccionar fuentes para añadir al chat\"],\"jIoHDG\":[\"Se enviará una notificación por correo electrónico a \",[\"0\"],\" participante\",[\"1\"],\". ¿Quieres continuar?\"],\"jLr8VJ\":[\"Credenciales inválidas.\"],\"jWXlkr\":[\"Más largo primero\"],\"jlZul5\":[\"Compara y contrasta los siguientes elementos proporcionados en el contexto.\"],\"jlrVDp\":[\"Conversación sin título\"],\"jpctdh\":[\"Vista\"],\"k/LaWp\":[\"Subiendo archivos de audio...\"],\"kE1PiG\":[\"Error al eliminar la conversación del chat\"],\"kODvZJ\":[\"Nombre\"],\"kV3A2a\":[\"Subida Completa\"],\"kWJmRL\":[\"Tú\"],\"kWiPAC\":[\"¿Estás seguro de que quieres eliminar este proyecto?\"],\"kiOob5\":[\"Resumen no disponible todavía\"],\"kimwwT\":[\"Planificación Estratégica\"],\"klH6ct\":[\"¡Bienvenido!\"],\"kskjVK\":[\"El asistente está escribiendo...\"],\"kvs/6G\":[\"El procesamiento de esta conversación ha fallado. Esta conversación no estará disponible para análisis y chat.\"],\"kwkhPe\":[\"Actualizar\"],\"lCF0wC\":[\"Actualizar\"],\"lNo4U2\":[\"Informe actualizado - \",[\"0\"]],\"lTDtES\":[\"También puedes elegir registrar otra conversación.\"],\"lWkKSO\":[\"min\"],\"lYGfRP\":[\"Inglés\"],\"lZNgiw\":[\"Tus Vistas\"],\"lZw9AX\":[\"Mostrar todo\"],\"library.contact.sales\":[\"Contactar a ventas\"],\"library.conversations.processing.status\":[\"Conversaciones en proceso\"],\"library.conversations.still.processing\":[[\"0\"],\" aún en proceso.\"],\"library.conversations.to.be.analyzed\":[\"Actualmente \",[\"0\"],\" conversaciones están listas para ser analizadas.\"],\"library.create\":[\"Crear biblioteca\"],\"library.create.view\":[\"Crear vista\"],\"library.create.view.modal.title\":[\"Crear nueva vista\"],\"library.description\":[\"Biblioteca\"],\"library.generate.duration.message\":[\"La biblioteca tardará \",[\"duration\"]],\"library.new.conversations\":[\"Se han añadido nuevas conversaciones desde que se generó la biblioteca. Regenera la biblioteca para procesarlas.\"],\"library.no.conversations\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"library.not.available\":[\"Biblioteca no disponible\"],\"library.not.available.message\":[\"Parece que la biblioteca no está disponible para tu cuenta. Por favor, solicita acceso para desbloquear esta funcionalidad.\"],\"library.processing.request\":[\"Biblioteca en proceso\"],\"library.regenerate\":[\"Biblioteca regenerada\"],\"library.request.access\":[\"Solicitar Acceso\"],\"library.title\":[\"Biblioteca\"],\"library.views.title\":[\"Tus Vistas\"],\"lk8BDB\":[\"Por favor, graba tu respuesta haciendo clic en el botón \\\"Grabar\\\" de abajo. También puedes elegir responder en texto haciendo clic en el icono de texto.\"],\"lpIMne\":[\"Las contraseñas no coinciden\"],\"m16xKo\":[\"Añadir\"],\"mGVg5N\":[\"Las grabaciones de audio están programadas para eliminarse después de 30 días desde la fecha de grabación\"],\"mKGCnZ\":[\"Habilitar Dembrane ECHO\"],\"mUGRqu\":[\"Por favor, proporciona un resumen conciso de los siguientes elementos proporcionados en el contexto.\"],\"meAa31\":[\"No hay conversaciones aún\"],\"mzI/c+\":[\"Descargar\"],\"n4rh8x\":[\"Seleccionar Proyecto\"],\"n6oAnk\":[\"Por favor, habilite la participación para habilitar el uso compartido\"],\"n9yU9X\":[\"Vista Previa en Vivo\"],\"nAEwOZ\":[\"Enter your access code\"],\"nLC6tu\":[\"Francés\"],\"nO942E\":[\"La conversación no pudo ser cargada. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"nOhz3x\":[\"Cerrar sesión\"],\"nYeaxs\":[\"Esta prompt guía cómo la IA responde a los participantes. Personaliza la prompt para formar el tipo de retroalimentación o participación que quieres fomentar.\"],\"ng2Unt\":[\"Hola, \",[\"0\"]],\"ngdRFH\":[\"Usa Shift + Enter para agregar una nueva línea\"],\"nmB3V3\":[\"Conversaciones desde subida\"],\"nwtY4N\":[\"Algo salió mal\"],\"nyEOdh\":[\"Proporciona una visión general de los temas principales y los temas recurrentes\"],\"o1nIYK\":[\"Nombre de archivo personalizado\"],\"o3rowT\":[\"Para generar un informe, por favor comienza agregando conversaciones en tu proyecto\"],\"o6tfKZ\":[\"ECHO está impulsado por IA. Por favor, verifica las respuestas.\"],\"o7J4JM\":[\"Filtrar\"],\"oOi11l\":[\"Desplazarse al final\"],\"oX3zgA\":[\"Comparte tus detalles aquí\"],\"okY/ix\":[\"Este resumen es generado por IA y es breve, para un análisis detallado, usa el Chat o la Biblioteca.\"],\"p+a077\":[\"Error al desactivar la selección automática para este chat\"],\"p2/GCq\":[\"Confirmar Contraseña\"],\"p9tvm2\":[\"Dembrane Echo\"],\"pB03mG\":[\"Habilita esta función para permitir a los participantes solicitar respuestas impulsadas por IA durante su conversación. Los participantes pueden hacer clic en \\\"ECHO\\\" después de grabar sus pensamientos para recibir retroalimentación contextual, fomentando una reflexión más profunda y mayor participación. Se aplica un período de enfriamiento entre solicitudes.\"],\"pECIKL\":[\"Buscar templates...\"],\"pHVkqA\":[\"Iniciar Grabación\"],\"pWT04I\":[\"Comprobando...\"],\"pZq3aX\":[\"Subida fallida. Por favor, inténtalo de nuevo.\"],\"participant.alert.microphone.access\":[\"Por favor, permite el acceso al micrófono para iniciar el test.\"],\"participant.alert.microphone.access.failure\":[\"¡Ups! Parece que se denegó el acceso al micrófono. ¡No te preocupes! Tenemos una guía de solución de problemas para ti. Siéntete libre de consultarla. Una vez que hayas resuelto el problema, vuelve a visitar esta página para verificar si tu micrófono está listo.\"],\"participant.alert.microphone.access.issue\":[\"No podemos escucharte. Por favor, intenta cambiar tu micrófono o acercarte un poco más al dispositivo.\"],\"participant.alert.microphone.access.loading\":[\"Por favor, espera mientras verificamos el acceso al micrófono.\"],\"participant.alert.microphone.access.success\":[\"Acceso al micrófono verificado con éxito\"],\"participant.button.back\":[\"Volver\"],\"participant.button.back.microphone\":[\"Volver\"],\"participant.button.check.microphone.access\":[\"Verificar acceso al micrófono\"],\"participant.button.continue\":[\"Continuar\"],\"participant.button.echo\":[\"Echo\"],\"participant.button.finish\":[\"Finalizar\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"participant.button.finish.text.mode\":[\"Finalizar\"],\"participant.button.finish.yes.text.mode\":[\"Sí\"],\"participant.button.is.recording.echo\":[\"ECHO\"],\"participant.button.next\":[\"Siguiente\"],\"participant.button.open.troubleshooting.guide\":[\"Abrir guía de solución de problemas\"],\"participant.button.pause\":[\"Pausar\"],\"participant.button.record\":[\"Grabar\"],\"participant.button.reload\":[\"Recargar\"],\"participant.button.reload.page.text.mode\":[\"Recargar\"],\"participant.button.resume\":[\"Reanudar\"],\"participant.button.start.new.conversation\":[\"Iniciar nueva conversación\"],\"participant.button.start.new.conversation.text.mode\":[\"Iniciar nueva conversación\"],\"participant.button.stop\":[\"Detener\"],\"participant.button.stop.no\":[\"Detener\"],\"participant.button.stop.yes\":[\"Detener\"],\"participant.button.submit.text.mode\":[\"Enviar\"],\"participant.conversation.ended\":[\"Conversación terminada\"],\"participant.conversation.error\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"participant.conversation.error.deleted\":[\"Parece que la conversación se eliminó mientras grababas. Hemos detenido la grabación para evitar cualquier problema. Puedes iniciar una nueva en cualquier momento.\"],\"participant.conversation.error.loading\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"participant.conversation.error.loading.text.mode\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"participant.conversation.error.text.mode\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"participant.echo.content.policy.violation.error.message\":[\"Lo sentimos, no podemos procesar esta solicitud debido a la política de contenido del proveedor de LLM.\"],\"participant.echo.error.message\":[\"Algo salió mal. Por favor, inténtalo de nuevo, presionando el botón <0>ECHO</0>, o contacta al soporte si el problema persiste.\"],\"participant.echo.generic.error.message\":[\"Algo salió mal. Por favor, inténtalo de nuevo.\"],\"participant.live.audio.level\":[\"Nivel de audio en vivo\"],\"participant.mic.check.button.skip\":[\"Omitir\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuar\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancelar\"],\"participant.modal.change.mic.confirmation.text\":[\"Has cambiado tu micrófono. Por favor, haz clic en \\\"Continuar\\\", para continuar con la sesión.\"],\"participant.modal.finish.message.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"participant.modal.finish.title.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"participant.modal.stop.message\":[\"¿Estás seguro de que quieres detener la conversación?\"],\"participant.modal.stop.title\":[\"¿Estás seguro de que quieres detener la conversación?\"],\"participant.ready.to.begin\":[\"¿Listo para comenzar?\"],\"participant.ready.to.begin.button.text\":[\"¿Listo para comenzar?\"],\"participant.select.microphone\":[\"Seleccionar un micrófono\"],\"participant.selected.microphone\":[\"Micrófono seleccionado\"],\"participant.settings.modal.title\":[\"Configuración\"],\"participant.test.microphone.description\":[\"Vamos a probar tu micrófono para asegurarnos de que todos tengan la mejor experiencia en la sesión.\"],\"project.sidebar.chat.delete\":[\"Eliminar chat\"],\"project.sidebar.chat.empty.description\":[\"No se encontraron chats. Inicia un chat usando el botón \\\"Preguntar\\\".\"],\"project.sidebar.chat.end.description\":[\"Fin de la lista • Todas las \",[\"0\"],\" conversaciones cargadas\"],\"project.sidebar.chat.rename\":[\"Renombrar\"],\"project.sidebar.chat.title\":[\"Chats\"],\"puQ8+/\":[\"Publicar\"],\"q+pJ6c\":[\"Algunos archivos ya estaban seleccionados y no se agregarán dos veces.\"],\"q11K6L\":[\"El procesamiento de esta conversación ha fallado. Esta conversación no estará disponible para análisis y chat. Último estado conocido: \",[\"0\"]],\"qAGp2O\":[\"Continuar\"],\"qJb6G2\":[\"Intentar de nuevo\"],\"qVypVJ\":[\"Editor del Portal\"],\"qhQjFF\":[\"Vamos a asegurarnos de que podemos escucharte\"],\"qxzrcD\":[\"Selecciona el tipo de retroalimentación o participación que quieres fomentar.\"],\"r6y+jM\":[\"Advertencia\"],\"rG2gDo\":[\"Copiar transcripción\"],\"rH6cQt\":[\"Echo está impulsado por IA. Por favor, verifica las respuestas.\"],\"report.editor.description\":[\"Edita el contenido del informe usando el editor de texto enriquecido a continuación. Puede formatear texto, agregar enlaces, imágenes y más.\"],\"rm2Cxd\":[\"Consejo\"],\"s+MGs7\":[\"Recursos\"],\"s4Sz7r\":[\"Registrar otra conversación\"],\"sCTlv5\":[\"Cambios sin guardar\"],\"sFMBP5\":[\"Temas\"],\"sJa5f4\":[\"insights\"],\"sMa/sP\":[\"Biblioteca de Insights\"],\"sNnJJH\":[\"Esta es tu biblioteca del proyecto. Actualmente,\",[\"0\"],\" conversaciones están esperando ser procesadas.\"],\"sOql0x\":[\"¿Estás seguro de que quieres generar la biblioteca? Esto tomará un tiempo y sobrescribirá tus vistas e insights actuales.\"],\"sVzC0H\":[\"Retranscribir\"],\"sd848K\":[\"Estas son tus plantillas de vista predeterminadas. Una vez que crees tu biblioteca, estas serán tus primeras dos vistas.\"],\"snMcrk\":[\"Pareces estar desconectado, por favor verifica tu conexión a internet\"],\"stk3Hv\":[\"procesando\"],\"swzLuF\":[\"Comparte tu voz escaneando el código QR de abajo.\"],\"tJL2Lh\":[\"Este idioma se usará para el Portal del Participante y transcripción.\"],\"tM4cbZ\":[\"Generar notas estructuradas de la reunión basadas en los siguientes puntos de discusión proporcionados en el contexto.\"],\"tQtKw5\":[\"Vamos a probar tu micrófono para asegurarnos de que todos tengan la mejor experiencia en la sesión.\"],\"tSA0hO\":[\"Generar perspectivas a partir de tus conversaciones\"],\"tbeb1Y\":[\"Aún puedes usar la función Preguntar para chatear con cualquier conversación\"],\"tfDRzk\":[\"Guardar\"],\"txCbc+\":[\"Ocultar todos los insights\"],\"tzEbkt\":[\"Espera \",[\"0\"],\":\",[\"1\"]],\"u+Whi9\":[\"Contenido de la Página de Gracias\"],\"u/fl/S\":[\"Todas las archivos se han subido correctamente.\"],\"u0IJto\":[\"Los cambios se guardarán automáticamente\"],\"u2Hh+Y\":[\"Solicitar Restablecimiento de Contraseña | Dembrane\"],\"u3wRF+\":[\"Publicado\"],\"u5xmYC\":[\"Ocultar todo\"],\"u7yVRn\":[\"Fuentes:\"],\"uAQUqI\":[\"Estado\"],\"uDvV8j\":[\"Enviar\"],\"uK9JLu\":[\"Transforma esta discusión en inteligencia accionable. Por favor:\\n\\nCaptura las implicaciones estratégicas, no solo puntos de vista\\nEstructura como un análisis de un líder, no minutos\\nEnfatiza puntos de decisión que desafían el pensamiento estándar\\nMantén la proporción señal-ruido alta\\nEnfoque en insights que conducen a cambios reales\\nOrganiza para claridad y referencia futura\\nEquilibra detalles tácticos con visión estratégica\\n\\nNota: Si la discusión carece de puntos de decisión sustanciales o insights, marca para una exploración más profunda la próxima vez.\"],\"uLZGK+\":[\"Solicitar Acceso\"],\"uRFMMc\":[\"Contenido del Portal\"],\"uSvNyU\":[\"Buscó en las fuentes más relevantes\"],\"uTmEDj\":[\"Conversaciones en Curso\"],\"uocCon\":[\"Un momento\"],\"v39wLo\":[\"Reanudar\"],\"v3StFl\":[\"Copiar Resumen\"],\"v4fiSg\":[\"Revisa tu correo electrónico\"],\"v8fxDX\":[\"Participante\"],\"vCyT5z\":[\"You have some conversations that have not been processed yet. Regenerate the library to process them.\"],\"vKH1Ye\":[\"Selecciona tu micrófono:\"],\"vT+QoP\":[\"Ingresa un nuevo nombre para el chat:\"],\"vXIe7J\":[\"Idioma\"],\"vY2Gfm\":[\"Crear nueva vista\"],\"view.recreate.modal.title\":[\"Recrear vista\"],\"view.recreate.tooltip\":[\"Recrear vista\"],\"vq+6l+\":[\"Aún no existe transcripción para esta conversación. Por favor, revisa más tarde.\"],\"vrnnn9\":[\"Procesando\"],\"vtUY0q\":[\"Incluye automáticamente conversaciones relevantes para el análisis sin selección manual\"],\"w1eody\":[\"Mostrar reproductor de audio\"],\"w3/J5c\":[\"Proteger el portal con contraseña (solicitar función)\"],\"w3qEvq\":[\"Registrar como nuevo usuario\"],\"w80YWM\":[\"Grabar\"],\"wH6wcG\":[\"Error al verificar el estado del correo electrónico. Por favor, inténtalo de nuevo.\"],\"wMEdO3\":[\"Error al detener la grabación al cambiar el dispositivo. Por favor, inténtalo de nuevo.\"],\"wUTBdx\":[\"Mover a otro Proyecto\"],\"wVO5q4\":[\"Básico (Diapositivas esenciales del tutorial)\"],\"wX/BfX\":[\"Conexión saludable\"],\"wYz80B\":[\"Registrar | Dembrane\"],\"wurHZF\":[\"Tus respuestas\"],\"wwiTff\":[\"Verificación de Correo Electrónico\"],\"xF/jsW\":[\"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?\"],\"xGVfLh\":[\"Continuar\"],\"xJMpjP\":[\"Biblioteca del Proyecto | Dembrane\"],\"xMeAeQ\":[\"Te hemos enviado un correo electrónico con los pasos siguientes. Si no lo ves, revisa tu carpeta de correo no deseado.\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"xcUDac\":[\"Error al cargar los insights\"],\"xeMrqw\":[\"Restablecer todas las opciones\"],\"xeiujy\":[\"Texto\"],\"xu5cdS\":[\"¿Estás seguro de que quieres terminar?\"],\"y1eoq1\":[\"Copiar enlace\"],\"y29l+b\":[\"No se encontraron proyectos para el término de búsqueda\"],\"y4n1fB\":[\"Los participantes podrán seleccionar etiquetas al crear conversaciones\"],\"yCtSKg\":[\"Debes iniciar sesión con el mismo proveedor con el que te registraste. Si encuentras algún problema, por favor contáctanos.\"],\"yQE2r9\":[\"Cargando\"],\"yTx6Up\":[\"Aún no se han añadido términos clave o nombres propios. Añádelos usando el campo de entrada de arriba para mejorar la precisión de la transcripción.\"],\"yUQgLY\":[\"La biblioteca está siendo procesada\"],\"yalI52\":[\"No hay citas disponibles. Genera citas para esta conversación visitando<0><1> la biblioteca del proyecto.</1></0>\"],\"ycR/52\":[\"Habilitar Dembrane Echo\"],\"ygCKqB\":[\"Detener\"],\"yjkELF\":[\"Confirmar Nueva Contraseña\"],\"yrhNQG\":[\"Mostrar duración\"],\"yz7wBu\":[\"Cerrar\"],\"yzF66j\":[\"Enlace\"],\"z05QRC\":[\"Error al actualizar el informe\"],\"z0t9bb\":[\"Iniciar sesión\"],\"z5/5iO\":[\"Contexto Específico\"],\"zM3DDm\":[\"No hay conversaciones disponibles para crear la biblioteca. Por favor añade algunas conversaciones para comenzar.\"],\"zMx0gF\":[\"Más templates\"],\"zT7nbS\":[\"Parece que la conversación se eliminó mientras grababas. Hemos detenido la grabación para evitar cualquier problema. Puedes iniciar una nueva en cualquier momento.\"],\"zTKMNm\":[\"Estado de la conversación\"],\"zfB1KW\":[\"Iniciar sesión | Dembrane\"],\"zuoIYL\":[\"Locutor\"],\"zwqetg\":[\"Declaraciones de Privacidad\"],\"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.\"],\"zz/Wd/\":[\"Modo\"],\"zzDlyQ\":[\"Éxito\"]}")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\":[\"No estás autenticado\"],\"You don't have permission to access this.\":[\"No tienes permiso para acceder a esto.\"],\"Resource not found\":[\"Recurso no encontrado\"],\"Server error\":[\"Error del servidor\"],\"Something went wrong\":[\"Algo salió mal\"],\"library.regenerate\":[\"Biblioteca regenerada\"],\"library.conversations.processing.status\":[\"Actualmente, \",[\"finishedConversationsCount\"],\" conversaciones están listas para ser analizadas. \",[\"unfinishedConversationsCount\"],\" aún en proceso.\"],\"participant.echo.error.message\":[\"Algo salió mal. Por favor, inténtalo de nuevo, presionando el botón <0>ECHO</0>, o contacta al soporte si el problema persiste.\"],\"library.contact.sales\":[\"Contactar a ventas\"],\"library.not.available\":[\"Biblioteca no disponible\"],\"conversation.accordion.skeleton.title\":[\"Conversaciones\"],\"project.sidebar.chat.end.description\":[\"Fin de la lista • Todas las \",[\"0\"],\" conversaciones cargadas\"],\"library.generate.duration.message\":[\"La biblioteca tardará \",[\"duration\"]],\"uDvV8j\":[\"Enviar\"],\"aMNEbK\":[\"Desuscribirse de Notificaciones\"],\"2NWk7n\":[\"(para procesamiento de audio mejorado)\"],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" listo\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Conversaciones • Editado \",[\"1\"]],\"P1pDS8\":[[\"diffInDays\"],\" días atrás\"],\"bT6AxW\":[[\"diffInHours\"],\" horas atrás\"],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Actualmente, \",\"#\",\" conversación está lista para ser analizada.\"],\"other\":[\"Actualmente, \",\"#\",\" conversaciones están listas para ser analizadas.\"]}]],\"fyE7Au\":[[\"minutes\"],\" minutos y \",[\"seconds\"],\" segundos\"],\"TVD5At\":[[\"readingNow\"],\" leyendo ahora\"],\"U7Iesw\":[[\"seconds\"],\" segundos\"],\"library.conversations.still.processing\":[[\"0\"],\" aún en proceso.\"],\"ZpJ0wx\":[\"*Transcripción en progreso.*\"],\"LPXUKX\":[\"<0>Espera </0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspectos\"],\"m16xKo\":[\"Añadir\"],\"1m+3Z3\":[\"Añadir contexto adicional (Opcional)\"],\"Se1KZw\":[\"Añade todos los que correspondan\"],\"1xDwr8\":[\"Añade términos clave o nombres propios para mejorar la calidad y precisión de la transcripción.\"],\"Ralayn\":[\"Añadir Etiqueta\"],\"IKoyMv\":[\"Añadir Etiquetas\"],\"NffMsn\":[\"Añadir a este chat\"],\"Na90E+\":[\"E-mails añadidos\"],\"SJCAsQ\":[\"Añadiendo Contexto:\"],\"TBpbDp\":[\"Avanzado (Consejos y trucos)\"],\"JiIKww\":[\"Configuración Avanzada\"],\"Cmt62w\":[\"Todas las conversaciones están listas\"],\"u/fl/S\":[\"Todas las archivos se han subido correctamente.\"],\"baQJ1t\":[\"Todos los Insights\"],\"3goDnD\":[\"Permitir a los participantes usar el enlace para iniciar nuevas conversaciones\"],\"bruUug\":[\"Casi listo\"],\"H7cfSV\":[\"Ya añadido a este chat\"],\"jIoHDG\":[\"Se enviará una notificación por correo electrónico a \",[\"0\"],\" participante\",[\"1\"],\". ¿Quieres continuar?\"],\"G54oFr\":[\"Se enviará una notificación por correo electrónico a \",[\"0\"],\" participante\",[\"1\"],\". ¿Quieres continuar?\"],\"8q/YVi\":[\"Ocurrió un error al cargar el Portal. Por favor, contacta al equipo de soporte.\"],\"XyOToQ\":[\"Ocurrió un error.\"],\"QX6zrA\":[\"Análisis\"],\"F4cOH1\":[\"Lenguaje de análisis\"],\"1x2m6d\":[\"Analiza estos elementos con profundidad y matiz. Por favor:\\n\\nEnfoque en las conexiones inesperadas y contrastes\\nPasa más allá de las comparaciones superficiales\\nIdentifica patrones ocultos que la mayoría de las analíticas pasan por alto\\nMantén el rigor analítico mientras sigues siendo atractivo\\nUsa ejemplos que iluminan principios más profundos\\nEstructura el análisis para construir una comprensión\\nDibuja insights que contradicen ideas convencionales\\n\\nNota: Si las similitudes/diferencias son demasiado superficiales, por favor házmelo saber, necesitamos material más complejo para analizar.\"],\"Dzr23X\":[\"Anuncios\"],\"azfEQ3\":[\"Anonymous Participant\"],\"Q5Z2wp\":[\"¿Estás seguro de que quieres eliminar esta conversación? Esta acción no se puede deshacer.\"],\"kWiPAC\":[\"¿Estás seguro de que quieres eliminar este proyecto?\"],\"B8ymes\":[\"¿Estás seguro de que quieres eliminar esta grabación?\"],\"G2gLnJ\":[\"¿Estás seguro de que quieres eliminar esta etiqueta?\"],\"aUsm4A\":[\"¿Estás seguro de que quieres eliminar esta etiqueta? Esto eliminará la etiqueta de las conversaciones existentes que la contienen.\"],\"participant.modal.stop.message\":[\"¿Estás seguro de que quieres detener la conversación?\"],\"participant.modal.finish.message.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"xu5cdS\":[\"¿Estás seguro de que quieres terminar?\"],\"sOql0x\":[\"¿Estás seguro de que quieres generar la biblioteca? Esto tomará un tiempo y sobrescribirá tus vistas e insights actuales.\"],\"K1Omdr\":[\"Are you sure you want to generate the library? This will take a while.\"],\"UXCOMn\":[\"¿Estás seguro de que quieres regenerar el resumen? Perderás el resumen actual.\"],\"F+vBv0\":[\"Preguntar\"],\"Rjlwvz\":[\"¿Preguntar por el nombre?\"],\"5gQcdD\":[\"Pedir a los participantes que proporcionen su nombre cuando inicien una conversación\"],\"84NoFa\":[\"Aspecto\"],\"HkigHK\":[\"Aspectos\"],\"kskjVK\":[\"El asistente está escribiendo...\"],\"DMBYlw\":[\"Procesamiento de audio en progreso\"],\"D3SDJS\":[\"Audio Recording\"],\"mGVg5N\":[\"Las grabaciones de audio están programadas para eliminarse después de 30 días desde la fecha de grabación\"],\"IOBCIN\":[\"Consejo de audio\"],\"/iCiQU\":[\"Seleccionar automáticamente\"],\"3D5FPO\":[\"Seleccionar automáticamente desactivado\"],\"ajAMbT\":[\"Seleccionar automáticamente activado\"],\"jEqKwR\":[\"Seleccionar fuentes para añadir al chat\"],\"vtUY0q\":[\"Incluye automáticamente conversaciones relevantes para el análisis sin selección manual\"],\"csDS2L\":[\"Disponible\"],\"participant.button.back.microphone\":[\"Volver\"],\"participant.button.back\":[\"Volver\"],\"iH8pgl\":[\"Atrás\"],\"/9nVLo\":[\"Volver a la selección\"],\"wVO5q4\":[\"Básico (Diapositivas esenciales del tutorial)\"],\"epXTwc\":[\"Configuración Básica\"],\"GML8s7\":[\"¡Comenzar!\"],\"YgG3yv\":[\"Ideas de brainstorming\"],\"ba5GvN\":[\"Al eliminar este proyecto, eliminarás todos los datos asociados con él. Esta acción no se puede deshacer. ¿Estás ABSOLUTAMENTE seguro de que quieres eliminar este proyecto?\"],\"dEgA5A\":[\"Cancelar\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancelar\"],\"RKD99R\":[\"No se puede añadir una conversación vacía\"],\"JFFJDJ\":[\"Los cambios se guardan automáticamente mientras continúas usando la aplicación. <0/>Una vez que tengas cambios sin guardar, puedes hacer clic en cualquier lugar para guardar los cambios. <1/>También verás un botón para Cancelar los cambios.\"],\"u0IJto\":[\"Los cambios se guardarán automáticamente\"],\"xF/jsW\":[\"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?\"],\"AHZflp\":[\"Chat\"],\"TGJVgd\":[\"Chat | Dembrane\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"8Q+lLG\":[\"Chats\"],\"participant.button.check.microphone.access\":[\"Verificar acceso al micrófono\"],\"+e4Yxz\":[\"Verificar acceso al micrófono\"],\"v4fiSg\":[\"Revisa tu correo electrónico\"],\"pWT04I\":[\"Comprobando...\"],\"0ngaDi\":[\"Citar las siguientes fuentes\"],\"B2pdef\":[\"Haz clic en \\\"Subir archivos\\\" cuando estés listo para iniciar el proceso de subida.\"],\"yz7wBu\":[\"Cerrar\"],\"Wqc3zS\":[\"Comparar y Contrastar\"],\"jlZul5\":[\"Compara y contrasta los siguientes elementos proporcionados en el contexto.\"],\"bD8I7O\":[\"Completar\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuar\"],\"yjkELF\":[\"Confirmar Nueva Contraseña\"],\"p2/GCq\":[\"Confirmar Contraseña\"],\"puQ8+/\":[\"Publicar\"],\"JhzMcO\":[\"Conectando a los servicios de informes...\"],\"wX/BfX\":[\"Conexión saludable\"],\"WimHuY\":[\"Conexión no saludable\"],\"DFFB2t\":[\"Contactar a ventas\"],\"VlCTbs\":[\"Contacta a tu representante de ventas para activar esta función hoy!\"],\"M73whl\":[\"Contexto\"],\"VHSco4\":[\"Contexto añadido:\"],\"participant.button.continue\":[\"Continuar\"],\"xGVfLh\":[\"Continuar\"],\"F1pfAy\":[\"conversación\"],\"EiHu8M\":[\"Conversación añadida al chat\"],\"participant.conversation.ended\":[\"Conversación terminada\"],\"BsHMTb\":[\"Conversación Terminada\"],\"26Wuwb\":[\"Procesando conversación\"],\"OtdHFE\":[\"Conversación eliminada del chat\"],\"zTKMNm\":[\"Estado de la conversación\"],\"Rdt7Iv\":[\"Detalles del estado de la conversación\"],\"a7zH70\":[\"conversaciones\"],\"EnJuK0\":[\"Conversaciones\"],\"TQ8ecW\":[\"Conversaciones desde código QR\"],\"nmB3V3\":[\"Conversaciones desde subida\"],\"6V3Ea3\":[\"Copiado\"],\"he3ygx\":[\"Copiar\"],\"y1eoq1\":[\"Copiar enlace\"],\"Dj+aS5\":[\"Copiar enlace para compartir este informe\"],\"v3StFl\":[\"Copiar Resumen\"],\"rG2gDo\":[\"Copiar transcripción\"],\"hYgDIe\":[\"Crear\"],\"CSQPC0\":[\"Crear una Cuenta\"],\"library.create\":[\"Crear biblioteca\"],\"O671Oh\":[\"Crear Biblioteca\"],\"library.create.view.modal.title\":[\"Crear nueva vista\"],\"vY2Gfm\":[\"Crear nueva vista\"],\"bsfMt3\":[\"Crear informe\"],\"library.create.view\":[\"Crear vista\"],\"3D0MXY\":[\"Crear Vista\"],\"45O6zJ\":[\"Creado el\"],\"8Tg/JR\":[\"Personalizado\"],\"o1nIYK\":[\"Nombre de archivo personalizado\"],\"ZQKLI1\":[\"Zona de Peligro\"],\"project.sidebar.chat.delete\":[\"Eliminar chat\"],\"cnGeoo\":[\"Eliminar\"],\"2DzmAq\":[\"Eliminar Conversación\"],\"++iDlT\":[\"Eliminar Proyecto\"],\"+m7PfT\":[\"Eliminado con éxito\"],\"p9tvm2\":[\"Dembrane Echo\"],\"90wFaY\":[\"Dembrane ECHO\"],\"67znul\":[\"Dembrane Respuesta\"],\"Nu4oKW\":[\"Description\"],\"NMz7xK\":[\"Desarrolla un marco estratégico que impulse resultados significativos. Por favor:\\n\\nIdentifica objetivos centrales y sus interdependencias\\nMapa de implementación con plazos realistas\\nAnticipa obstáculos potenciales y estrategias de mitigación\\nDefine métricas claras para el éxito más allá de los indicadores de vanidad\\nResalta requisitos de recursos y prioridades de asignación\\nEstructura el plan para ambas acciones inmediatas y visión a largo plazo\\nIncluye puertas de decisión y puntos de pivote\\n\\nNota: Enfócate en estrategias que crean ventajas competitivas duraderas, no solo mejoras incrementales.\"],\"LnL5p2\":[\"¿Quieres contribuir a este proyecto?\"],\"JeOjN4\":[\"¿Quieres estar en el bucle?\"],\"TvY/XA\":[\"Documentación\"],\"mzI/c+\":[\"Descargar\"],\"5154Ap\":[\"Descargar Todas las Transcripciones\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Descargar Audio\"],\"+bBcKo\":[\"Descargar transcripción\"],\"5XW2u5\":[\"Opciones de Descarga de Transcripción\"],\"hUO5BY\":[\"Arrastra archivos de audio aquí o haz clic para seleccionar archivos\"],\"KIjvtr\":[\"Holandés\"],\"participant.button.echo\":[\"Echo\"],\"participant.button.is.recording.echo\":[\"ECHO\"],\"HA9VXi\":[\"Echo\"],\"rH6cQt\":[\"Echo está impulsado por IA. Por favor, verifica las respuestas.\"],\"o6tfKZ\":[\"ECHO está impulsado por IA. Por favor, verifica las respuestas.\"],\"/IJH/2\":[\"¡ECHO!\"],\"9WkyHF\":[\"Editar Conversación\"],\"/8fAkm\":[\"Editar nombre de archivo\"],\"G2KpGE\":[\"Editar Proyecto\"],\"DdevVt\":[\"Editar Contenido del Informe\"],\"0YvCPC\":[\"Editar Recurso\"],\"report.editor.description\":[\"Edita el contenido del informe usando el editor de texto enriquecido a continuación. Puede formatear texto, agregar enlaces, imágenes y más.\"],\"F6H6Lg\":[\"Modo de edición\"],\"O3oNi5\":[\"Correo electrónico\"],\"wwiTff\":[\"Verificación de Correo Electrónico\"],\"Ih5qq/\":[\"Verificación de Correo Electrónico | Dembrane\"],\"iF3AC2\":[\"Correo electrónico verificado con éxito. Serás redirigido a la página de inicio de sesión en 5 segundos. Si no eres redirigido, por favor haz clic <0>aquí</0>.\"],\"g2N9MJ\":[\"email@trabajo.com\"],\"N2S1rs\":[\"Vacío\"],\"ycR/52\":[\"Habilitar Dembrane Echo\"],\"mKGCnZ\":[\"Habilitar Dembrane ECHO\"],\"Dh2kHP\":[\"Habilitar Dembrane Respuesta\"],\"G3dSLc\":[\"Habilitar Notificaciones de Reportes\"],\"Idlt6y\":[\"Habilita esta función para permitir a los participantes recibir notificaciones cuando se publica o actualiza un informe. Los participantes pueden ingresar su correo electrónico para suscribirse a actualizaciones y permanecer informados.\"],\"g2qGhy\":[\"Habilita esta función para permitir a los participantes solicitar respuestas impulsadas por IA durante su conversación. Los participantes pueden hacer clic en \\\"Echo\\\" después de grabar sus pensamientos para recibir retroalimentación contextual, fomentando una reflexión más profunda y mayor participación. Se aplica un período de enfriamiento entre solicitudes.\"],\"pB03mG\":[\"Habilita esta función para permitir a los participantes solicitar respuestas impulsadas por IA durante su conversación. Los participantes pueden hacer clic en \\\"ECHO\\\" después de grabar sus pensamientos para recibir retroalimentación contextual, fomentando una reflexión más profunda y mayor participación. Se aplica un período de enfriamiento entre solicitudes.\"],\"dWv3hs\":[\"Habilite esta función para permitir a los participantes solicitar respuestas AI durante su conversación. Los participantes pueden hacer clic en \\\"Get Reply\\\" después de grabar sus pensamientos para recibir retroalimentación contextual, alentando una reflexión más profunda y una participación más intensa. Un período de enfriamiento aplica entre solicitudes.\"],\"RxzN1M\":[\"Habilitado\"],\"IxzwiB\":[\"Fin de la lista • Todas las \",[\"0\"],\" conversaciones cargadas\"],\"lYGfRP\":[\"Inglés\"],\"GboWYL\":[\"Ingresa un término clave o nombre propio\"],\"TSHJTb\":[\"Ingresa un nombre para el nuevo conversation\"],\"2FPsPl\":[\"Ingresa el nombre del archivo (sin extensión)\"],\"vT+QoP\":[\"Ingresa un nuevo nombre para el chat:\"],\"nAEwOZ\":[\"Enter your access code\"],\"42tLXR\":[\"Ingresa tu consulta\"],\"SlfejT\":[\"Error\"],\"AEkJ6x\":[\"Error al crear el informe\"],\"S2MVUN\":[\"Error al cargar los anuncios\"],\"xcUDac\":[\"Error al cargar los insights\"],\"edh3aY\":[\"Error al cargar el proyecto\"],\"3Uoj83\":[\"Error al cargar las citas\"],\"z05QRC\":[\"Error al actualizar el informe\"],\"hmk+3M\":[\"Error al subir \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"participant.alert.microphone.access.success\":[\"Acceso al micrófono verificado con éxito\"],\"/PykH1\":[\"Todo parece bien – puedes continuar.\"],\"AAC/NE\":[\"Example: This conversation is about [topic]. Key terms include [term1], [term2]. Please pay special attention to [specific aspect].\"],\"Rsjgm0\":[\"Experimental\"],\"GS+Mus\":[\"Exportar\"],\"7Bj3x9\":[\"Error\"],\"bh2Vob\":[\"Error al añadir la conversación al chat\"],\"ajvYcJ\":[\"Error al añadir la conversación al chat\",[\"0\"]],\"BVzTya\":[\"Error al eliminar la respuesta\"],\"p+a077\":[\"Error al desactivar la selección automática para este chat\"],\"iS9Cfc\":[\"Error al activar la selección automática para este chat\"],\"Gu9mXj\":[\"Error al finalizar la conversación. Por favor, inténtalo de nuevo.\"],\"DKxr+e\":[\"Error al obtener los anuncios\"],\"TSt/Iq\":[\"Error al obtener la última notificación\"],\"D4Bwkb\":[\"Error al obtener el número de notificaciones no leídas\"],\"T7KYJY\":[\"Error al marcar todos los anuncios como leídos\"],\"eGHX/x\":[\"Error al marcar el anuncio como leído\"],\"SVtMXb\":[\"Error al regenerar el resumen. Por favor, inténtalo de nuevo más tarde.\"],\"kE1PiG\":[\"Error al eliminar la conversación del chat\"],\"+piK6h\":[\"Error al eliminar la conversación del chat\",[\"0\"]],\"SmP70M\":[\"Error al retranscribir la conversación. Por favor, inténtalo de nuevo.\"],\"wMEdO3\":[\"Error al detener la grabación al cambiar el dispositivo. Por favor, inténtalo de nuevo.\"],\"wH6wcG\":[\"Error al verificar el estado del correo electrónico. Por favor, inténtalo de nuevo.\"],\"87gcCP\":[\"El archivo \\\"\",[\"0\"],\"\\\" excede el tamaño máximo de \",[\"1\"],\".\"],\"ena+qV\":[\"El archivo \\\"\",[\"0\"],\"\\\" tiene un formato no soportado. Solo se permiten archivos de audio.\"],\"LkIAge\":[\"El archivo \\\"\",[\"0\"],\"\\\" no es un formato de audio soportado. Solo se permiten archivos de audio.\"],\"RW2aSn\":[\"El archivo \\\"\",[\"0\"],\"\\\" es demasiado pequeño (\",[\"1\"],\"). El tamaño mínimo es \",[\"2\"],\".\"],\"+aBwxq\":[\"Tamaño del archivo: Mínimo \",[\"0\"],\", Máximo \",[\"1\"],\", hasta \",[\"MAX_FILES\"],\" archivos\"],\"o7J4JM\":[\"Filtrar\"],\"participant.button.finish\":[\"Finalizar\"],\"participant.button.finish.text.mode\":[\"Finalizar\"],\"JmZ/+d\":[\"Finalizar\"],\"participant.modal.stop.title\":[\"¿Estás seguro de que quieres detener la conversación?\"],\"participant.modal.finish.title.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"4dQFvz\":[\"Finalizado\"],\"kODvZJ\":[\"Nombre\"],\"glx6on\":[\"¿Olvidaste tu contraseña?\"],\"nLC6tu\":[\"Francés\"],\"tSA0hO\":[\"Generar perspectivas a partir de tus conversaciones\"],\"tM4cbZ\":[\"Generar notas estructuradas de la reunión basadas en los siguientes puntos de discusión proporcionados en el contexto.\"],\"gitFA/\":[\"Generar Resumen\"],\"DDcvSo\":[\"Alemán\"],\"TAXdgS\":[\"Dame una lista de 5-10 temas que se están discutiendo.\"],\"iWpEwy\":[\"Ir al inicio\"],\"5gqNQl\":[\"Vista de cuadrícula\"],\"ng2Unt\":[\"Hola, \",[\"0\"]],\"LqWHk1\":[\"Ocultar \",[\"0\"]],\"u5xmYC\":[\"Ocultar todo\"],\"txCbc+\":[\"Ocultar todos los insights\"],\"0lRdEo\":[\"Ocultar Conversaciones Sin Contenido\"],\"i0qMbr\":[\"Inicio\"],\"LSCWlh\":[\"¿Cómo le describirías a un colega lo que estás tratando de lograr con este proyecto?\\n* ¿Cuál es el objetivo principal o métrica clave?\\n* ¿Cómo se ve el éxito?\"],\"WsoNdK\":[\"Identifica y analiza los temas recurrentes en este contenido. Por favor:\\n\"],\"KbXMDK\":[\"Identifica temas recurrentes, temas y argumentos que aparecen consistentemente en las conversaciones. Analiza su frecuencia, intensidad y consistencia. Salida esperada: 3-7 aspectos para conjuntos de datos pequeños, 5-12 para conjuntos de datos medianos, 8-15 para conjuntos de datos grandes. Guía de procesamiento: Enfócate en patrones distintos que emergen en múltiples conversaciones.\"],\"QJUjB0\":[\"Para navegar mejor por las citas, crea vistas adicionales. Las citas se agruparán según tu vista.\"],\"IJUcvx\":[\"Mientras tanto, si quieres analizar las conversaciones que aún están en proceso, puedes usar la función de Chat\"],\"aOhF9L\":[\"Incluir enlace al portal en el informe\"],\"Dvf4+M\":[\"Incluir marcas de tiempo\"],\"CE+M2e\":[\"Información\"],\"sMa/sP\":[\"Biblioteca de Insights\"],\"ZVY8fB\":[\"Insight no encontrado\"],\"sJa5f4\":[\"insights\"],\"3hJypY\":[\"Insights\"],\"crUYYp\":[\"Código inválido. Por favor solicita uno nuevo.\"],\"jLr8VJ\":[\"Credenciales inválidas.\"],\"aZ3JOU\":[\"Token inválido. Por favor intenta de nuevo.\"],\"participant.conversation.error.deleted\":[\"Parece que la conversación se eliminó mientras grababas. Hemos detenido la grabación para evitar cualquier problema. Puedes iniciar una nueva en cualquier momento.\"],\"zT7nbS\":[\"Parece que la conversación se eliminó mientras grababas. Hemos detenido la grabación para evitar cualquier problema. Puedes iniciar una nueva en cualquier momento.\"],\"library.not.available.message\":[\"Parece que la biblioteca no está disponible para tu cuenta. Por favor, solicita acceso para desbloquear esta funcionalidad.\"],\"MbKzYA\":[\"Suena como si hablaran más de una persona. Tomar turnos nos ayudará a escuchar a todos claramente.\"],\"clXffu\":[\"Únete a \",[\"0\"],\" en Dembrane\"],\"uocCon\":[\"Un momento\"],\"OSBXx5\":[\"Justo ahora\"],\"vXIe7J\":[\"Idioma\"],\"UXBCwc\":[\"Apellido\"],\"0K/D0Q\":[\"Última vez guardado el \",[\"0\"]],\"K7P0jz\":[\"Última actualización\"],\"PIhnIP\":[\"Háganos saber!\"],\"qhQjFF\":[\"Vamos a asegurarnos de que podemos escucharte\"],\"exYcTF\":[\"Biblioteca\"],\"library.title\":[\"Biblioteca\"],\"T50lwc\":[\"La creación de la biblioteca está en progreso\"],\"yUQgLY\":[\"La biblioteca está siendo procesada\"],\"yzF66j\":[\"Enlace\"],\"3gvJj+\":[\"Publicación LinkedIn (Experimental)\"],\"dF6vP6\":[\"Vivo\"],\"participant.live.audio.level\":[\"Nivel de audio en vivo\"],\"TkFXaN\":[\"Nivel de audio en vivo:\"],\"n9yU9X\":[\"Vista Previa en Vivo\"],\"yQE2r9\":[\"Cargando\"],\"FUK4WT\":[\"Cargando micrófonos...\"],\"+yD+Wu\":[\"cargando...\"],\"Z3FXyt\":[\"Cargando...\"],\"z0t9bb\":[\"Iniciar sesión\"],\"zfB1KW\":[\"Iniciar sesión | Dembrane\"],\"Wd2LTk\":[\"Iniciar sesión como usuario existente\"],\"nOhz3x\":[\"Cerrar sesión\"],\"jWXlkr\":[\"Más largo primero\"],\"JSxZVX\":[\"Marcar todos como leídos\"],\"+s1J8k\":[\"Marcar como leído\"],\"VxyuRJ\":[\"Notas de Reunión\"],\"08d+3x\":[\"Mensajes de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"B+1PXy\":[\"El acceso al micrófono sigue denegado. Por favor verifica tu configuración e intenta de nuevo.\"],\"lWkKSO\":[\"min\"],\"zz/Wd/\":[\"Modo\"],\"zMx0gF\":[\"Más templates\"],\"QWdKwH\":[\"Mover\"],\"CyKTz9\":[\"Mover Conversación\"],\"wUTBdx\":[\"Mover a otro Proyecto\"],\"Ksvwy+\":[\"Mover a Proyecto\"],\"6YtxFj\":[\"Nombre\"],\"e3/ja4\":[\"Nombre A-Z\"],\"c5Xt89\":[\"Nombre Z-A\"],\"isRobC\":[\"Nuevo\"],\"Wmq4bZ\":[\"Nuevo nombre de conversación\"],\"library.new.conversations\":[\"Se han añadido nuevas conversaciones desde que se generó la biblioteca. Regenera la biblioteca para procesarlas.\"],\"P/+jkp\":[\"Se han añadido nuevas conversaciones desde que se generó la biblioteca. Regenera la biblioteca para procesarlas.\"],\"7vhWI8\":[\"Nueva Contraseña\"],\"+VXUp8\":[\"Nuevo Proyecto\"],\"+RfVvh\":[\"Más nuevos primero\"],\"participant.button.next\":[\"Siguiente\"],\"participant.ready.to.begin.button.text\":[\"¿Listo para comenzar?\"],\"hXzOVo\":[\"Siguiente\"],\"participant.button.stop.no\":[\"Detener\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"WsI5bo\":[\"No hay anuncios disponibles\"],\"project.sidebar.chat.empty.description\":[\"No se encontraron chats. Inicia un chat usando el botón \\\"Preguntar\\\".\"],\"YM6Wft\":[\"No se encontraron chats. Inicia un chat usando el botón \\\"Preguntar\\\".\"],\"1pZsdx\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"library.no.conversations\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"zM3DDm\":[\"No hay conversaciones disponibles para crear la biblioteca. Por favor añade algunas conversaciones para comenzar.\"],\"EtMtH/\":[\"No se encontraron conversaciones.\"],\"BuikQT\":[\"No se encontraron conversaciones. Inicia una conversación usando el enlace de invitación de participación desde la <0><1>vista general del proyecto.</1></0>\"],\"meAa31\":[\"No hay conversaciones aún\"],\"VInleh\":[\"No hay insights disponibles. Genera insights para esta conversación visitando<0><1> la biblioteca del proyecto.</1></0>\"],\"yTx6Up\":[\"Aún no se han añadido términos clave o nombres propios. Añádelos usando el campo de entrada de arriba para mejorar la precisión de la transcripción.\"],\"T3TyGx\":[\"No se encontraron proyectos \",[\"0\"]],\"y29l+b\":[\"No se encontraron proyectos para el término de búsqueda\"],\"ghhtgM\":[\"No hay citas disponibles. Genera citas para esta conversación visitando\"],\"yalI52\":[\"No hay citas disponibles. Genera citas para esta conversación visitando<0><1> la biblioteca del proyecto.</1></0>\"],\"ctlSnm\":[\"No se encontró ningún informe\"],\"EhV94J\":[\"No se encontraron recursos.\"],\"WRRjA9\":[\"No se encontraron etiquetas\"],\"LcBe0w\":[\"Aún no se han añadido etiquetas a este proyecto. Añade una etiqueta usando el campo de texto de arriba para comenzar.\"],\"bhqKwO\":[\"No hay transcripción disponible\"],\"TmTivZ\":[\"No hay transcripción disponible para esta conversación.\"],\"vq+6l+\":[\"Aún no existe transcripción para esta conversación. Por favor, revisa más tarde.\"],\"MPZkyF\":[\"No hay transcripciones seleccionadas para este chat\"],\"AotzsU\":[\"Sin tutorial (solo declaraciones de privacidad)\"],\"OdkUBk\":[\"No se seleccionaron archivos de audio válidos. Por favor, selecciona solo archivos de audio (MP3, WAV, OGG, etc).\"],\"OJx3wK\":[\"No disponible\"],\"9+6THi\":[\"Más antiguos primero\"],\"conversation.ongoing\":[\"En curso\"],\"J6n7sl\":[\"En curso\"],\"uTmEDj\":[\"Conversaciones en Curso\"],\"QvvnWK\":[\"Solo las \",[\"0\"],\" conversaciones finalizadas \",[\"1\"],\" serán incluidas en el informe en este momento. \"],\"participant.alert.microphone.access.failure\":[\"¡Ups! Parece que se denegó el acceso al micrófono. ¡No te preocupes! Tenemos una guía de solución de problemas para ti. Siéntete libre de consultarla. Una vez que hayas resuelto el problema, vuelve a visitar esta página para verificar si tu micrófono está listo.\"],\"J17dTs\":[\"¡Ups! Parece que se denegó el acceso al micrófono. ¡No te preocupes! Tenemos una guía de solución de problemas para ti. Siéntete libre de consultarla. Una vez que hayas resuelto el problema, vuelve a visitar esta página para verificar si tu micrófono está listo.\"],\"1TNIig\":[\"Abrir\"],\"NRLF9V\":[\"Abrir Documentación\"],\"2CyWv2\":[\"¿Abierto para Participación?\"],\"participant.button.open.troubleshooting.guide\":[\"Abrir guía de solución de problemas\"],\"7yrRHk\":[\"Abrir guía de solución de problemas\"],\"0zpgxV\":[\"Opciones\"],\"6/dCYd\":[\"Vista General\"],\"6WdDG7\":[\"Page\"],\"Wu++6g\":[\"Contenido de la Página\"],\"8F1i42\":[\"Página no encontrada\"],\"6+Py7/\":[\"Título de la Página\"],\"v8fxDX\":[\"Participante\"],\"y4n1fB\":[\"Los participantes podrán seleccionar etiquetas al crear conversaciones\"],\"8ZsakT\":[\"Contraseña\"],\"w3/J5c\":[\"Proteger el portal con contraseña (solicitar función)\"],\"lpIMne\":[\"Las contraseñas no coinciden\"],\"participant.button.pause\":[\"Pausar\"],\"IgrLD/\":[\"Pausar\"],\"UbRKMZ\":[\"Pendiente\"],\"participant.alert.microphone.access\":[\"Por favor, permite el acceso al micrófono para iniciar el test.\"],\"3flRk2\":[\"Por favor, permite el acceso al micrófono para iniciar el test.\"],\"SQSc5o\":[\"Por favor, revisa más tarde o contacta al propietario del proyecto para más información.\"],\"T8REcf\":[\"Por favor, revisa tus entradas para errores.\"],\"S6iyis\":[\"Por favor, no cierres su navegador\"],\"n6oAnk\":[\"Por favor, habilite la participación para habilitar el uso compartido\"],\"fwrPh4\":[\"Por favor, ingrese un correo electrónico válido.\"],\"D90h1s\":[\"Por favor, inicia sesión para continuar.\"],\"mUGRqu\":[\"Por favor, proporciona un resumen conciso de los siguientes elementos proporcionados en el contexto.\"],\"lk8BDB\":[\"Por favor, graba tu respuesta haciendo clic en el botón \\\"Grabar\\\" de abajo. También puedes elegir responder en texto haciendo clic en el icono de texto.\"],\"TsuUyf\":[\"Por favor, registra tu respuesta haciendo clic en el botón \\\"Iniciar Grabación\\\" de abajo. También puedes responder en texto haciendo clic en el icono de texto.\"],\"4TVnP7\":[\"Por favor, selecciona un idioma para tu informe\"],\"N63lmJ\":[\"Por favor, selecciona un idioma para tu informe actualizado\"],\"XvD4FK\":[\"Por favor, selecciona al menos una fuente\"],\"GXZvZ7\":[\"Por favor, espera \",[\"timeStr\"],\" antes de solicitar otro eco.\"],\"Am5V3+\":[\"Por favor, espera \",[\"timeStr\"],\" antes de solicitar otro Echo.\"],\"CE1Qet\":[\"Por favor, espera \",[\"timeStr\"],\" antes de solicitar otro ECHO.\"],\"Fx1kHS\":[\"Por favor, espera \",[\"timeStr\"],\" antes de solicitar otra respuesta.\"],\"MgJuP2\":[\"Por favor, espera mientras generamos tu informe. Serás redirigido automáticamente a la página del informe.\"],\"library.processing.request\":[\"Biblioteca en proceso\"],\"04DMtb\":[\"Por favor, espera mientras procesamos tu solicitud de retranscripción. Serás redirigido a la nueva conversación cuando esté lista.\"],\"ei5r44\":[\"Por favor, espera mientras actualizamos tu informe. Serás redirigido automáticamente a la página del informe.\"],\"j5KznP\":[\"Por favor, espera mientras verificamos tu dirección de correo electrónico.\"],\"uRFMMc\":[\"Contenido del Portal\"],\"qVypVJ\":[\"Editor del Portal\"],\"g2UNkE\":[\"Propulsado por\"],\"/SM3Ws\":[\"Preparando tu experiencia\"],\"ANWB5x\":[\"Imprimir este informe\"],\"zwqetg\":[\"Declaraciones de Privacidad\"],\"qAGp2O\":[\"Continuar\"],\"stk3Hv\":[\"procesando\"],\"vrnnn9\":[\"Procesando\"],\"kvs/6G\":[\"El procesamiento de esta conversación ha fallado. Esta conversación no estará disponible para análisis y chat.\"],\"q11K6L\":[\"El procesamiento de esta conversación ha fallado. Esta conversación no estará disponible para análisis y chat. Último estado conocido: \",[\"0\"]],\"NQiPr4\":[\"Procesando Transcripción\"],\"48px15\":[\"Procesando tu informe...\"],\"gzGDMM\":[\"Procesando tu solicitud de retranscripción...\"],\"Hie0VV\":[\"Proyecto creado\"],\"xJMpjP\":[\"Biblioteca del Proyecto | Dembrane\"],\"6Z2q2Y\":[\"El nombre del proyecto debe tener al menos 4 caracteres\"],\"hjaZqm\":[\"Project Overview\"],\"Jbf9pq\":[\"Vista General del Proyecto | Dembrane\"],\"O1x7Ay\":[\"Project Overview and Edit\"],\"Wsk5pi\":[\"Configuración del Proyecto\"],\"+0B+ue\":[\"Proyectos\"],\"Eb7xM7\":[\"Proyectos | Dembrane\"],\"JQVviE\":[\"Inicio de Proyectos\"],\"nyEOdh\":[\"Proporciona una visión general de los temas principales y los temas recurrentes\"],\"6oqr95\":[\"Provide specific context to improve transcript quality and accuracy. This may include key terms, specific instructions, or other relevant information.\"],\"EEYbdt\":[\"Publicar\"],\"u3wRF+\":[\"Publicado\"],\"eWLklq\":[\"Citas\"],\"participant.ready.to.begin\":[\"¿Listo para comenzar?\"],\"ZKOO0I\":[\"¿Listo para comenzar?\"],\"participant.button.record\":[\"Grabar\"],\"w80YWM\":[\"Grabar\"],\"s4Sz7r\":[\"Registrar otra conversación\"],\"view.recreate.tooltip\":[\"Recrear vista\"],\"view.recreate.modal.title\":[\"Recrear vista\"],\"CqnkB0\":[\"Temas recurrentes\"],\"9aloPG\":[\"Referencias\"],\"lCF0wC\":[\"Actualizar\"],\"844H5I\":[\"Regenerar Biblioteca\"],\"bluvj0\":[\"Regenerar Resumen\"],\"wYz80B\":[\"Registrar | Dembrane\"],\"w3qEvq\":[\"Registrar como nuevo usuario\"],\"7dZnmw\":[\"Relevancia\"],\"participant.button.reload\":[\"Recargar\"],\"participant.button.reload.page.text.mode\":[\"Recargar\"],\"hTDMBB\":[\"Recargar Página\"],\"Kl7//J\":[\"Eliminar Correo Electrónico\"],\"cILfnJ\":[\"Eliminar archivo\"],\"CJgPtd\":[\"Eliminar de este chat\"],\"project.sidebar.chat.rename\":[\"Renombrar\"],\"2wxgft\":[\"Renombrar\"],\"XyN13i\":[\"Prompt de Respuesta\"],\"gjpdaf\":[\"Informe\"],\"Q3LOVJ\":[\"Reportar un problema\"],\"DUmD+q\":[\"Informe creado - \",[\"0\"]],\"KFQLa2\":[\"La generación de informes está actualmente en fase beta y limitada a proyectos con menos de 10 horas de grabación.\"],\"hIQOLx\":[\"Notificaciones de Reportes\"],\"lNo4U2\":[\"Informe actualizado - \",[\"0\"]],\"library.request.access\":[\"Solicitar Acceso\"],\"uLZGK+\":[\"Solicitar Acceso\"],\"dglEEO\":[\"Solicitar Restablecimiento de Contraseña\"],\"u2Hh+Y\":[\"Solicitar Restablecimiento de Contraseña | Dembrane\"],\"participant.alert.microphone.access.loading\":[\"Por favor, espera mientras verificamos el acceso al micrófono.\"],\"MepchF\":[\"Solicitando acceso al micrófono para detectar dispositivos disponibles...\"],\"xeMrqw\":[\"Restablecer todas las opciones\"],\"KbS2K9\":[\"Restablecer Contraseña\"],\"UMMxwo\":[\"Restablecer Contraseña | Dembrane\"],\"s+MGs7\":[\"Recursos\"],\"participant.button.resume\":[\"Reanudar\"],\"v39wLo\":[\"Reanudar\"],\"sVzC0H\":[\"Retranscribir\"],\"ehyRtB\":[\"Retranscribir conversación\"],\"1JHQpP\":[\"Retranscribir conversación\"],\"MXwASV\":[\"La retranscripción ha comenzado. La nueva conversación estará disponible pronto.\"],\"6gRgw8\":[\"Reintentar\"],\"H1Pyjd\":[\"Reintentar subida\"],\"UZVWVb\":[\"Revisar archivos antes de subir\"],\"tfDRzk\":[\"Guardar\"],\"2VA/7X\":[\"¡Error al guardar!\"],\"XvjC4F\":[\"Guardando...\"],\"oOi11l\":[\"Desplazarse al final\"],\"A1taO8\":[\"Buscar\"],\"OWm+8o\":[\"Buscar conversaciones\"],\"blFttG\":[\"Buscar proyectos\"],\"I0hU01\":[\"Buscar Proyectos\"],\"RVZJWQ\":[\"Buscar proyectos...\"],\"pECIKL\":[\"Buscar templates...\"],\"uSvNyU\":[\"Buscó en las fuentes más relevantes\"],\"Wj2qJm\":[\"Buscando en las fuentes más relevantes\"],\"Eyh9/O\":[\"Ver detalles del estado de la conversación\"],\"1ZTiaz\":[\"Segmentos\"],\"H/diq7\":[\"Seleccionar un micrófono\"],\"NK2YNj\":[\"Seleccionar archivos de audio para subir\"],\"n4rh8x\":[\"Seleccionar Proyecto\"],\"ekUnNJ\":[\"Seleccionar etiquetas\"],\"CG1cTZ\":[\"Selecciona las instrucciones que se mostrarán a los participantes cuando inicien una conversación\"],\"qxzrcD\":[\"Selecciona el tipo de retroalimentación o participación que quieres fomentar.\"],\"QdpRMY\":[\"Seleccionar tutorial\"],\"participant.select.microphone\":[\"Seleccionar un micrófono\"],\"vKH1Ye\":[\"Selecciona tu micrófono:\"],\"gU5H9I\":[\"Archivos seleccionados (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Micrófono seleccionado\"],\"JlFcis\":[\"Enviar\"],\"VTmyvi\":[\"Sentimiento\"],\"NprC8U\":[\"Nombre de la Sesión\"],\"DMl1JW\":[\"Configurando tu primer proyecto\"],\"participant.settings.modal.title\":[\"Configuración\"],\"Tz0i8g\":[\"Configuración\"],\"Z8lGw6\":[\"Compartir\"],\"/XNQag\":[\"Compartir este informe\"],\"oX3zgA\":[\"Comparte tus detalles aquí\"],\"Dc7GM4\":[\"Compartir tu voz\"],\"swzLuF\":[\"Comparte tu voz escaneando el código QR de abajo.\"],\"+tz9Ky\":[\"Más corto primero\"],\"h8lzfw\":[\"Mostrar \",[\"0\"]],\"lZw9AX\":[\"Mostrar todo\"],\"w1eody\":[\"Mostrar reproductor de audio\"],\"yrhNQG\":[\"Mostrar duración\"],\"6lGV3K\":[\"Mostrar menos\"],\"fMPkxb\":[\"Mostrar más\"],\"3bGwZS\":[\"Mostrar referencias\"],\"3Sg56r\":[\"Mostrar línea de tiempo en el informe (solicitar función)\"],\"dbWo0h\":[\"Iniciar sesión con Google\"],\"participant.mic.check.button.skip\":[\"Omitir\"],\"6Uau97\":[\"Omitir\"],\"4Q9po3\":[\"Algunas conversaciones aún están siendo procesadas. La selección automática funcionará de manera óptima una vez que se complete el procesamiento de audio.\"],\"q+pJ6c\":[\"Algunos archivos ya estaban seleccionados y no se agregarán dos veces.\"],\"participant.conversation.error\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"participant.conversation.error.text.mode\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"nwtY4N\":[\"Algo salió mal\"],\"JOKTb4\":[\"Algo salió mal al subir el archivo: \",[\"0\"]],\"KeOwCj\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"participant.echo.generic.error.message\":[\"Algo salió mal. Por favor, inténtalo de nuevo.\"],\"fWsBTs\":[\"Algo salió mal. Por favor, inténtalo de nuevo.\"],\"participant.echo.content.policy.violation.error.message\":[\"Lo sentimos, no podemos procesar esta solicitud debido a la política de contenido del proveedor de LLM.\"],\"f6Hub0\":[\"Ordenar\"],\"/AhHDE\":[\"Fuente \",[\"0\"]],\"u7yVRn\":[\"Fuentes:\"],\"65A04M\":[\"Español\"],\"zuoIYL\":[\"Locutor\"],\"z5/5iO\":[\"Contexto Específico\"],\"participant.button.start.new.conversation\":[\"Iniciar nueva conversación\"],\"participant.button.start.new.conversation.text.mode\":[\"Iniciar nueva conversación\"],\"c6FrMu\":[\"Iniciar Nueva Conversación\"],\"pHVkqA\":[\"Iniciar Grabación\"],\"uAQUqI\":[\"Estado\"],\"ygCKqB\":[\"Detener\"],\"participant.button.stop\":[\"Detener\"],\"kimwwT\":[\"Planificación Estratégica\"],\"participant.button.submit.text.mode\":[\"Enviar\"],\"hQRttt\":[\"Enviar\"],\"zzDlyQ\":[\"Éxito\"],\"bh1eKt\":[\"Sugerido:\"],\"F1nkJm\":[\"Resumir\"],\"dXoieq\":[\"Resumen\"],\"kiOob5\":[\"Resumen no disponible todavía\"],\"6ZHOF8\":[\"Formatos soportados: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"OYHzN1\":[\"Etiquetas\"],\"iTylMl\":[\"Plantillas\"],\"xeiujy\":[\"Texto\"],\"CPN34F\":[\"¡Gracias por participar!\"],\"EM1Aiy\":[\"Thank You Page\"],\"u+Whi9\":[\"Contenido de la Página de Gracias\"],\"5KEkUQ\":[\"¡Gracias! Te notificaremos cuando el informe esté listo.\"],\"participant.conversation.error.loading\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"participant.conversation.error.loading.text.mode\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"nO942E\":[\"La conversación no pudo ser cargada. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"Lngj9Y\":[\"El Portal es el sitio web que se carga cuando los participantes escanean el código QR.\"],\"bWqoQ6\":[\"la biblioteca del proyecto.\"],\"conversation.linking_conversations.deleted\":[\"La fuente fue eliminada\"],\"iV8+33\":[\"El resumen está siendo regenerado. Por favor, espera hasta que el nuevo resumen esté disponible.\"],\"AgC2rn\":[\"El resumen está siendo regenerado. Por favor, espera hasta 2 minutos para que el nuevo resumen esté disponible.\"],\"PTNxDe\":[\"La transcripción de esta conversación se está procesando. Por favor, revisa más tarde.\"],\"JDFjCg\":[\"Hubo un error al crear tu informe. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"e3JUb8\":[\"Hubo un error al generar tu informe. En el tiempo, puedes analizar todos tus datos usando la biblioteca o seleccionar conversaciones específicas para conversar.\"],\"7qENSx\":[\"Hubo un error al actualizar tu informe. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"V7zEnY\":[\"Hubo un error al verificar tu correo electrónico. Por favor, inténtalo de nuevo.\"],\"gtlVJt\":[\"Estas son algunas plantillas útiles para que te pongas en marcha.\"],\"sd848K\":[\"Estas son tus plantillas de vista predeterminadas. Una vez que crees tu biblioteca, estas serán tus primeras dos vistas.\"],\"8xYB4s\":[\"Estas plantillas de vista predeterminadas se generarán cuando crees tu primera biblioteca.\"],\"Ed99mE\":[\"Pensando...\"],\"conversation.linked_conversations.description\":[\"Esta conversación tiene las siguientes copias:\"],\"conversation.linking_conversations.description\":[\"Esta conversación es una copia de\"],\"dt1MDy\":[\"Esta conversación aún está siendo procesada. Estará disponible para análisis y chat pronto.\"],\"5ZpZXq\":[\"Esta conversación aún está siendo procesada. Estará disponible para análisis y chat pronto. \"],\"SzU1mG\":[\"Este correo electrónico ya está en la lista.\"],\"JtPxD5\":[\"Este correo electrónico ya está suscrito a notificaciones.\"],\"QR7hjh\":[\"Esta es una vista previa en vivo del portal del participante. Necesitarás actualizar la página para ver los cambios más recientes.\"],\"library.description\":[\"Biblioteca\"],\"gqYJin\":[\"This is your project library. Currently, \",[\"0\"],\" conversations are waiting to be processed.\"],\"sNnJJH\":[\"Esta es tu biblioteca del proyecto. Actualmente,\",[\"0\"],\" conversaciones están esperando ser procesadas.\"],\"tJL2Lh\":[\"Este idioma se usará para el Portal del Participante y transcripción.\"],\"BAUPL8\":[\"Este idioma se usará para el Portal del Participante y transcripción. Para cambiar el idioma de esta aplicación, por favor use el selector de idioma en las configuraciones de la cabecera.\"],\"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\":[\"Este idioma se usará para el Portal del Participante.\"],\"9ww6ML\":[\"Esta página se muestra después de que el participante haya completado la conversación.\"],\"1gmHmj\":[\"Esta página se muestra a los participantes cuando inician una conversación después de completar correctamente el tutorial.\"],\"bEbdFh\":[\"Esta biblioteca del proyecto se generó el\"],\"No7/sO\":[\"This project library was generated on \",[\"0\"],\".\"],\"nYeaxs\":[\"Esta prompt guía cómo la IA responde a los participantes. Personaliza la prompt para formar el tipo de retroalimentación o participación que quieres fomentar.\"],\"Yig29e\":[\"Este informe no está disponible. \"],\"GQTpnY\":[\"Este informe fue abierto por \",[\"0\"],\" personas\"],\"okY/ix\":[\"Este resumen es generado por IA y es breve, para un análisis detallado, usa el Chat o la Biblioteca.\"],\"hwyBn8\":[\"Este título se muestra a los participantes cuando inician una conversación\"],\"Dj5ai3\":[\"Esto borrará tu entrada actual. ¿Estás seguro?\"],\"hsNXnX\":[\"Esto creará una nueva conversación con el mismo audio pero una transcripción fresca. La conversación original permanecerá sin cambios.\"],\"Ww6cQ8\":[\"Fecha de Creación\"],\"rm2Cxd\":[\"Consejo\"],\"MHrjPM\":[\"Title\"],\"5h7Z+m\":[\"Para asignar una nueva etiqueta, primero crea una en la vista general del proyecto.\"],\"o3rowT\":[\"Para generar un informe, por favor comienza agregando conversaciones en tu proyecto\"],\"sFMBP5\":[\"Temas\"],\"ONchxy\":[\"total\"],\"DDziIo\":[\"Transcripción\"],\"AJc6ig\":[\"Transcripción no disponible\"],\"N/50DC\":[\"Configuración de Transcripción\"],\"H3fItl\":[\"Transforma estas transcripciones en una publicación de LinkedIn que corta el ruido. Por favor:\\n\\nExtrae los insights más convincentes - salta todo lo que suena como consejos comerciales estándar\\nEscribe como un líder experimentado que desafía ideas convencionales, no un poster motivador\\nEncuentra una observación realmente inesperada que haría que incluso profesionales experimentados se detuvieran\\nMantén el rigor analítico mientras sigues siendo atractivo\\n\\nNota: Si el contenido no contiene insights sustanciales, por favor házmelo saber, necesitamos material de fuente más fuerte.\"],\"53dSNP\":[\"Transforma este contenido en insights que realmente importan. Por favor:\\n\\nExtrae ideas clave que desafían el pensamiento estándar\\nEscribe como alguien que entiende los matices, no un manual\\nEnfoque en las implicaciones no obvias\\nManténlo claro y sustancial\\nSolo destaca patrones realmente significativos\\nOrganiza para claridad y impacto\\nEquilibra profundidad con accesibilidad\\n\\nNota: Si las similitudes/diferencias son demasiado superficiales, por favor házmelo saber, necesitamos material más complejo para analizar.\"],\"uK9JLu\":[\"Transforma esta discusión en inteligencia accionable. Por favor:\\n\\nCaptura las implicaciones estratégicas, no solo puntos de vista\\nEstructura como un análisis de un líder, no minutos\\nEnfatiza puntos de decisión que desafían el pensamiento estándar\\nMantén la proporción señal-ruido alta\\nEnfoque en insights que conducen a cambios reales\\nOrganiza para claridad y referencia futura\\nEquilibra detalles tácticos con visión estratégica\\n\\nNota: Si la discusión carece de puntos de decisión sustanciales o insights, marca para una exploración más profunda la próxima vez.\"],\"qJb6G2\":[\"Intentar de nuevo\"],\"goQEqo\":[\"Intenta moverte un poco más cerca de tu micrófono para mejorar la calidad del sonido.\"],\"PD9mEt\":[\"Escribe un mensaje...\"],\"EvmL3X\":[\"Escribe tu respuesta aquí\"],\"H899Z+\":[\"anuncio sin leer\"],\"0pinHa\":[\"anuncios sin leer\"],\"sCTlv5\":[\"Cambios sin guardar\"],\"SMaFdc\":[\"Desuscribirse\"],\"jlrVDp\":[\"Conversación sin título\"],\"EkH9pt\":[\"Actualizar\"],\"3RboBp\":[\"Actualizar Informe\"],\"4loE8L\":[\"Actualiza el informe para incluir los datos más recientes\"],\"Jv5s94\":[\"Actualiza tu informe para incluir los cambios más recientes en tu proyecto. El enlace para compartir el informe permanecerá el mismo.\"],\"kwkhPe\":[\"Actualizar\"],\"UkyAtj\":[\"Actualiza para desbloquear la selección automática y analizar 10 veces más conversaciones en la mitad del tiempo—sin selección manual, solo insights más profundos instantáneamente.\"],\"ONWvwQ\":[\"Subir\"],\"8XD6tj\":[\"Subir Audio\"],\"kV3A2a\":[\"Subida Completa\"],\"4Fr6DA\":[\"Subir conversaciones\"],\"pZq3aX\":[\"Subida fallida. Por favor, inténtalo de nuevo.\"],\"HAKBY9\":[\"Subir Archivos\"],\"Wft2yh\":[\"Cargando...\"],\"JveaeL\":[\"Cargar recursos\"],\"3wG7HI\":[\"Subido\"],\"k/LaWp\":[\"Subiendo archivos de audio...\"],\"ngdRFH\":[\"Usa Shift + Enter para agregar una nueva línea\"],\"jpctdh\":[\"Vista\"],\"+fxiY8\":[\"Ver detalles de la conversación\"],\"H1e6Hv\":[\"Ver estado de la conversación\"],\"D4e7re\":[\"Ver tus respuestas\"],\"tzEbkt\":[\"Espera \",[\"0\"],\":\",[\"1\"]],\"bO5RNo\":[\"Quieres añadir una plantilla a ECHO?\"],\"r6y+jM\":[\"Advertencia\"],\"participant.alert.microphone.access.issue\":[\"No podemos escucharte. Por favor, intenta cambiar tu micrófono o acercarte un poco más al dispositivo.\"],\"SrJOPD\":[\"No podemos escucharte. Por favor, intenta cambiar tu micrófono o acercarte un poco más al dispositivo.\"],\"xMeAeQ\":[\"Te hemos enviado un correo electrónico con los pasos siguientes. Si no lo ves, revisa tu carpeta de correo no deseado.\"],\"3fS27S\":[\"Te hemos enviado un correo electrónico con los pasos siguientes. Si no lo ves, revisa tu carpeta de correo no deseado. Si aún no lo ves, por favor contacta a jules@dembrane.com\"],\"dni8nq\":[\"Solo te enviaremos un mensaje si tu host genera un informe, nunca compartimos tus detalles con nadie. Puedes optar por no recibir más mensajes en cualquier momento.\"],\"participant.test.microphone.description\":[\"Vamos a probar tu micrófono para asegurarnos de que todos tengan la mejor experiencia en la sesión.\"],\"tQtKw5\":[\"Vamos a probar tu micrófono para asegurarnos de que todos tengan la mejor experiencia en la sesión.\"],\"+eLc52\":[\"Estamos escuchando algo de silencio. Intenta hablar más fuerte para que tu voz salga claramente.\"],\"6jfS51\":[\"Bienvenido\"],\"fwEAk/\":[\"¡Bienvenido a Dembrane Chat! Usa la barra lateral para seleccionar recursos y conversaciones que quieras analizar. Luego, puedes hacer preguntas sobre los recursos y conversaciones seleccionados.\"],\"AKBU2w\":[\"¡Bienvenido a Dembrane!\"],\"Bck6Du\":[\"¡Bienvenido a los informes!\"],\"aEpQkt\":[\"¡Bienvenido a Tu Inicio! Aquí puedes ver todos tus proyectos y acceder a recursos de tutorial. Actualmente, no tienes proyectos. Haz clic en \\\"Crear\\\" para configurar para comenzar!\"],\"klH6ct\":[\"¡Bienvenido!\"],\"KcnIXL\":[\"se incluirá en tu informe\"],\"participant.button.stop.yes\":[\"Detener\"],\"participant.button.finish.yes.text.mode\":[\"Sí\"],\"kWJmRL\":[\"Tú\"],\"Dl7lP/\":[\"Ya estás desuscribido o tu enlace es inválido.\"],\"E71LBI\":[\"Solo puedes subir hasta \",[\"MAX_FILES\"],\" archivos a la vez. Solo los primeros \",[\"0\"],\" archivos se agregarán.\"],\"tbeb1Y\":[\"Aún puedes usar la función Preguntar para chatear con cualquier conversación\"],\"participant.modal.change.mic.confirmation.text\":[\"Has cambiado tu micrófono. Por favor, haz clic en \\\"Continuar\\\", para continuar con la sesión.\"],\"vCyT5z\":[\"You have some conversations that have not been processed yet. Regenerate the library to process them.\"],\"T/Q7jW\":[\"Has desuscribido con éxito.\"],\"lTDtES\":[\"También puedes elegir registrar otra conversación.\"],\"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\":[\"Debes iniciar sesión con el mismo proveedor con el que te registraste. Si encuentras algún problema, por favor contáctanos.\"],\"snMcrk\":[\"Pareces estar desconectado, por favor verifica tu conexión a internet\"],\"OFDbfd\":[\"Tus Conversaciones\"],\"aZHXuZ\":[\"Tus entradas se guardarán automáticamente.\"],\"PUWgP9\":[\"Tu biblioteca está vacía. Crea una biblioteca para ver tus primeros insights.\"],\"B+9EHO\":[\"Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora.\"],\"wurHZF\":[\"Tus respuestas\"],\"B8Q/i2\":[\"Tu vista ha sido creada. Por favor, espera mientras procesamos y analizamos los datos.\"],\"library.views.title\":[\"Tus Vistas\"],\"lZNgiw\":[\"Tus Vistas\"]}")as Messages; No newline at end of file | |||
There was a problem hiding this comment.
🛠️ Refactor suggestion
🧩 Analysis chain
Mixed language values need attention.
The Spanish locale has some entries with English values (e.g., line with key "zyA8Hj" appears to have English content based on the pattern). This indicates incomplete translation coverage.
Let me verify the extent of untranslated entries:
🏁 Script executed:
#!/bin/bash
# Check for potential English strings in the Spanish locale file
echo "Checking for potential English text in Spanish translations..."
# Extract the JSON content and look for common English patterns in values
rg -U "\"[^\"]+\":\[.*\b(This|The|Your|You|Please|Create|Edit|Delete|View|Select|Enter)\b.*\]" echo/frontend/src/locales/es-ES.ts | head -20
# Also check if there are any keys without translations (empty arrays or placeholder text)
echo -e "\nChecking for empty or placeholder translations..."
rg "\"[^\"]+\":\[\]" echo/frontend/src/locales/es-ES.ts || echo "No empty translations found"Length of output: 48609
Translate English values in echo/frontend/src/locales/es-ES.ts
The file contains multiple untranslated English strings; translate them to Spanish. Examples:
- K1Omdr — "Are you sure you want to generate the library? This will take a while."
- AAC/NE — "Example: This conversation is about [topic]..."
- gqYJin — "This is your project library. Currently, # conversations are waiting to be processed."
- zyA8Hj — "This language will be used for the Participant's Portal, transcription and analysis..."
- nAEwOZ — "Enter your access code"
- D3SDJS — "Audio Recording"
Action: update echo/frontend/src/locales/es-ES.ts with Spanish translations for these (and any other English values), then re-run the grep used in verification to confirm no English remains.
🤖 Prompt for AI Agents
In echo/frontend/src/locales/es-ES.ts around line 1, several values in the JSON
payload remain in English (e.g. K1Omdr, AAC/NE, gqYJin, zyA8Hj, nAEwOZ, D3SDJS
and others); replace those English strings with accurate Spanish translations
inside the JSON so every message value is Spanish, preserve the existing message
keys and array/string shapes (including pluralization entries and embedded
tags), ensure escaping and JSON syntax remain valid, and then run the same
grep/verification used in the review to confirm there are no remaining English
phrases.
| #: src/routes/project/library/ProjectLibrary.tsx:236 | ||
| #~ msgid "library.conversations.processing.status" | ||
| #~ msgstr "Conversations en cours de traitement" | ||
| #~ msgstr "Actuellement, {finishedConversationsCount} conversations sont prêtes à être analysées. {unfinishedConversationsCount} sont encore en cours de traitement." | ||
|
|
There was a problem hiding this comment.
🧹 Nitpick
Purge obsolete status entry
Same rationale as ES: remove #~ library.conversations.processing.status.
-#~ msgid "library.conversations.processing.status"
-#~ msgstr "Actuellement, {finishedConversationsCount} conversations sont prêtes à être analysées. {unfinishedConversationsCount} sont encore en cours de traitement."📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| #: src/routes/project/library/ProjectLibrary.tsx:236 | |
| #~ msgid "library.conversations.processing.status" | |
| #~ msgstr "Conversations en cours de traitement" | |
| #~ msgstr "Actuellement, {finishedConversationsCount} conversations sont prêtes à être analysées. {unfinishedConversationsCount} sont encore en cours de traitement." | |
| #: src/routes/project/library/ProjectLibrary.tsx:236 |
🤖 Prompt for AI Agents
In echo/frontend/src/locales/fr-FR.po around lines 47 to 50, there is an
obsolete/commented translation entry (#~ msgid and #~ msgstr) for
"library.conversations.processing.status"; remove these four lines entirely so
the obsolete entry is purged and ensure no leftover #~ markers remain in the
file.
| #. js-lingui-explicit-id | ||
| #: src/routes/project/library/ProjectLibrary.tsx:236 | ||
| #~ msgid "library.conversations.processing.status" | ||
| #~ msgstr "Gesprekken worden verwerkt" | ||
| #~ msgstr "Momenteel zijn {finishedConversationsCount} gesprekken klaar om geanalyseerd te worden. {unfinishedConversationsCount} worden nog verwerkt." | ||
|
|
There was a problem hiding this comment.
🧹 Nitpick
Drop obsolete key instead of translating it.
#~ library.conversations.processing.status is obsolete; keep catalogs clean.
Apply:
-#. js-lingui-explicit-id
-#: src/routes/project/library/ProjectLibrary.tsx:236
-#~ msgid "library.conversations.processing.status"
-#~ msgstr "Momenteel zijn {finishedConversationsCount} gesprekken klaar om geanalyseerd te worden. {unfinishedConversationsCount} worden nog verwerkt."📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| #. js-lingui-explicit-id | |
| #: src/routes/project/library/ProjectLibrary.tsx:236 | |
| #~ msgid "library.conversations.processing.status" | |
| #~ msgstr "Gesprekken worden verwerkt" | |
| #~ msgstr "Momenteel zijn {finishedConversationsCount} gesprekken klaar om geanalyseerd te worden. {unfinishedConversationsCount} worden nog verwerkt." |
🤖 Prompt for AI Agents
In echo/frontend/src/locales/nl-NL.po around lines 46 to 50, the entry for the
obsolete key "library.conversations.processing.status" is marked with #~ and
should be removed rather than translated; delete the obsolete block (including
the #~ msgid/msgstr lines and any related comment markers) so the catalog no
longer contains that deprecated key.
| #: src/routes/project/library/ProjectLibrary.tsx:240 | ||
| msgid "library.conversations.to.be.analyzed" | ||
| msgstr "Er zijn {0} gesprekken klaar om te worden geanalyseerd." | ||
| msgstr "{finishedConversationsCount, plural, one {Momenteel is # gesprek klaar om te worden geanalyseerd.} other {Momenteel zijn # gesprekken klaar om te worden geanalyseerd.}}" | ||
|
|
There was a problem hiding this comment.
🧹 Nitpick
ICU plural LGTM (minor style nit).
Works correctly. Optional: “klaar voor analyse” reads cleaner.
Optional:
-msgstr "{finishedConversationsCount, plural, one {Momenteel is # gesprek klaar om te worden geanalyseerd.} other {Momenteel zijn # gesprekken klaar om te worden geanalyseerd.}}"
+msgstr "{finishedConversationsCount, plural, one {Momenteel is # gesprek klaar voor analyse.} other {Momenteel zijn # gesprekken klaar voor analyse.}}"📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| #: src/routes/project/library/ProjectLibrary.tsx:240 | |
| msgid "library.conversations.to.be.analyzed" | |
| msgstr "Er zijn {0} gesprekken klaar om te worden geanalyseerd." | |
| msgstr "{finishedConversationsCount, plural, one {Momenteel is # gesprek klaar om te worden geanalyseerd.} other {Momenteel zijn # gesprekken klaar om te worden geanalyseerd.}}" | |
| #: src/routes/project/library/ProjectLibrary.tsx:240 | |
| msgid "library.conversations.to.be.analyzed" | |
| msgstr "{finishedConversationsCount, plural, one {Momenteel is # gesprek klaar voor analyse.} other {Momenteel zijn # gesprekken klaar voor analyse.}}" |
🤖 Prompt for AI Agents
In echo/frontend/src/locales/nl-NL.po around lines 126 to 129, the ICU plural
message is correct but the wording can be improved: change the msgstr phrasing
from "Momenteel is/ zijn # gesprek(en) klaar om te worden geanalyseerd." to a
cleaner variant using "klaar voor analyse" (e.g. "{finishedConversationsCount,
plural, one {Momenteel is # gesprek klaar voor analyse.} other {Momenteel zijn #
gesprekken klaar voor analyse.}}") so update the msgstr accordingly while
preserving the ICU plural structure and interpolation.
| @@ -1 +1 @@ | |||
| /*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"++iDlT\":[\"Verwijder project\"],\"+0B+ue\":[\"Projecten\"],\"+RfVvh\":[\"Nieuwste eerst\"],\"+VXUp8\":[\"Nieuw project\"],\"+aBwxq\":[\"Bestandsgrootte: Min \",[\"0\"],\", Max \",[\"1\"],\", maximaal \",[\"MAX_FILES\"],\" bestanden\"],\"+bBcKo\":[\"Download transcript\"],\"+e4Yxz\":[\"Controleer microfoontoegang\"],\"+eLc52\":[\"We horen wat stilte. Probeer harder te spreken zodat je stem duidelijk blijft.\"],\"+fxiY8\":[\"Bekijk gesprekdetails\"],\"+m7PfT\":[\"Verwijderd succesvol\"],\"+piK6h\":[\"Fout bij het verwijderen van het gesprek uit de chat\",[\"0\"]],\"+s1J8k\":[\"Als gelezen markeren\"],\"+tz9Ky\":[\"Kortste eerst\"],\"+vDIXN\":[\"Verwijder document\"],\"+yD+Wu\":[\"bezig met laden...\"],\"/8fAkm\":[\"Bestandsnaam bewerken\"],\"/9nVLo\":[\"Terug naar selectie\"],\"/AhHDE\":[\"Bron \",[\"0\"]],\"/B0ynG\":[\"Ben je er klaar voor? Druk dan op \\\"Klaar om te beginnen\\\".\"],\"/IJH/2\":[\"ECHO!\"],\"/PykH1\":[\"Alles lijkt goed – je kunt doorgaan.\"],\"/SM3Ws\":[\"Uw ervaring voorbereiden\"],\"/XNQag\":[\"Dit rapport delen\"],\"/iCiQU\":[\"Automatisch selecteren\"],\"04DMtb\":[\"Wacht aub terwijl we uw hertranscriptieaanvraag verwerken. U wordt automatisch doorgestuurd naar het nieuwe gesprek wanneer klaar.\"],\"08d+3x\":[\"Berichten van \",[\"0\"],\" - \",[\"1\"],\"%\"],\"0K/D0Q\":[\"Laatst opgeslagen \",[\"0\"]],\"0YvCPC\":[\"Bron bewerken\"],\"0lRdEo\":[\"Verbergen gesprekken zonder inhoud\"],\"0ngaDi\":[\"Citeert de volgende bronnen\"],\"0pinHa\":[\"ongelezen meldingen\"],\"0wdd7X\":[\"Aansluiten\"],\"0zpgxV\":[\"Opties\"],\"1JHQpP\":[\"Hertranscriptie gesprek\"],\"1TNIig\":[\"Openen\"],\"1ZTiaz\":[\"Segmenten\"],\"1gmHmj\":[\"Deze pagina wordt getoond aan deelnemers wanneer ze een gesprek starten na het voltooien van de tutorial.\"],\"1kxxiH\":[\"Je kunt er voor kiezen om een lijst met zelfstandige naamwoorden, namen of andere informatie toe te voegen die relevant kan zijn voor het gesprek. Dit wordt gebruikt om de kwaliteit van de transcripties te verbeteren.\"],\"1m+3Z3\":[\"Voeg extra context toe (Optioneel)\"],\"1pZsdx\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"1x2m6d\":[\"Analyseer deze elementen met diepte en nuance. Neem de volgende punten in acht:\\n\\nFocus op verrassende verbindingen en contrasten\\nGa verder dan duidelijke oppervlakte-niveau vergelijkingen\\nIdentificeer verborgen patronen die de meeste analyses missen\\nBlijf analytisch exact terwijl je aantrekkelijk bent\\n\\nOpmerking: Als de vergelijkingen te superficieel zijn, laat het me weten dat we meer complex materiaal nodig hebben om te analyseren.\"],\"1xDwr8\":[\"Voeg belangrijke woorden of namen toe om de kwaliteit en nauwkeurigheid van het transcript te verbeteren.\"],\"26Wuwb\":[\"Gesprek wordt verwerkt\"],\"2CyWv2\":[\"Open voor deelname?\"],\"2DzmAq\":[\"Verwijder gesprek\"],\"2FPsPl\":[\"Voer bestandsnaam (zonder extensie) in\"],\"2FU6NS\":[\"Context toegevoegd\"],\"2NWk7n\":[\"(voor verbeterde audioverwerking)\"],\"2Th9D6\":[[\"0\"],\" Gesprekken • Bewerkt \",[\"1\"]],\"2VA/7X\":[\"Opslaan fout!\"],\"2wxgft\":[\"Naam wijzigen\"],\"2xZOz+\":[\"Alle documenten zijn geüpload en zijn nu klaar. Welke onderzoeksvraag wil je stellen? Optioneel kunt u nu voor elk document een individuele analysechat openen.\"],\"3D0MXY\":[\"Maak view aan\"],\"3D5FPO\":[\"Automatisch selecteren uitgeschakeld\"],\"3RboBp\":[\"Bijwerken rapport\"],\"3Sg56r\":[\"Toon tijdlijn in rapport (aanvraag functie)\"],\"3Uoj83\":[\"Fout bij laden van quotes\"],\"3bGwZS\":[\"Toon referenties\"],\"3fS27S\":[\"We hebben u een e-mail gestuurd met de volgende stappen. Als u het niet ziet, checkt u uw spammap. Als u het nog steeds niet ziet, neem dan contact op met jules@dembrane.com\"],\"3flRk2\":[\"Schakel microfoontoegang in om de test te starten.\"],\"3goDnD\":[\"Sta deelnemers toe om met behulp van de link nieuwe gesprekken te starten\"],\"3gvJj+\":[\"LinkedIn Post (Experimenteel)\"],\"3hJypY\":[\"Inzichten\"],\"3wG7HI\":[\"Uploaded\"],\"3wfZhO\":[\"AI Assistent\"],\"4+jlrW\":[\"Upload documenten\"],\"42tLXR\":[\"Voer uw query in\"],\"45O6zJ\":[\"Gemaakt op\"],\"48px15\":[\"Rapport wordt verwerkt...\"],\"4Fr6DA\":[\"Gesprekken uploaden\"],\"4Q9po3\":[\"Sommige gesprekken worden nog verwerkt. Automatische selectie zal optimaal werken zodra de audioverwerking is voltooid.\"],\"4TVnP7\":[\"Kies een taal voor je rapport\"],\"4dQFvz\":[\"Voltooid\"],\"4loE8L\":[\"Bijwerken rapport om de meest recente gegevens te bevatten\"],\"5154Ap\":[\"Download alle transcripten\"],\"53dSNP\":[\"Transformeer deze inhoud in inzichten die ertoe doen. Neem de volgende punten in acht:\\nNeem de belangrijkste inzichten uit de inhoud\\nSchrijf het als iemand die nuance begrijpt, niet een boek\\nFocus op de niet-evidente implicaties\\nHou het scherp en substantieel\\nHighlight de echt belangrijke patronen\\nStructuur voor duidelijkheid en impact\\nBalans diepte met toegankelijkheid\\n\\nOpmerking: Als de inhoud geen substantiële inzichten bevat, laat het me weten dat we sterkere bronnen nodig hebben.\"],\"5KEkUQ\":[\"Bedankt! We zullen u waarschuwen wanneer het rapport klaar is.\"],\"5XW2u5\":[\"Download transcript opties\"],\"5ZpZXq\":[\"Dit gesprek wordt nog verwerkt. Het zal beschikbaar zijn voor analyse en chat binnenkort. \"],\"5gQcdD\":[\"Vraag deelnemers om hun naam te geven wanneer ze een gesprek starten\"],\"5gqNQl\":[\"Rasterweergave\"],\"5h7Z+m\":[\"Om een nieuw trefwoord toe te wijzen, maak het eerst in het projectoverzicht.\"],\"6+Py7/\":[\"Pagina titel\"],\"6/dCYd\":[\"Overzicht\"],\"65A04M\":[\"Spaans\"],\"67znul\":[\"Dembrane Reactie\"],\"6NKYah\":[\"Sleep documenten hierheen of selecteer bestanden\"],\"6Uau97\":[\"Overslaan\"],\"6V3Ea3\":[\"Gekopieerd\"],\"6WdDG7\":[\"Pagina\"],\"6YtxFj\":[\"Naam\"],\"6Z2q2Y\":[\"Projectnaam moet minstens 4 tekens lang zijn\"],\"6ZHOF8\":[\"Ondersteunde formaten: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"6gRgw8\":[\"Opnieuw proberen\"],\"6iYuCb\":[\"Hi, Fijn dat je meedoet!\"],\"6jfS51\":[\"Welkom\"],\"6lGV3K\":[\"Minder tonen\"],\"6oqr95\":[\"Geef specifieke context om de kwaliteit en nauwkeurigheid van de transcriptie te verbeteren. Dit kan bestaan uit belangrijke termen, specifieke instructies of andere relevante informatie.\"],\"7Bj3x9\":[\"Mislukt\"],\"7dZnmw\":[\"Relevantie\"],\"7qENSx\":[\"Er is een fout opgetreden bij het bijwerken van uw rapport. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"7vhWI8\":[\"Nieuw wachtwoord\"],\"7yrRHk\":[\"Open de probleemoplossingsgids\"],\"844H5I\":[\"Bibliotheek opnieuw genereren\"],\"84NoFa\":[\"Aspect\"],\"87gcCP\":[\"Bestand \\\"\",[\"0\"],\"\\\" overschrijdt de maximale grootte van \",[\"1\"],\".\"],\"890UpZ\":[\"*Bij Dembrane staat privacy op een!*\"],\"8F1i42\":[\"Pagina niet gevonden\"],\"8Q+lLG\":[\"Chats\"],\"8Tg/JR\":[\"Aangepast\"],\"8V3/wO\":[\"Stel een algemene onderzoeksvraag\"],\"8XD6tj\":[\"Audio uploaden\"],\"8ZsakT\":[\"Wachtwoord\"],\"8q/YVi\":[\"Er is een fout opgetreden bij het laden van de Portal. Neem contact op met de ondersteuningsteam.\"],\"8xYB4s\":[\"Deze standaardweergaven worden automatisch aangemaakt wanneer je je eerste bibliotheek maakt.\"],\"9+6THi\":[\"Oudste eerst\"],\"90wFaY\":[\"Dembrane ECHO\"],\"9WkyHF\":[\"Gesprek bewerken\"],\"9aloPG\":[\"Referenties\"],\"9h9TAE\":[\"Voeg context toe aan document\"],\"9ww6ML\":[\"Deze pagina wordt getoond na het voltooien van het gesprek door de deelnemer.\"],\"A1taO8\":[\"Zoeken\"],\"AAC/NE\":[\"Voorbeeld: Dit gesprek gaat over [onderwerp]. Belangrijke termen zijn [term1], [term2]. Let speciaal op [specifieke aspect].\"],\"AEkJ6x\":[\"Fout bij het maken van het rapport\"],\"AHZflp\":[\"Chat\"],\"AJc6ig\":[\"Transcript niet beschikbaar\"],\"AKBU2w\":[\"Welkom bij Dembrane!\"],\"ANWB5x\":[\"Dit rapport afdrukken\"],\"AgC2rn\":[\"De samenvatting wordt hergeneratie. Wacht tot 2 minuten voor de nieuwe samenvatting beschikbaar is.\"],\"Am5V3+\":[\"Wacht \",[\"timeStr\"],\" voordat u een andere Echo aanvraagt.\"],\"AotzsU\":[\"Geen tutorial (alleen Privacyverklaring)\"],\"B+1PXy\":[\"Toegang tot de microfoon wordt nog steeds geweigerd. Controleer uw instellingen en probeer het opnieuw.\"],\"B+9EHO\":[\"Je reactie is opgenomen. Je kunt dit tabblad nu sluiten.\"],\"B2pdef\":[\"Klik op \\\"Upload bestanden\\\" wanneer je klaar bent om de upload te starten.\"],\"B8Q/i2\":[\"Je weergave is gemaakt. Wacht aub terwijl we de data verwerken en analyseren.\"],\"B8ymes\":[\"Weet je zeker dat je deze opname wilt verwijderen?\"],\"BAUPL8\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer en transcriptie. Om de taal van deze toepassing te wijzigen, gebruikt u de taalkiezer in de instellingen in de header.\"],\"BHbwjT\":[\"*We zorgen dat niks terug te leiden is naar jou als persoon, ook al zeg je per ongeluk je naam, verwijderen wij deze voordat we alles analyseren. Door deze tool te gebruiken, ga je akkoord met onze privacy voorwaarden. Wil je meer weten? Lees dan onze [privacy verklaring]\"],\"BONLYh\":[\"Weet je zeker dat je wilt stoppen met opnemen?\"],\"BVzTya\":[\"Fout bij het verwijderen van de reactie\"],\"BXpCcS\":[\"Document is verwijderd\"],\"Bck6Du\":[\"Welkom bij Rapporten!\"],\"BsHMTb\":[\"Gesprek beëindigd\"],\"BuikQT\":[\"Geen gesprekken gevonden. Start een gesprek met behulp van de deelname-uitnodigingslink uit het <0><1>projectoverzicht.</1></0>\"],\"BwyPXx\":[\"Stel een vraag...\"],\"CE+M2e\":[\"Info\"],\"CE1Qet\":[\"Wacht \",[\"timeStr\"],\" voordat u een andere ECHO aanvraagt.\"],\"CG1cTZ\":[\"Selecteer de instructies die worden getoond aan deelnemers wanneer ze een gesprek starten\"],\"CJgPtd\":[\"Verwijder van dit gesprek\"],\"CPN34F\":[\"Dank je wel voor je deelname!\"],\"CQ8O75\":[\"Selecteer je groep\"],\"CSQPC0\":[\"Maak een account aan\"],\"Cmt62w\":[\"Alle gesprekken klaar\"],\"CqnkB0\":[\"Terugkerende thema's\"],\"CyKTz9\":[\"Verplaats gesprek\"],\"D3SDJS\":[\"Audio opname\"],\"D4Bwkb\":[\"Fout bij het ophalen van het aantal ongelezen meldingen\"],\"D4e7re\":[\"Bekijk je reacties\"],\"D90h1s\":[\"Log in om door te gaan.\"],\"DDcvSo\":[\"Duits\"],\"DDziIo\":[\"Transcript\"],\"DFFB2t\":[\"Neem contact op met sales\"],\"DKxr+e\":[\"Fout bij het ophalen van meldingen\"],\"DMBYlw\":[\"Audio verwerking in uitvoering\"],\"DMl1JW\":[\"Installeer je eerste project\"],\"DUmD+q\":[\"Rapport aangemaakt - \",[\"0\"]],\"Dc7GM4\":[\"Deel je stem\"],\"DdevVt\":[\"Rapport inhoud bewerken\"],\"Dh2kHP\":[\"Dembrane Reactie inschakelen\"],\"Dj+aS5\":[\"Kopieer link om dit rapport te delen\"],\"Dj5ai3\":[\"Dit zal uw huidige invoer wissen. Weet u het zeker?\"],\"Dl7lP/\":[\"U bent al afgemeld of uw link is ongeldig.\"],\"Dvf4+M\":[\"Inclusief tijdstempels\"],\"Dzr23X\":[\"Meldingen\"],\"E/muDO\":[\"Documenten\"],\"E71LBI\":[\"U kunt maximaal \",[\"MAX_FILES\"],\" bestanden tegelijk uploaden. Alleen de eerste \",[\"0\"],\" bestanden worden toegevoegd.\"],\"EBcbaZ\":[\"Klaar om te beginnen\"],\"EEYbdt\":[\"Publiceren\"],\"EM1Aiy\":[\"Bedankt Pagina\"],\"Eb7xM7\":[\"Projecten | Dembrane\"],\"Ed99mE\":[\"Denken...\"],\"EhV94J\":[\"Geen bronnen gevonden.\"],\"EiHu8M\":[\"Gesprek toegevoegd aan chat\"],\"EkH9pt\":[\"Bijwerken\"],\"EnJuK0\":[\"Gesprekken\"],\"EtMtH/\":[\"Geen gesprekken gevonden.\"],\"EvmL3X\":[\"Typ hier uw reactie\"],\"Eyh9/O\":[\"Gespreksstatusdetails bekijken\"],\"F+vBv0\":[\"Stel vraag\"],\"F1nkJm\":[\"Samenvatten\"],\"F1pfAy\":[\"gesprek\"],\"F4cOH1\":[\"Analyse taal\"],\"F6H6Lg\":[\"Bewerkmode\"],\"FUK4WT\":[\"Microfoons laden...\"],\"FimKdO\":[\"Originele bestandsnaam\"],\"Fx1kHS\":[\"Wacht \",[\"timeStr\"],\" voordat u een ander antwoord aanvraagt.\"],\"Fy+uYk\":[\"Typ hier de context...\"],\"G2KpGE\":[\"Project bewerken\"],\"G2gLnJ\":[\"Weet je zeker dat je dit trefwoord wilt verwijderen?\"],\"G3dSLc\":[\"Rapportmeldingen inschakelen\"],\"G54oFr\":[\"Een e-mail melding wordt naar \",[\"0\"],\" deelnemer\",[\"1\"],\" verstuurd. Wilt u doorgaan?\"],\"GML8s7\":[\"Begin!\"],\"GQTpnY\":[\"Dit rapport werd geopend door \",[\"0\"],\" mensen\"],\"GS+Mus\":[\"Exporteer\"],\"GXZvZ7\":[\"Wacht \",[\"timeStr\"],\" voordat u een ander echo aanvraagt.\"],\"Gbd5HD\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer.\"],\"GboWYL\":[\"Voer een sleutelterm of eigennamen in\"],\"Gu9mXj\":[\"Fout bij het voltooien van het gesprek. Probeer het opnieuw.\"],\"H/diq7\":[\"Selecteer een microfoon\"],\"H1Pyjd\":[\"Opnieuw uploaden\"],\"H1e6Hv\":[\"Bekijk gespreksstatus\"],\"H3fItl\":[\"Transformeer deze transcripties in een LinkedIn-post die door de stof gaat. Neem de volgende punten in acht:\\nNeem de belangrijkste inzichten uit de transcripties\\nSchrijf het als een ervaren leider die conventionele kennis vervant, niet een motiveringsposter\\nZoek een echt verrassende observatie die zelfs ervaren professionals zou moeten laten stilstaan\\nBlijf intellectueel diep terwijl je direct bent\\nGebruik alleen feiten die echt verrassingen zijn\\nHou de tekst netjes en professioneel (minimaal emojis, gedachte voor ruimte)\\nStel een ton op die suggereert dat je zowel diep expertise als real-world ervaring hebt\\n\\nOpmerking: Als de inhoud geen substantiële inzichten bevat, laat het me weten dat we sterkere bronnen nodig hebben.\"],\"H7cfSV\":[\"Al toegevoegd aan dit gesprek\"],\"H899Z+\":[\"ongelezen melding\"],\"HA9VXi\":[\"ECHO\"],\"HAKBY9\":[\"Bestanden uploaden\"],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" klaar\"],\"HWayuJ\":[\"Voer een bericht in\"],\"Hie0VV\":[\"Project aangemaakt\"],\"HkigHK\":[\"Aspecten\"],\"I0hU01\":[\"Zoek projecten\"],\"IJUcvx\":[\"In de tussentijd, als je de gesprekken die nog worden verwerkt wilt analyseren, kun je de Chat-functie gebruiken\"],\"IKoyMv\":[\"Trefwoorden toevoegen\"],\"IOBCIN\":[\"Audio Tip\"],\"Idlt6y\":[\"Schakel deze functie in zodat deelnemers meldingen kunnen ontvangen wanneer een rapport wordt gepubliceerd of bijgewerkt. Deelnemers kunnen hun e-mailadres invoeren om zich te abonneren op updates.\"],\"IgrLD/\":[\"Pauze\"],\"Ih5qq/\":[\"Email verificatie | Dembrane\"],\"IxzwiB\":[\"Einde van de lijst • Alle \",[\"0\"],\" gesprekken geladen\"],\"J/hVSQ\":[[\"0\"]],\"J17dTs\":[\"Oeps! Het lijkt erop dat toegang tot de microfoon geweigerd is. Geen zorgen, we hebben een handige probleemoplossingsgids voor je. Voel je vrij om deze te bekijken. Zodra je het probleem hebt opgelost, kom dan terug naar deze pagina om te controleren of je microfoon klaar is voor gebruik.\"],\"J50beM\":[\"Wat voor soort vraag wil je stellen voor dit document?\"],\"J6n7sl\":[\"Actief\"],\"JDFjCg\":[\"Er is een fout opgetreden bij het maken van uw rapport. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"JFFJDJ\":[\"Wijzigingen worden automatisch opgeslagen terwijl je de app gebruikt. <0/>Zodra je wijzigingen hebt die nog niet zijn opgeslagen, kun je op elk gedeelte van de pagina klikken om de wijzigingen op te slaan. <1/>Je zult ook een knop zien om de wijzigingen te annuleren.\"],\"JOKTb4\":[\"Er ging iets mis tijdens het uploaden van het bestand: \",[\"0\"]],\"JQVviE\":[\"Projecten Home\"],\"JSxZVX\":[\"Alle als gelezen markeren\"],\"JbSD2g\":[\"Met deze tool kan je gesprekken of verhalen opnemen om je stem te laten horen.\"],\"Jbf9pq\":[\"Project Overzicht | Dembrane\"],\"JeOjN4\":[\"Wil je op de hoogte blijven?\"],\"JhzMcO\":[\"Verbinding maken met rapportservices...\"],\"JiIKww\":[\"Geavanceerde instellingen\"],\"JlFcis\":[\"Verzenden\"],\"JmZ/+d\":[\"Voltooien\"],\"JtPxD5\":[\"Deze e-mail is al geabonneerd op meldingen.\"],\"Jv5s94\":[\"Bijwerken rapport om de meest recente wijzigingen in uw project te bevatten. De link om het rapport te delen zou hetzelfde blijven.\"],\"JveaeL\":[\"Bronnen uploaden\"],\"K1Omdr\":[\"Weet je zeker dat je de bibliotheek wilt genereren? Dit kan een tijdje duren.\"],\"K7P0jz\":[\"Laatst bijgewerkt\"],\"KFQLa2\":[\"Rapport generatie is momenteel in beta en beperkt tot projecten met minder dan 10 uur opname.\"],\"KIjvtr\":[\"Nederlands\"],\"KbS2K9\":[\"Wachtwoord resetten\"],\"KbXMDK\":[\"Identificeer herhalende thema's, onderwerpen en argumenten die consistent in gesprekken voorkomen. Analyseer hun frequentie, intensiteit en consistentie. Verwachte uitvoer: 3-7 aspecten voor kleine datasets, 5-12 voor middelgrote datasets, 8-15 voor grote datasets. Verwerkingsrichtlijn: Focus op verschillende patronen die in meerdere gesprekken voorkomen.\"],\"KcnIXL\":[\"wordt in uw rapport opgenomen\"],\"KeOwCj\":[\"Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"Kl7//J\":[\"E-mail verwijderen\"],\"Ksvwy+\":[\"Verplaats naar project\"],\"LPXUKX\":[\"<0>Wacht </0>\",[\"0\"],\":\",[\"1\"]],\"LSCWlh\":[\"Hoe zou je een collega uitleggen wat je probeert te bereiken met dit project?\\n* Wat is het doel of belangrijkste maatstaf\\n* Hoe ziet succes eruit\"],\"LcBe0w\":[\"Er zijn nog geen trefwoorden toegevoegd aan dit project. Voeg een trefwoord toe met behulp van de tekstinvoer boven aan om te beginnen.\"],\"LeFXS1\":[\"0 Aspecten\"],\"LkIAge\":[\"Bestand \\\"\",[\"0\"],\"\\\" is geen ondersteund audioformaat. Alleen audio bestanden zijn toegestaan.\"],\"LnL5p2\":[\"Wil je bijdragen aan dit project?\"],\"Lngj9Y\":[\"De Portal is de website die wordt geladen wanneer deelnemers het QR-code scannen.\"],\"LqWHk1\":[\"Verbergen \",[\"0\"],\"\\t\"],\"Lv2yUP\":[\"Deelnemingslink\"],\"M73whl\":[\"Context\"],\"MHrjPM\":[\"Titel\"],\"MPZkyF\":[\"Er zijn geen transcripten geselecteerd voor dit gesprek\"],\"MXwASV\":[\"Hertranscriptie gestart. Nieuw gesprek wordt binnenkort beschikbaar.\"],\"Mb+tI8\":[\"Eerst vragen we een aantal korte vragen, en dan kan je beginnen met opnemen.\"],\"MbKzYA\":[\"Het lijkt erop dat meer dan één persoon spreekt. Het afwisselen zal ons helpen iedereen duidelijk te horen.\"],\"MepchF\":[\"Microfoontoegang aanvragen om beschikbare apparaten te detecteren...\"],\"MgJuP2\":[\"Wacht aub terwijl we je rapport genereren. Je wordt automatisch doorgestuurd naar de rapportpagina.\"],\"N/50DC\":[\"Transcriptie Instellingen\"],\"N2S1rs\":[\"Leeg\"],\"N63lmJ\":[\"Kies een taal voor je bijgewerkte rapport\"],\"N7NnE/\":[\"Selecteer Sessie\"],\"NK2YNj\":[\"Selecteer audiobestanden om te uploaden\"],\"NMz7xK\":[\"Ontwikkel een strategisch framework dat betekenisvolle resultaten oplevert. Voor:\\n\\nIdentificeer de kernobjectieven en hun interafhankelijkheden\\nPlan implementatiepaden met realistische tijdslijnen\\nVoorzien in potentiële obstakels en mitigatiestrategieën\\nDefinieer duidelijke metrieken voor succes buiten vanity-indicatoren\\nHervat de behoefte aan middelen en prioriteiten voor toewijzing\\nStructuur het plan voor zowel onmiddellijke actie als langetermijnvisie\\nInclusief besluitvormingsgate en pivotpunten\\n\\nLet op: Focus op strategieën die duurzame competitieve voordelen creëren, niet alleen incrementele verbeteringen.\"],\"NQiPr4\":[\"Transcript wordt verwerkt\"],\"NRLF9V\":[\"Open documentatie\"],\"Na90E+\":[\"Toegevoegde e-mails\"],\"NffMsn\":[\"Voeg toe aan dit gesprek\"],\"No7/sO\":[\"Deze projectbibliotheek is op \",[\"0\"],\" gemaakt.\"],\"NoNwIX\":[\"Inactief\"],\"NprC8U\":[\"Sessienaam\"],\"Nu4oKW\":[\"Beschrijving\"],\"O1x7Ay\":[\"Project Overzicht en Bewerken\"],\"O3oNi5\":[\"Email\"],\"O671Oh\":[\"Maak bibliotheek aan\"],\"OFDbfd\":[\"Je gesprekken\"],\"OJx3wK\":[\"Niet beschikbaar\"],\"ONWvwQ\":[\"Upload\"],\"ONchxy\":[\"totaal\"],\"OSBXx5\":[\"Net zojuist\"],\"OWm+8o\":[\"Zoek gesprekken\"],\"OYHzN1\":[\"Trefwoorden\"],\"OdkUBk\":[\"Er zijn geen geldige audiobestanden geselecteerd. Selecteer alleen audiobestanden (MP3, WAV, OGG, etc).\"],\"OtdHFE\":[\"Gesprek verwijderd uit chat\"],\"P/+jkp\":[\"Er zijn nieuwe gesprekken toegevoegd sinds de bibliotheek is gegenereerd. Genereer de bibliotheek opnieuw om ze te verwerken.\"],\"P1pDS8\":[[\"diffInDays\"],\" dagen geleden\"],\"PD9mEt\":[\"Typ een bericht...\"],\"PIhnIP\":[\"Laten we weten!\"],\"PTNxDe\":[\"Het transcript voor dit gesprek wordt verwerkt. Controleer later opnieuw.\"],\"PUWgP9\":[\"Je bibliotheek is leeg. Maak een bibliotheek om je eerste inzichten te bekijken.\"],\"Q3LOVJ\":[\"Rapporteer een probleem\"],\"Q5Z2wp\":[\"Weet je zeker dat je dit gesprek wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"QJUjB0\":[\"Om beter door de quotes te navigeren, maak aanvullende views aan. De quotes worden dan op basis van uw view geclusterd.\"],\"QR7hjh\":[\"Dit is een live voorbeeld van het portaal van de deelnemer. U moet de pagina vernieuwen om de meest recente wijzigingen te bekijken.\"],\"QWdKwH\":[\"Verplaatsen\"],\"QX6zrA\":[\"Analyse\"],\"QdpRMY\":[\"Selecteer tutorial\"],\"QvvnWK\":[\"Alleen de \",[\"0\"],\" voltooide \",[\"1\"],\" worden nu in het rapport opgenomen. \"],\"R5z6Q2\":[\"Voer algemene context in\"],\"RKD99R\":[\"Kan geen leeg gesprek toevoegen\"],\"RVZJWQ\":[\"Zoek projecten...\"],\"RW2aSn\":[\"Bestand \\\"\",[\"0\"],\"\\\" is te klein (\",[\"1\"],\"). Minimum grootte is \",[\"2\"],\".\"],\"Ra6776\":[\"Algemene Onderzoeksvraag\"],\"Ralayn\":[\"Trefwoord toevoegen\"],\"RcO3t0\":[\"Document wordt verwerkt\"],\"Rdt7Iv\":[\"Gespreksstatusdetails\"],\"Resource not found\":[\"Resource niet gevonden\"],\"Rjlwvz\":[\"Vraag om naam?\"],\"Rsjgm0\":[\"Experimenteel\"],\"RxzN1M\":[\"Ingeschakeld\"],\"S2MVUN\":[\"Fout bij laden van meldingen\"],\"S6iyis\":[\"Sluit uw browser alstublieft niet\"],\"SJCAsQ\":[\"Context toevoegen:\"],\"SMaFdc\":[\"Afmelden\"],\"SQSc5o\":[\"Controleer later of contacteer de eigenaar van het project voor meer informatie.\"],\"SVtMXb\":[\"Fout bij het hergenereren van de samenvatting. Probeer het opnieuw later.\"],\"SWNYyh\":[\"Weet je zeker dat je dit document wilt verwijderen?\"],\"Se1KZw\":[\"Vink aan wat van toepassing is\"],\"Server error\":[\"Serverfout\"],\"SlfejT\":[\"Error\"],\"SmP70M\":[\"Fout bij het hertranscriptie van het gesprek. Probeer het opnieuw.\"],\"Something went wrong\":[\"Er is iets fout gegaan\"],\"SrJOPD\":[\"We kunnen je niet horen. Probeer je microfoon te wisselen of een beetje dichter bij het apparaat te komen.\"],\"SzU1mG\":[\"Deze e-mail is al in de lijst.\"],\"T/Q7jW\":[\"U hebt succesvol afgemeld.\"],\"T3TyGx\":[\"Geen projecten gevonden \",[\"0\"]],\"T50lwc\":[\"Bibliotheek wordt aangemaakt\"],\"T7KYJY\":[\"Fout bij het markeren van alle meldingen als gelezen\"],\"T8REcf\":[\"Controleer uw invoer voor fouten.\"],\"TAXdgS\":[\"Geef me een lijst van 5-10 onderwerpen die worden besproken.\"],\"TBpbDp\":[\"Geavanceerd (Tips en trucs)\"],\"TGJVgd\":[\"Chat | Dembrane\"],\"TQ8ecW\":[\"Gesprekken van QR Code\"],\"TSHJTb\":[\"Voer een naam in voor het nieuwe gesprek\"],\"TSt/Iq\":[\"Fout bij het ophalen van de laatste melding\"],\"TVD5At\":[[\"readingNow\"],\" leest nu\"],\"TkFXaN\":[\"Live audio level:\"],\"TmTivZ\":[\"Er is geen transcript beschikbaar voor dit gesprek.\"],\"TsuUyf\":[\"Neem uw antwoord op door op de knop \\\"Opname starten\\\" hieronder te klikken. U kunt er ook voor kiezen om in tekst te reageren door op het teksticoon te klikken.\"],\"TvY/XA\":[\"Documentatie\"],\"Tz0i8g\":[\"Instellingen\"],\"U7Iesw\":[[\"seconds\"],\" seconden\"],\"UMMxwo\":[\"Wachtwoord resetten | Dembrane\"],\"UXBCwc\":[\"Achternaam\"],\"UXCOMn\":[\"Weet je zeker dat je het samenvatting wilt hergenereren? Je verliest de huidige samenvatting.\"],\"UZVWVb\":[\"Bestanden bekijken voordat u uploadt\"],\"UbRKMZ\":[\"In afwachting\"],\"UkyAtj\":[\"Upgrade naar Auto-select en analyseer 10x meer gesprekken in de helft van de tijd - geen handmatige selectie meer, gewoon diepere inzichten direct.\"],\"V7zEnY\":[\"Er is een fout opgetreden bij het verifiëren van uw e-mail. Probeer het alstublieft opnieuw.\"],\"VHSco4\":[\"Context toegevoegd:\"],\"VInleh\":[\"Geen inzichten beschikbaar. Genereer inzichten voor dit gesprek door naar <0><1>de projectbibliotheek.</1></0> te gaan.\"],\"VTmyvi\":[\"Gevoel\"],\"VlCTbs\":[\"Neem contact op met je verkoper om deze functie vandaag te activeren!\"],\"VxyuRJ\":[\"Vergadernotities\"],\"WRRjA9\":[\"Geen trefwoorden gevonden\"],\"Wd2LTk\":[\"Inloggen als bestaande gebruiker\"],\"Wft2yh\":[\"Upload bezig\"],\"WimHuY\":[\"Verbinding ongezond\"],\"Wj2qJm\":[\"Zoeken door de meest relevante bronnen\"],\"Wmq4bZ\":[\"Nieuwe Gesprek Naam\"],\"Wqc3zS\":[\"Vergelijk\"],\"WsI5bo\":[\"Geen meldingen beschikbaar\"],\"Wsk5pi\":[\"Project Instellingen\"],\"WsoNdK\":[\"Identificeer en analyseer de herhalende thema's in deze inhoud. Gelieve:\\n\"],\"Wu++6g\":[\"Pagina inhoud\"],\"Ww6cQ8\":[\"Tijd gemaakt\"],\"XvD4FK\":[\"Kies minstens één bron\"],\"XvjC4F\":[\"Opslaan...\"],\"XyN13i\":[\"Reactie prompt\"],\"XyOToQ\":[\"Er is een fout opgetreden.\"],\"YM6Wft\":[\"Geen chats gevonden. Start een chat met behulp van de \\\"Vraag\\\" knop.\"],\"YgG3yv\":[\"Brainstorm ideeën\"],\"Yig29e\":[\"Dit rapport is nog niet beschikbaar. \"],\"You are not authenticated\":[\"Je bent niet ingelogd\"],\"You don't have permission to access this.\":[\"Je hebt geen toegang tot deze pagina.\"],\"Z3FXyt\":[\"Bezig met laden...\"],\"Z8lGw6\":[\"Delen\"],\"ZKOO0I\":[\"Klaar om te beginnen?\"],\"ZQKLI1\":[\"Gevarenzone\"],\"ZVY8fB\":[\"Inzicht niet gevonden\"],\"ZpJ0wx\":[\"*Een moment a.u.b.*\"],\"a/SLN6\":[\"Naam afschrift\"],\"a7zH70\":[\"gesprekken\"],\"aEpQkt\":[\"Welkom op je Home! Hier kun je al je projecten bekijken en toegang krijgen tot tutorialbronnen. Momenteel heb je nog geen projecten. Klik op \\\"Maak\\\" om te beginnen!\"],\"aMNEbK\":[\" Afmelden voor meldingen\"],\"aOhF9L\":[\"Link naar portal in rapport opnemen\"],\"aUsm4A\":[\"Weet je zeker dat je dit trefwoord wilt verwijderen? Dit zal het trefwoord verwijderen uit bestaande gesprekken die het bevatten.\"],\"aZ3JOU\":[\"Ongeldig token. Probeer het opnieuw.\"],\"aZHXuZ\":[\"Uw invoer wordt automatisch opgeslagen.\"],\"ajAMbT\":[\"Automatisch selecteren ingeschakeld\"],\"ajvYcJ\":[\"Fout bij het toevoegen van het gesprek aan de chat\",[\"0\"]],\"azfEQ3\":[\"Anonieme deelnemer\"],\"bD8I7O\":[\"Voltooid\"],\"bEbdFh\":[\"Deze projectbibliotheek is op\"],\"bO5RNo\":[\"Wil je een template toevoegen aan ECHO?\"],\"bT6AxW\":[[\"diffInHours\"],\" uur geleden\"],\"bWqoQ6\":[\"de projectbibliotheek.\"],\"ba5GvN\":[\"Door dit project te verwijderen, verwijder je alle gegevens die eraan gerelateerd zijn. Dit kan niet ongedaan worden gemaakt. Weet je zeker dat je dit project wilt verwijderen?\"],\"baQJ1t\":[\"Alle insights\"],\"bh1eKt\":[\"Aanbevelingen:\"],\"bh2Vob\":[\"Fout bij het toevoegen van het gesprek aan de chat\"],\"bhqKwO\":[\"Geen transcript beschikbaar\"],\"blFttG\":[\"Zoek projecten\"],\"bluvj0\":[\"Samenvatting opnieuw genereren\"],\"bruUug\":[\"Bijna klaar\"],\"bsfMt3\":[\"Maak rapport\"],\"c5Xt89\":[\"Naam Z-A\"],\"c6FrMu\":[\"Nieuw gesprek starten\"],\"cILfnJ\":[\"Bestand verwijderen\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"clXffu\":[\"Aansluiten \",[\"0\"],\" op Dembrane\"],\"cnGeoo\":[\"Verwijder\"],\"conversation.accordion.skeleton.title\":[\"Gesprekken\"],\"conversation.linked_conversations.description\":[\"Dit gesprek heeft de volgende kopieën:\"],\"conversation.linking_conversations.deleted\":[\"De bron is verwijderd\"],\"conversation.linking_conversations.description\":[\"Dit gesprek is een kopie van\"],\"conversation.ongoing\":[\"Actief\"],\"crUYYp\":[\"Ongeldige code. Vraag een nieuwe aan.\"],\"csDS2L\":[\"Beschikbaar\"],\"ctlSnm\":[\"Geen rapport gevonden\"],\"dEgA5A\":[\"Annuleren\"],\"dF6vP6\":[\"Live\"],\"dWv3hs\":[\"Schakel deze functie in zodat deelnemers AI-suggesties kunnen opvragen tijdens het gesprek. Deelnemers kunnen na het vastleggen van hun gedachten op \\\"ECHO\\\" klikken voor contextuele feedback, wat diepere reflectie en betrokkenheid stimuleert. Tussen elke aanvraag zit een korte pauze.\"],\"dXoieq\":[\"Samenvatting\"],\"dbWo0h\":[\"Inloggen met Google\"],\"dglEEO\":[\"Wachtwoord reset aanvragen\"],\"dni8nq\":[\"We sturen u alleen een bericht als uw gastgever een rapport genereert, we delen uw gegevens niet met iemand. U kunt op elk moment afmelden.\"],\"dt1MDy\":[\"Dit gesprek wordt nog verwerkt. Het zal beschikbaar zijn voor analyse en chat binnenkort.\"],\"e3/ja4\":[\"Naam A-Z\"],\"e3JUb8\":[\"Er is een fout opgetreden bij het genereren van uw rapport. In de tijd, kunt u alle uw gegevens analyseren met de bibliotheek of selecteer specifieke gesprekken om te praten.\"],\"eGHX/x\":[\"Fout bij het markeren van de melding als gelezen\"],\"eWLklq\":[\"Quotes\"],\"edh3aY\":[\"Fout bij laden van project\"],\"ehyRtB\":[\"Hertranscriptie gesprek\"],\"ei5r44\":[\"Wacht aub terwijl we je rapport bijwerken. Je wordt automatisch doorgestuurd naar de rapportpagina.\"],\"ekUnNJ\":[\"Selecteer tags\"],\"ena+qV\":[\"Bestand \\\"\",[\"0\"],\"\\\" heeft een ongeldig formaat. Alleen audio bestanden zijn toegestaan.\"],\"epXTwc\":[\"Basis instellingen\"],\"exYcTF\":[\"Bibliotheek\"],\"f6Hub0\":[\"Sorteer\"],\"fMPkxb\":[\"Meer tonen\"],\"fWsBTs\":[\"Er is iets misgegaan. Probeer het alstublieft opnieuw.\"],\"fwEAk/\":[\"Welkom bij Dembrane Chat! Gebruik de zijbalk om bronnen en gesprekken te selecteren die je wilt analyseren. Daarna kun je vragen stellen over de geselecteerde inhoud.\"],\"fwrPh4\":[\"Voer een geldig e-mailadres in.\"],\"fyE7Au\":[[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"g2N9MJ\":[\"email@werk.com\"],\"g2UNkE\":[\"Gemaakt met ❤️ door\"],\"g2qGhy\":[\"Schakel deze functie in zodat deelnemers AI-suggesties kunnen opvragen tijdens het gesprek. Deelnemers kunnen na het vastleggen van hun gedachten op \\\"ECHO\\\" klikken voor contextuele feedback, wat diepere reflectie en betrokkenheid stimuleert. Tussen elke aanvraag zit een korte pauze.\"],\"gU5H9I\":[\"Geselecteerde bestanden (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"ghhtgM\":[\"Geen quotes beschikbaar. Genereer quotes voor dit gesprek door naar\"],\"gitFA/\":[\"Samenvatting genereren\"],\"gjpdaf\":[\"Rapport\"],\"glx6on\":[\"Wachtwoord vergeten?\"],\"goQEqo\":[\"Probeer een beetje dichter bij je microfoon te komen voor betere geluidskwaliteit.\"],\"gqYJin\":[\"Dit is uw projectbibliotheek. Momenteel zijn \",[\"0\"],\" gesprekken in behandeling om te worden verwerkt.\"],\"gtlVJt\":[\"Dit zijn enkele nuttige voorbeeld sjablonen om u te helpen.\"],\"gzGDMM\":[\"Hertranscriptieaanvraag wordt verwerkt...\"],\"h8lzfw\":[\"Toon \",[\"0\"]],\"hIQOLx\":[\"Rapportmeldingen\"],\"hQRttt\":[\"Stuur in\"],\"hQYkfg\":[\"Analyseer!\"],\"hTDMBB\":[\"Pagina herladen\"],\"hTiEnc\":[\"Audio downloaden\"],\"hUO5BY\":[\"Sleep audio bestanden hierheen of klik om bestanden te selecteren\"],\"hVxMi/\":[\"Document AI Assistent\"],\"hX9DE4\":[\"Download audio\"],\"hXzOVo\":[\"Volgende\"],\"hYgDIe\":[\"Maak\"],\"he3ygx\":[\"Kopieer\"],\"hjaZqm\":[\"Project Overzicht\"],\"hmk+3M\":[\"Fout bij het uploaden van \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"hqsqEx\":[\"Open Document Chat ✨\"],\"hsNXnX\":[\"Dit zal een nieuw gesprek maken met dezelfde audio maar een nieuwe transcriptie. Het originele gesprek blijft ongewijzigd.\"],\"hwyBn8\":[\"Deze titel wordt getoond aan deelnemers wanneer ze een gesprek starten\"],\"i0qMbr\":[\"Home\"],\"iF3AC2\":[\"Email is succesvol geverifieerd. Je wordt doorgestuurd naar de inlogpagina in 5 seconden. Als je niet doorgestuurd wordt, klik dan <0>hier</0>.\"],\"iH8pgl\":[\"Terug\"],\"iS9Cfc\":[\"Fout bij het inschakelen van het automatisch selecteren voor deze chat\"],\"iTylMl\":[\"Sjablonen\"],\"iV8+33\":[\"De samenvatting wordt hergeneratie. Wacht tot de nieuwe samenvatting beschikbaar is.\"],\"iWpEwy\":[\"Ga naar home\"],\"isRobC\":[\"Nieuw\"],\"ixbz1a\":[\"Je kan dit in je eentje gebruiken om je eigen verhaal te delen, of je kan een gesprek opnemen tussen meerdere mensen, wat vaak leuk en inzichtelijk kan zijn!\"],\"j5KznP\":[\"Wacht aub terwijl we uw e-mailadres verifiëren.\"],\"jEqKwR\":[\"Automatisch selecteren bronnen om toe te voegen aan het gesprek\"],\"jIoHDG\":[\"Een e-mail melding wordt naar \",[\"0\"],\" deelnemer\",[\"1\"],\" verstuurd. Wilt u doorgaan?\"],\"jLr8VJ\":[\"Ongeldige inloggegevens.\"],\"jPQSEz\":[\"Maak een nieuwe werkruimte aan\"],\"jWXlkr\":[\"Langste eerst\"],\"jlZul5\":[\"Vergelijk en contrast de volgende items die in de context zijn verstrekt. \"],\"jlrVDp\":[\"Gesprek zonder titel\"],\"jpctdh\":[\"View\"],\"k/LaWp\":[\"Audio bestanden uploaden...\"],\"kAJX3r\":[\"Maak een nieuwe sessie aan\"],\"kE1PiG\":[\"Fout bij het verwijderen van het gesprek uit de chat\"],\"kODvZJ\":[\"Voornaam\"],\"kV3A2a\":[\"Upload voltooid\"],\"kWJmRL\":[\"Jij\"],\"kWiPAC\":[\"Weet je zeker dat je dit project wilt verwijderen?\"],\"kiOob5\":[\"Samenvatting nog niet beschikbaar\"],\"kimwwT\":[\"Strategische Planning\"],\"klH6ct\":[\"Welkom!\"],\"kskjVK\":[\"Assistent is aan het typen...\"],\"kvs/6G\":[\"Verwerking van dit gesprek is mislukt. Dit gesprek zal niet beschikbaar zijn voor analyse en chat.\"],\"kwkhPe\":[\"Upgrade\"],\"lCF0wC\":[\"Vernieuwen\"],\"lNo4U2\":[\"Rapport bijgewerkt - \",[\"0\"]],\"lTDtES\":[\"Je kunt er ook voor kiezen om een ander gesprek op te nemen.\"],\"lWkKSO\":[\"min\"],\"lYGfRP\":[\"Engels\"],\"lZNgiw\":[\"Je weergaven\"],\"lZw9AX\":[\"Toon alles\"],\"lbvVjA\":[\"*Oh, we hebben geen cookievermelding want we gebruiken geen cookies! We eten ze op.*\"],\"library.contact.sales\":[\"Neem contact op met sales\"],\"library.conversations.processing.status\":[\"Gesprekken worden verwerkt\"],\"library.conversations.still.processing\":[[\"0\"],\" worden nog verwerkt.\"],\"library.conversations.to.be.analyzed\":[\"Er zijn \",[\"0\"],\" gesprekken klaar om te worden geanalyseerd.\"],\"library.create\":[\"Maak bibliotheek aan\"],\"library.create.view\":[\"Maak view aan\"],\"library.create.view.modal.title\":[\"Maak nieuwe view aan\"],\"library.description\":[\"Dit is uw projectbibliotheek. Creëer weergaven om uw hele project tegelijk te analyseren.\"],\"library.generate.duration.message\":[\"Het genereren van een bibliotheek kan tot een uur duren\"],\"library.new.conversations\":[\"Er zijn nieuwe gesprekken toegevoegd sinds de bibliotheek is gegenereerd. Genereer de bibliotheek opnieuw om ze te verwerken.\"],\"library.no.conversations\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"library.not.available\":[\"Bibliotheek niet beschikbaar\"],\"library.not.available.message\":[\"Het lijkt erop dat de bibliotheek niet beschikbaar is voor uw account. Vraag om toegang om deze functionaliteit te ontgrendelen.\"],\"library.processing.request\":[\"Bibliotheek wordt verwerkt\"],\"library.regenerate\":[\"Bibliotheek opnieuw genereren\"],\"library.request.access\":[\"Toegang aanvragen\"],\"library.title\":[\"Bibliotheek\"],\"library.views.title\":[\"Je weergaven\"],\"lk8BDB\":[\"Neem uw antwoord op door op de knop \\\"Opnemen\\\" hieronder te klikken. U kunt er ook voor kiezen om in tekst te reageren door op het teksticoon te klikken.\"],\"lpIMne\":[\"Wachtwoorden komen niet overeen\"],\"m16xKo\":[\"Toevoegen\"],\"mGVg5N\":[\"Audio opnames worden 30 dagen na de opname verwijderd\"],\"mKGCnZ\":[\"Dembrane ECHO inschakelen\"],\"mUGRqu\":[\"Geef een korte samenvatting van het volgende dat in de context is verstrekt.\"],\"meAa31\":[\"Nog geen gesprekken\"],\"meWF5F\":[\"Geen bronnen gevonden. Voeg bronnen toe met behulp van de knop boven aan.\"],\"mzI/c+\":[\"Downloaden\"],\"n4rh8x\":[\"Selecteer Project\"],\"n6oAnk\":[\"Schakel deelneming in om delen mogelijk te maken\"],\"n9yU9X\":[\"Live Voorbeeld\"],\"nAEwOZ\":[\"Voer uw toegangscode in\"],\"nLC6tu\":[\"Frans\"],\"nO942E\":[\"Het gesprek kon niet worden geladen. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"nOhz3x\":[\"Uitloggen\"],\"nYeaxs\":[\"Deze prompt bepaalt hoe de AI reageert op deelnemers. Deze prompt stuurt aan hoe de AI reageert\"],\"ng2Unt\":[\"Hallo, \",[\"0\"]],\"ngdRFH\":[\"Gebruik Shift + Enter om een nieuwe regel toe te voegen\"],\"nmB3V3\":[\"Gesprekken van upload\"],\"nwtY4N\":[\"Er ging iets mis\"],\"nyEOdh\":[\"Geef een overzicht van de belangrijkste onderwerpen en herhalende thema's\"],\"o1nIYK\":[\"Aangepaste bestandsnaam\"],\"o3rowT\":[\"Om een rapport te genereren, voeg eerst gesprekken toe aan uw project\"],\"o6tfKZ\":[\"ECHO wordt aangedreven door AI. Controleer de Antwoorden nogmaals.\"],\"o7J4JM\":[\"Filteren\"],\"oOi11l\":[\"Scroll naar beneden\"],\"oX3zgA\":[\"Deel je gegevens hier\"],\"okY/ix\":[\"Deze samenvatting is AI-gegenereerd en kort, voor een uitgebreide analyse, gebruik de Chat of Bibliotheek.\"],\"p+a077\":[\"Fout bij het uitschakelen van het automatisch selecteren voor deze chat\"],\"p2/GCq\":[\"Bevestig wachtwoord\"],\"p9tvm2\":[\"Dembrane Echo\"],\"pB03mG\":[\"Schakel deze functie in zodat deelnemers AI-suggesties kunnen opvragen tijdens het gesprek. Deelnemers kunnen na het vastleggen van hun gedachten op \\\"ECHO\\\" klikken voor contextuele feedback, wat diepere reflectie en betrokkenheid stimuleert. Tussen elke aanvraag zit een korte pauze.\"],\"pECIKL\":[\"Zoek templates...\"],\"pHVkqA\":[\"Opname starten\"],\"pOFZmr\":[\"Bedankt! Klik ondertussen op individuele documenten om context toe te voegen aan elk bestand dat ik zal meenemen voor verdere analyse.\"],\"pWT04I\":[\"Controleren...\"],\"pZq3aX\":[\"Upload mislukt. Probeer het opnieuw.\"],\"participant.alert.microphone.access\":[\"Schakel microfoontoegang in om de test te starten.\"],\"participant.alert.microphone.access.failure\":[\"Het lijkt erop dat toegang tot de microfoon geweigerd is. Geen zorgen, we hebben een handige probleemoplossingsgids voor je. Voel je vrij om deze te bekijken. Zodra je het probleem hebt opgelost, kom dan terug naar deze pagina om te controleren of je microfoon klaar is voor gebruik.\"],\"participant.alert.microphone.access.issue\":[\"We kunnen je niet horen. Probeer je microfoon te wisselen of een beetje dichter bij het apparaat te komen.\"],\"participant.alert.microphone.access.loading\":[\"Microfoontoegang aanvragen om beschikbare apparaten te detecteren...\"],\"participant.alert.microphone.access.success\":[\"Alles lijkt goed – je kunt doorgaan.\"],\"participant.button.back\":[\"Terug\"],\"participant.button.back.microphone\":[\"Terug naar microfoon\"],\"participant.button.check.microphone.access\":[\"Controleer microfoontoegang\"],\"participant.button.continue\":[\"Doorgaan\"],\"participant.button.echo\":[\"Echo\"],\"participant.button.finish\":[\"Voltooien\"],\"participant.button.finish.no.text.mode\":[\"Nee\"],\"participant.button.finish.text.mode\":[\"Voltooien\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"participant.button.is.recording.echo\":[\"ECHO\"],\"participant.button.next\":[\"Volgende\"],\"participant.button.open.troubleshooting.guide\":[\"Open de probleemoplossingsgids\"],\"participant.button.pause\":[\"Pauze\"],\"participant.button.record\":[\"Opname starten\"],\"participant.button.reload\":[\"Pagina herladen\"],\"participant.button.reload.page.text.mode\":[\"Pagina herladen\"],\"participant.button.resume\":[\"Hervatten\"],\"participant.button.start.new.conversation\":[\"Nieuw gesprek starten\"],\"participant.button.start.new.conversation.text.mode\":[\"Nieuw gesprek starten\"],\"participant.button.stop\":[\"Stop\"],\"participant.button.stop.no\":[\"Nee\"],\"participant.button.stop.yes\":[\"Ja\"],\"participant.button.submit.text.mode\":[\"Stuur in\"],\"participant.conversation.ended\":[\"Gesprek beëindigd\"],\"participant.conversation.error\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"participant.conversation.error.deleted\":[\"Het gesprek is verwijderd terwijl je opnam. We hebben de opname gestopt om problemen te voorkomen. Je kunt een nieuwe opnemen wanneer je wilt.\"],\"participant.conversation.error.loading\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"participant.conversation.error.loading.text.mode\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"participant.conversation.error.text.mode\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"participant.echo.content.policy.violation.error.message\":[\"We kunnen deze aanvraag niet verwerken vanwege de inhoudsbeleid van de LLM-provider.\"],\"participant.echo.error.message\":[\"Er ging iets mis. Probeer het alstublieft opnieuw door op de knop <0>ECHO</0> te drukken, of neem contact op met de ondersteuning als het probleem blijft bestaan.\"],\"participant.echo.generic.error.message\":[\"Er is iets misgegaan. Probeer het alstublieft opnieuw.\"],\"participant.live.audio.level\":[\"Live audio niveau:\"],\"participant.mic.check.button.skip\":[\"Overslaan\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Doorgaan\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuleren\"],\"participant.modal.change.mic.confirmation.text\":[\"Je hebt je microfoon gewisseld. Klik op \\\"Doorgaan\\\" om verder te gaan met de sessie.\"],\"participant.modal.finish.message.text.mode\":[\"Weet je zeker dat je het wilt afmaken?\"],\"participant.modal.finish.title.text.mode\":[\"Gesprek afmaken\"],\"participant.modal.stop.message\":[\"Weet je zeker dat je het wilt stoppen?\"],\"participant.modal.stop.title\":[\"Gesprek stoppen\"],\"participant.ready.to.begin\":[\"Klaar om te beginnen\"],\"participant.ready.to.begin.button.text\":[\"Klaar om te beginnen\"],\"participant.select.microphone\":[\"Selecteer een microfoon\"],\"participant.selected.microphone\":[\"Geselecteerde microfoon\"],\"participant.settings.modal.title\":[\"Instellingen\"],\"participant.test.microphone.description\":[\"We testen je microfoon om de beste ervaring voor iedereen in de sessie te garanderen.\"],\"pmt7u4\":[\"Werkruimtes\"],\"project.sidebar.chat.delete\":[\"Chat verwijderen\"],\"project.sidebar.chat.empty.description\":[\"Geen chats gevonden. Start een chat met behulp van de \\\"Vraag\\\" knop.\"],\"project.sidebar.chat.end.description\":[\"Einde van de lijst • Alle \",[\"0\"],\" gesprekken geladen\"],\"project.sidebar.chat.rename\":[\"Naam wijzigen\"],\"project.sidebar.chat.title\":[\"Chats\"],\"puQ8+/\":[\"Publiceren bevestigen\"],\"q+pJ6c\":[\"Sommige bestanden werden al geselecteerd en worden niet dubbel toegevoegd.\"],\"q11K6L\":[\"Verwerking van dit gesprek is mislukt. Dit gesprek zal niet beschikbaar zijn voor analyse en chat. Laatste bekende status: \",[\"0\"]],\"qAGp2O\":[\"Doorgaan\"],\"qJb6G2\":[\"Opnieuw proberen\"],\"qVypVJ\":[\"Portal Editor\"],\"qhQjFF\":[\"Laten we controleren of we je kunnen horen\"],\"qxzrcD\":[\"Selecteer het type feedback of betrokkenheid dat u wilt stimuleren.\"],\"r6y+jM\":[\"Waarschuwing\"],\"rG2gDo\":[\"Kopieer transcript\"],\"rH6cQt\":[\"Echo wordt aangedreven door AI. Controleer de Antwoorden nogmaals.\"],\"report.editor.description\":[\"Bewerk de rapport inhoud met de rich text editor hieronder. Je kunt tekst formatteren, links, afbeeldingen en meer toevoegen.\"],\"rm2Cxd\":[\"Tip\"],\"rsGuuK\":[\"Hallo, ik ben vandaag je onderzoeksassistent. Om te beginnen upload je de documenten die je wilt analyseren.\"],\"s+MGs7\":[\"Bronnen\"],\"s4Sz7r\":[\"Neem nog een gesprek op\"],\"sCTlv5\":[\"Niet-opgeslagen wijzigingen\"],\"sFMBP5\":[\"Onderwerpen\"],\"sJa5f4\":[\"inzichten\"],\"sMa/sP\":[\"Inzichtenbibliotheek\"],\"sNnJJH\":[\"Dit is uw projectbibliotheek. Momenteel zijn \",[\"0\"],\" gesprekken in behandeling om te worden verwerkt.\"],\"sOql0x\":[\"Weet je zeker dat je de bibliotheek wilt genereren? Dit kan een tijdje duren en overschrijft je huidige views en insights.\"],\"sVzC0H\":[\"Hertranscriptie\"],\"sd848K\":[\"Dit zijn uw standaard weergave sjablonen. Zodra u uw bibliotheek hebt gemaakt, zullen deze uw eerste twee weergaven zijn.\"],\"snMcrk\":[\"Je lijkt offline te zijn, controleer je internetverbinding\"],\"stk3Hv\":[\"verwerken\"],\"swzLuF\":[\"Deel je stem door het QR-code hieronder te scannen.\"],\"tJL2Lh\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer en transcriptie.\"],\"tM4cbZ\":[\"Genereer gestructureerde vergaderingenotes op basis van de volgende discussiepunten die in de context zijn verstrekt.\"],\"tQtKw5\":[\"We testen je microfoon om de beste ervaring voor iedereen in de sessie te garanderen.\"],\"tSA0hO\":[\"Genereer inzichten uit je gesprekken\"],\"tbeb1Y\":[\"Je kunt de vraagfunctie nog steeds gebruiken om met elk gesprek te chatten\"],\"tfDRzk\":[\"Opslaan\"],\"txCbc+\":[\"Verbergen alles\"],\"tzEbkt\":[\"Wacht \",[\"0\"],\":\",[\"1\"]],\"u+Whi9\":[\"Bedankt pagina inhoud\"],\"u/fl/S\":[\"Alle bestanden zijn succesvol geüpload.\"],\"u0IJto\":[\"Wijzigingen worden automatisch opgeslagen\"],\"u2Hh+Y\":[\"Wachtwoord reset aanvragen | Dembrane\"],\"u3wRF+\":[\"Gepubliceerd\"],\"u5xmYC\":[\"Verbergen alles\"],\"u7yVRn\":[\"Bronnen:\"],\"uAQUqI\":[\"Status\"],\"uDvV8j\":[\" Verzenden\"],\"uK9JLu\":[\"Transformeer deze discussie in handige intelligente informatie. Neem de volgende punten in acht:\\nNeem de strategische implicaties, niet alleen de sprekerpunten\\nStructuur het als een analyse van een denkerleider, niet minuten\\nHighlight besluitpunten die conventionele kennis vervant\\nHoud de signaal-ruisverhouding hoog\\nFocus op inzichten die echt verandering teweeg brengen\\nOrganiseer voor duidelijkheid en toekomstige referentie\\nBalans tactische details met strategische visie\\n\\nOpmerking: Als de discussie geen substantiële besluitpunten of inzichten bevat, flag het voor een diepere exploratie de volgende keer.\"],\"uLZGK+\":[\"Toegang aanvragen\"],\"uRFMMc\":[\"Portal inhoud\"],\"uSvNyU\":[\"Doorzocht de meest relevante bronnen\"],\"uTmEDj\":[\"Actieve Gesprekken\"],\"uY/eGW\":[\"Stel Vraag\"],\"uocCon\":[\"Gewoon een momentje\"],\"v+tyku\":[\"Typ hier een vraag...\"],\"v39wLo\":[\"Hervatten\"],\"v3StFl\":[\"Kopieer samenvatting\"],\"v4fiSg\":[\"Controleer je email\"],\"v8fxDX\":[\"Deelnemer\"],\"vCyT5z\":[\"Je hebt enkele gesprekken die nog niet zijn verwerkt. Regenerate de bibliotheek om ze te verwerken.\"],\"vKH1Ye\":[\"Selecteer je microfoon:\"],\"vT+QoP\":[\"Voer een nieuwe naam in voor de chat:\"],\"vXIe7J\":[\"Taal\"],\"vY2Gfm\":[\"Maak nieuwe view aan\"],\"view.recreate.modal.title\":[\"Bekijk opnieuw\"],\"view.recreate.tooltip\":[\"Bekijk opnieuw\"],\"vq+6l+\":[\"Er is nog geen transcript beschikbaar voor dit gesprek. Controleer later opnieuw.\"],\"vrnnn9\":[\"Bezig met verwerken\"],\"vtUY0q\":[\"Automatisch relevante gesprekken voor analyse zonder handmatige selectie\"],\"vvsDp4\":[\"Deelneming\"],\"w1eody\":[\"Toon audiospeler\"],\"w3/J5c\":[\"Portal met wachtwoord beveiligen (aanvraag functie)\"],\"w3qEvq\":[\"Registreer als nieuwe gebruiker\"],\"w80YWM\":[\"Opname starten\"],\"wH6wcG\":[\"Fout bij het verifiëren van de e-mailstatus. Probeer het opnieuw.\"],\"wMEdO3\":[\"Fout bij het stoppen van de opname bij wijziging van het apparaat. Probeer het opnieuw.\"],\"wUQkGp\":[\"Geweldig! Uw documenten worden nu geüpload. Terwijl de documenten worden verwerkt, kunt u mij vertellen waar deze analyse over gaat?\"],\"wUTBdx\":[\"Verplaats naar een ander project\"],\"wVO5q4\":[\"Basis (Alleen essentiële tutorial slides)\"],\"wX/BfX\":[\"Verbinding gezond\"],\"wYz80B\":[\"Registreer | Dembrane\"],\"wurHZF\":[\"Je reacties\"],\"wwiTff\":[\"Email verificatie\"],\"xF/jsW\":[\"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?\"],\"xFtWcS\":[\"Nog geen documenten geüpload\"],\"xGVfLh\":[\"Doorgaan\"],\"xJMpjP\":[\"Inzichtenbibliotheek | Dembrane\"],\"xMeAeQ\":[\"We hebben u een e-mail gestuurd met de volgende stappen. Als u het niet ziet, checkt u uw spammap.\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"xWEvuo\":[\"Vraag AI\"],\"xcUDac\":[\"Fout bij laden van inzichten\"],\"xeMrqw\":[\"Alle opties resetten\"],\"xeiujy\":[\"Tekst\"],\"xu5cdS\":[\"Weet je zeker dat je het wilt afmaken?\"],\"y1eoq1\":[\"Kopieer link\"],\"y29l+b\":[\"Geen projecten gevonden voor de zoekterm\"],\"y4n1fB\":[\"Deelnemers kunnen trefwoorden selecteren wanneer ze een gesprek starten\"],\"yCtSKg\":[\"Je moet inloggen met dezelfde provider die u gebruikte om u aan te melden. Als u problemen ondervindt, neem dan contact op met de ondersteuning.\"],\"yQE2r9\":[\"Bezig met laden\"],\"yRcEcN\":[\"Voeg zoveel documenten toe als je wilt analyseren\"],\"yTx6Up\":[\"Er zijn nog geen sleuteltermen of eigennamen toegevoegd. Voeg ze toe met behulp van de invoer boven aan om de nauwkeurigheid van het transcript te verbeteren.\"],\"yUQgLY\":[\"Bibliotheek wordt momenteel verwerkt\"],\"yalI52\":[\"Geen quotes beschikbaar. Genereer quotes voor dit gesprek door naar <0><1>de projectbibliotheek.</1></0> te gaan.\"],\"ycR/52\":[\"Dembrane Echo inschakelen\"],\"ygCKqB\":[\"Stop\"],\"yjkELF\":[\"Bevestig nieuw wachtwoord\"],\"yrhNQG\":[\"Toon duur\"],\"yz7wBu\":[\"Sluiten\"],\"yzF66j\":[\"Link\"],\"z05QRC\":[\"Fout bij het bijwerken van het rapport\"],\"z0t9bb\":[\"Inloggen\"],\"z5/5iO\":[\"Specifieke context\"],\"zM3DDm\":[\"Geen gesprekken beschikbaar om bibliotheek te maken. Voeg enkele gesprekken toe om te beginnen.\"],\"zMx0gF\":[\"Meer templates\"],\"zT7nbS\":[\"Het lijkt erop dat het gesprek werd verwijderd terwijl je opnam. We hebben de opname gestopt om problemen te voorkomen. Je kunt een nieuwe opnemen wanneer je wilt.\"],\"zTKMNm\":[\"Gespreksstatus\"],\"zfB1KW\":[\"Inloggen | Dembrane\"],\"zuoIYL\":[\"Spreker\"],\"zwqetg\":[\"Privacy verklaring\"],\"zyA8Hj\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer, transcriptie en analyse. Om de taal van deze toepassing te wijzigen, gebruikt u de taalkiezer in het gebruikersmenu in de header.\"],\"zz/Wd/\":[\"Modus\"],\"zzDlyQ\":[\"Succes\"]}")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\":[\"Je bent niet ingelogd\"],\"You don't have permission to access this.\":[\"Je hebt geen toegang tot deze pagina.\"],\"Resource not found\":[\"Resource niet gevonden\"],\"Server error\":[\"Serverfout\"],\"Something went wrong\":[\"Er is iets fout gegaan\"],\"library.regenerate\":[\"Bibliotheek opnieuw genereren\"],\"library.conversations.processing.status\":[\"Momenteel zijn \",[\"finishedConversationsCount\"],\" gesprekken klaar om geanalyseerd te worden. \",[\"unfinishedConversationsCount\"],\" worden nog verwerkt.\"],\"participant.echo.error.message\":[\"Er ging iets mis. Probeer het alstublieft opnieuw door op de knop <0>ECHO</0> te drukken, of neem contact op met de ondersteuning als het probleem blijft bestaan.\"],\"library.contact.sales\":[\"Neem contact op met sales\"],\"library.not.available\":[\"Bibliotheek niet beschikbaar\"],\"conversation.accordion.skeleton.title\":[\"Gesprekken\"],\"project.sidebar.chat.end.description\":[\"Einde van de lijst • Alle \",[\"0\"],\" gesprekken geladen\"],\"library.generate.duration.message\":[\"Het genereren van een bibliotheek kan tot een uur duren\"],\"uDvV8j\":[\" Verzenden\"],\"aMNEbK\":[\" Afmelden voor meldingen\"],\"2NWk7n\":[\"(voor verbeterde audioverwerking)\"],\"J/hVSQ\":[[\"0\"]],\"HB8dPL\":[[\"0\"],\" \",[\"1\"],\" klaar\"],\"xRdQss\":[[\"0\"],\" Conversation\",[\"1\"],\" • Edited \",[\"2\"]],\"2Th9D6\":[[\"0\"],\" Gesprekken • Bewerkt \",[\"1\"]],\"P1pDS8\":[[\"diffInDays\"],\" dagen geleden\"],\"bT6AxW\":[[\"diffInHours\"],\" uur geleden\"],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Momenteel is \",\"#\",\" gesprek klaar om te worden geanalyseerd.\"],\"other\":[\"Momenteel zijn \",\"#\",\" gesprekken klaar om te worden geanalyseerd.\"]}]],\"fyE7Au\":[[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"TVD5At\":[[\"readingNow\"],\" leest nu\"],\"U7Iesw\":[[\"seconds\"],\" seconden\"],\"library.conversations.still.processing\":[[\"0\"],\" worden nog verwerkt.\"],\"ZpJ0wx\":[\"*Een moment a.u.b.*\"],\"LPXUKX\":[\"<0>Wacht </0>\",[\"0\"],\":\",[\"1\"]],\"LeFXS1\":[\"0 Aspecten\"],\"m16xKo\":[\"Toevoegen\"],\"1m+3Z3\":[\"Voeg extra context toe (Optioneel)\"],\"Se1KZw\":[\"Vink aan wat van toepassing is\"],\"1xDwr8\":[\"Voeg belangrijke woorden of namen toe om de kwaliteit en nauwkeurigheid van het transcript te verbeteren.\"],\"Ralayn\":[\"Trefwoord toevoegen\"],\"IKoyMv\":[\"Trefwoorden toevoegen\"],\"NffMsn\":[\"Voeg toe aan dit gesprek\"],\"Na90E+\":[\"Toegevoegde e-mails\"],\"SJCAsQ\":[\"Context toevoegen:\"],\"TBpbDp\":[\"Geavanceerd (Tips en trucs)\"],\"JiIKww\":[\"Geavanceerde instellingen\"],\"Cmt62w\":[\"Alle gesprekken klaar\"],\"u/fl/S\":[\"Alle bestanden zijn succesvol geüpload.\"],\"baQJ1t\":[\"Alle insights\"],\"3goDnD\":[\"Sta deelnemers toe om met behulp van de link nieuwe gesprekken te starten\"],\"bruUug\":[\"Bijna klaar\"],\"H7cfSV\":[\"Al toegevoegd aan dit gesprek\"],\"jIoHDG\":[\"Een e-mail melding wordt naar \",[\"0\"],\" deelnemer\",[\"1\"],\" verstuurd. Wilt u doorgaan?\"],\"G54oFr\":[\"Een e-mail melding wordt naar \",[\"0\"],\" deelnemer\",[\"1\"],\" verstuurd. Wilt u doorgaan?\"],\"8q/YVi\":[\"Er is een fout opgetreden bij het laden van de Portal. Neem contact op met de ondersteuningsteam.\"],\"XyOToQ\":[\"Er is een fout opgetreden.\"],\"QX6zrA\":[\"Analyse\"],\"F4cOH1\":[\"Analyse taal\"],\"1x2m6d\":[\"Analyseer deze elementen met diepte en nuance. Neem de volgende punten in acht:\\n\\nFocus op verrassende verbindingen en contrasten\\nGa verder dan duidelijke oppervlakte-niveau vergelijkingen\\nIdentificeer verborgen patronen die de meeste analyses missen\\nBlijf analytisch exact terwijl je aantrekkelijk bent\\n\\nOpmerking: Als de vergelijkingen te superficieel zijn, laat het me weten dat we meer complex materiaal nodig hebben om te analyseren.\"],\"Dzr23X\":[\"Meldingen\"],\"azfEQ3\":[\"Anonieme deelnemer\"],\"Q5Z2wp\":[\"Weet je zeker dat je dit gesprek wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"kWiPAC\":[\"Weet je zeker dat je dit project wilt verwijderen?\"],\"B8ymes\":[\"Weet je zeker dat je deze opname wilt verwijderen?\"],\"G2gLnJ\":[\"Weet je zeker dat je dit trefwoord wilt verwijderen?\"],\"aUsm4A\":[\"Weet je zeker dat je dit trefwoord wilt verwijderen? Dit zal het trefwoord verwijderen uit bestaande gesprekken die het bevatten.\"],\"participant.modal.stop.message\":[\"Weet je zeker dat je het wilt stoppen?\"],\"participant.modal.finish.message.text.mode\":[\"Weet je zeker dat je het wilt afmaken?\"],\"xu5cdS\":[\"Weet je zeker dat je het wilt afmaken?\"],\"sOql0x\":[\"Weet je zeker dat je de bibliotheek wilt genereren? Dit kan een tijdje duren en overschrijft je huidige views en insights.\"],\"K1Omdr\":[\"Weet je zeker dat je de bibliotheek wilt genereren? Dit kan een tijdje duren.\"],\"UXCOMn\":[\"Weet je zeker dat je het samenvatting wilt hergenereren? Je verliest de huidige samenvatting.\"],\"F+vBv0\":[\"Stel vraag\"],\"Rjlwvz\":[\"Vraag om naam?\"],\"5gQcdD\":[\"Vraag deelnemers om hun naam te geven wanneer ze een gesprek starten\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspecten\"],\"kskjVK\":[\"Assistent is aan het typen...\"],\"DMBYlw\":[\"Audio verwerking in uitvoering\"],\"D3SDJS\":[\"Audio opname\"],\"mGVg5N\":[\"Audio opnames worden 30 dagen na de opname verwijderd\"],\"IOBCIN\":[\"Audio Tip\"],\"/iCiQU\":[\"Automatisch selecteren\"],\"3D5FPO\":[\"Automatisch selecteren uitgeschakeld\"],\"ajAMbT\":[\"Automatisch selecteren ingeschakeld\"],\"jEqKwR\":[\"Automatisch selecteren bronnen om toe te voegen aan het gesprek\"],\"vtUY0q\":[\"Automatisch relevante gesprekken voor analyse zonder handmatige selectie\"],\"csDS2L\":[\"Beschikbaar\"],\"participant.button.back.microphone\":[\"Terug naar microfoon\"],\"participant.button.back\":[\"Terug\"],\"iH8pgl\":[\"Terug\"],\"/9nVLo\":[\"Terug naar selectie\"],\"wVO5q4\":[\"Basis (Alleen essentiële tutorial slides)\"],\"epXTwc\":[\"Basis instellingen\"],\"GML8s7\":[\"Begin!\"],\"YgG3yv\":[\"Brainstorm ideeën\"],\"ba5GvN\":[\"Door dit project te verwijderen, verwijder je alle gegevens die eraan gerelateerd zijn. Dit kan niet ongedaan worden gemaakt. Weet je zeker dat je dit project wilt verwijderen?\"],\"dEgA5A\":[\"Annuleren\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuleren\"],\"RKD99R\":[\"Kan geen leeg gesprek toevoegen\"],\"JFFJDJ\":[\"Wijzigingen worden automatisch opgeslagen terwijl je de app gebruikt. <0/>Zodra je wijzigingen hebt die nog niet zijn opgeslagen, kun je op elk gedeelte van de pagina klikken om de wijzigingen op te slaan. <1/>Je zult ook een knop zien om de wijzigingen te annuleren.\"],\"u0IJto\":[\"Wijzigingen worden automatisch opgeslagen\"],\"xF/jsW\":[\"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?\"],\"AHZflp\":[\"Chat\"],\"TGJVgd\":[\"Chat | Dembrane\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"8Q+lLG\":[\"Chats\"],\"participant.button.check.microphone.access\":[\"Controleer microfoontoegang\"],\"+e4Yxz\":[\"Controleer microfoontoegang\"],\"v4fiSg\":[\"Controleer je email\"],\"pWT04I\":[\"Controleren...\"],\"0ngaDi\":[\"Citeert de volgende bronnen\"],\"B2pdef\":[\"Klik op \\\"Upload bestanden\\\" wanneer je klaar bent om de upload te starten.\"],\"yz7wBu\":[\"Sluiten\"],\"Wqc3zS\":[\"Vergelijk\"],\"jlZul5\":[\"Vergelijk en contrast de volgende items die in de context zijn verstrekt. \"],\"bD8I7O\":[\"Voltooid\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Doorgaan\"],\"yjkELF\":[\"Bevestig nieuw wachtwoord\"],\"p2/GCq\":[\"Bevestig wachtwoord\"],\"puQ8+/\":[\"Publiceren bevestigen\"],\"JhzMcO\":[\"Verbinding maken met rapportservices...\"],\"wX/BfX\":[\"Verbinding gezond\"],\"WimHuY\":[\"Verbinding ongezond\"],\"DFFB2t\":[\"Neem contact op met sales\"],\"VlCTbs\":[\"Neem contact op met je verkoper om deze functie vandaag te activeren!\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context toegevoegd:\"],\"participant.button.continue\":[\"Doorgaan\"],\"xGVfLh\":[\"Doorgaan\"],\"F1pfAy\":[\"gesprek\"],\"EiHu8M\":[\"Gesprek toegevoegd aan chat\"],\"participant.conversation.ended\":[\"Gesprek beëindigd\"],\"BsHMTb\":[\"Gesprek beëindigd\"],\"26Wuwb\":[\"Gesprek wordt verwerkt\"],\"OtdHFE\":[\"Gesprek verwijderd uit chat\"],\"zTKMNm\":[\"Gespreksstatus\"],\"Rdt7Iv\":[\"Gespreksstatusdetails\"],\"a7zH70\":[\"gesprekken\"],\"EnJuK0\":[\"Gesprekken\"],\"TQ8ecW\":[\"Gesprekken van QR Code\"],\"nmB3V3\":[\"Gesprekken van upload\"],\"6V3Ea3\":[\"Gekopieerd\"],\"he3ygx\":[\"Kopieer\"],\"y1eoq1\":[\"Kopieer link\"],\"Dj+aS5\":[\"Kopieer link om dit rapport te delen\"],\"v3StFl\":[\"Kopieer samenvatting\"],\"rG2gDo\":[\"Kopieer transcript\"],\"hYgDIe\":[\"Maak\"],\"CSQPC0\":[\"Maak een account aan\"],\"library.create\":[\"Maak bibliotheek aan\"],\"O671Oh\":[\"Maak bibliotheek aan\"],\"library.create.view.modal.title\":[\"Maak nieuwe view aan\"],\"vY2Gfm\":[\"Maak nieuwe view aan\"],\"bsfMt3\":[\"Maak rapport\"],\"library.create.view\":[\"Maak view aan\"],\"3D0MXY\":[\"Maak view aan\"],\"45O6zJ\":[\"Gemaakt op\"],\"8Tg/JR\":[\"Aangepast\"],\"o1nIYK\":[\"Aangepaste bestandsnaam\"],\"ZQKLI1\":[\"Gevarenzone\"],\"project.sidebar.chat.delete\":[\"Chat verwijderen\"],\"cnGeoo\":[\"Verwijder\"],\"2DzmAq\":[\"Verwijder gesprek\"],\"++iDlT\":[\"Verwijder project\"],\"+m7PfT\":[\"Verwijderd succesvol\"],\"p9tvm2\":[\"Dembrane Echo\"],\"90wFaY\":[\"Dembrane ECHO\"],\"67znul\":[\"Dembrane Reactie\"],\"Nu4oKW\":[\"Beschrijving\"],\"NMz7xK\":[\"Ontwikkel een strategisch framework dat betekenisvolle resultaten oplevert. Voor:\\n\\nIdentificeer de kernobjectieven en hun interafhankelijkheden\\nPlan implementatiepaden met realistische tijdslijnen\\nVoorzien in potentiële obstakels en mitigatiestrategieën\\nDefinieer duidelijke metrieken voor succes buiten vanity-indicatoren\\nHervat de behoefte aan middelen en prioriteiten voor toewijzing\\nStructuur het plan voor zowel onmiddellijke actie als langetermijnvisie\\nInclusief besluitvormingsgate en pivotpunten\\n\\nLet op: Focus op strategieën die duurzame competitieve voordelen creëren, niet alleen incrementele verbeteringen.\"],\"LnL5p2\":[\"Wil je bijdragen aan dit project?\"],\"JeOjN4\":[\"Wil je op de hoogte blijven?\"],\"TvY/XA\":[\"Documentatie\"],\"mzI/c+\":[\"Downloaden\"],\"5154Ap\":[\"Download alle transcripten\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Audio downloaden\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download transcript opties\"],\"hUO5BY\":[\"Sleep audio bestanden hierheen of klik om bestanden te selecteren\"],\"KIjvtr\":[\"Nederlands\"],\"participant.button.echo\":[\"Echo\"],\"participant.button.is.recording.echo\":[\"ECHO\"],\"HA9VXi\":[\"ECHO\"],\"rH6cQt\":[\"Echo wordt aangedreven door AI. Controleer de Antwoorden nogmaals.\"],\"o6tfKZ\":[\"ECHO wordt aangedreven door AI. Controleer de Antwoorden nogmaals.\"],\"/IJH/2\":[\"ECHO!\"],\"9WkyHF\":[\"Gesprek bewerken\"],\"/8fAkm\":[\"Bestandsnaam bewerken\"],\"G2KpGE\":[\"Project bewerken\"],\"DdevVt\":[\"Rapport inhoud bewerken\"],\"0YvCPC\":[\"Bron bewerken\"],\"report.editor.description\":[\"Bewerk de rapport inhoud met de rich text editor hieronder. Je kunt tekst formatteren, links, afbeeldingen en meer toevoegen.\"],\"F6H6Lg\":[\"Bewerkmode\"],\"O3oNi5\":[\"Email\"],\"wwiTff\":[\"Email verificatie\"],\"Ih5qq/\":[\"Email verificatie | Dembrane\"],\"iF3AC2\":[\"Email is succesvol geverifieerd. Je wordt doorgestuurd naar de inlogpagina in 5 seconden. Als je niet doorgestuurd wordt, klik dan <0>hier</0>.\"],\"g2N9MJ\":[\"email@werk.com\"],\"N2S1rs\":[\"Leeg\"],\"ycR/52\":[\"Dembrane Echo inschakelen\"],\"mKGCnZ\":[\"Dembrane ECHO inschakelen\"],\"Dh2kHP\":[\"Dembrane Reactie inschakelen\"],\"G3dSLc\":[\"Rapportmeldingen inschakelen\"],\"Idlt6y\":[\"Schakel deze functie in zodat deelnemers meldingen kunnen ontvangen wanneer een rapport wordt gepubliceerd of bijgewerkt. Deelnemers kunnen hun e-mailadres invoeren om zich te abonneren op updates.\"],\"g2qGhy\":[\"Schakel deze functie in zodat deelnemers AI-suggesties kunnen opvragen tijdens het gesprek. Deelnemers kunnen na het vastleggen van hun gedachten op \\\"ECHO\\\" klikken voor contextuele feedback, wat diepere reflectie en betrokkenheid stimuleert. Tussen elke aanvraag zit een korte pauze.\"],\"pB03mG\":[\"Schakel deze functie in zodat deelnemers AI-suggesties kunnen opvragen tijdens het gesprek. Deelnemers kunnen na het vastleggen van hun gedachten op \\\"ECHO\\\" klikken voor contextuele feedback, wat diepere reflectie en betrokkenheid stimuleert. Tussen elke aanvraag zit een korte pauze.\"],\"dWv3hs\":[\"Schakel deze functie in zodat deelnemers AI-suggesties kunnen opvragen tijdens het gesprek. Deelnemers kunnen na het vastleggen van hun gedachten op \\\"ECHO\\\" klikken voor contextuele feedback, wat diepere reflectie en betrokkenheid stimuleert. Tussen elke aanvraag zit een korte pauze.\"],\"RxzN1M\":[\"Ingeschakeld\"],\"IxzwiB\":[\"Einde van de lijst • Alle \",[\"0\"],\" gesprekken geladen\"],\"lYGfRP\":[\"Engels\"],\"GboWYL\":[\"Voer een sleutelterm of eigennamen in\"],\"TSHJTb\":[\"Voer een naam in voor het nieuwe gesprek\"],\"2FPsPl\":[\"Voer bestandsnaam (zonder extensie) in\"],\"vT+QoP\":[\"Voer een nieuwe naam in voor de chat:\"],\"nAEwOZ\":[\"Voer uw toegangscode in\"],\"42tLXR\":[\"Voer uw query in\"],\"SlfejT\":[\"Error\"],\"AEkJ6x\":[\"Fout bij het maken van het rapport\"],\"S2MVUN\":[\"Fout bij laden van meldingen\"],\"xcUDac\":[\"Fout bij laden van inzichten\"],\"edh3aY\":[\"Fout bij laden van project\"],\"3Uoj83\":[\"Fout bij laden van quotes\"],\"z05QRC\":[\"Fout bij het bijwerken van het rapport\"],\"hmk+3M\":[\"Fout bij het uploaden van \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"participant.alert.microphone.access.success\":[\"Alles lijkt goed – je kunt doorgaan.\"],\"/PykH1\":[\"Alles lijkt goed – je kunt doorgaan.\"],\"AAC/NE\":[\"Voorbeeld: Dit gesprek gaat over [onderwerp]. Belangrijke termen zijn [term1], [term2]. Let speciaal op [specifieke aspect].\"],\"Rsjgm0\":[\"Experimenteel\"],\"GS+Mus\":[\"Exporteer\"],\"7Bj3x9\":[\"Mislukt\"],\"bh2Vob\":[\"Fout bij het toevoegen van het gesprek aan de chat\"],\"ajvYcJ\":[\"Fout bij het toevoegen van het gesprek aan de chat\",[\"0\"]],\"BVzTya\":[\"Fout bij het verwijderen van de reactie\"],\"p+a077\":[\"Fout bij het uitschakelen van het automatisch selecteren voor deze chat\"],\"iS9Cfc\":[\"Fout bij het inschakelen van het automatisch selecteren voor deze chat\"],\"Gu9mXj\":[\"Fout bij het voltooien van het gesprek. Probeer het opnieuw.\"],\"DKxr+e\":[\"Fout bij het ophalen van meldingen\"],\"TSt/Iq\":[\"Fout bij het ophalen van de laatste melding\"],\"D4Bwkb\":[\"Fout bij het ophalen van het aantal ongelezen meldingen\"],\"T7KYJY\":[\"Fout bij het markeren van alle meldingen als gelezen\"],\"eGHX/x\":[\"Fout bij het markeren van de melding als gelezen\"],\"SVtMXb\":[\"Fout bij het hergenereren van de samenvatting. Probeer het opnieuw later.\"],\"kE1PiG\":[\"Fout bij het verwijderen van het gesprek uit de chat\"],\"+piK6h\":[\"Fout bij het verwijderen van het gesprek uit de chat\",[\"0\"]],\"SmP70M\":[\"Fout bij het hertranscriptie van het gesprek. Probeer het opnieuw.\"],\"wMEdO3\":[\"Fout bij het stoppen van de opname bij wijziging van het apparaat. Probeer het opnieuw.\"],\"wH6wcG\":[\"Fout bij het verifiëren van de e-mailstatus. Probeer het opnieuw.\"],\"87gcCP\":[\"Bestand \\\"\",[\"0\"],\"\\\" overschrijdt de maximale grootte van \",[\"1\"],\".\"],\"ena+qV\":[\"Bestand \\\"\",[\"0\"],\"\\\" heeft een ongeldig formaat. Alleen audio bestanden zijn toegestaan.\"],\"LkIAge\":[\"Bestand \\\"\",[\"0\"],\"\\\" is geen ondersteund audioformaat. Alleen audio bestanden zijn toegestaan.\"],\"RW2aSn\":[\"Bestand \\\"\",[\"0\"],\"\\\" is te klein (\",[\"1\"],\"). Minimum grootte is \",[\"2\"],\".\"],\"+aBwxq\":[\"Bestandsgrootte: Min \",[\"0\"],\", Max \",[\"1\"],\", maximaal \",[\"MAX_FILES\"],\" bestanden\"],\"o7J4JM\":[\"Filteren\"],\"participant.button.finish\":[\"Voltooien\"],\"participant.button.finish.text.mode\":[\"Voltooien\"],\"JmZ/+d\":[\"Voltooien\"],\"participant.modal.stop.title\":[\"Gesprek stoppen\"],\"participant.modal.finish.title.text.mode\":[\"Gesprek afmaken\"],\"4dQFvz\":[\"Voltooid\"],\"kODvZJ\":[\"Voornaam\"],\"glx6on\":[\"Wachtwoord vergeten?\"],\"nLC6tu\":[\"Frans\"],\"tSA0hO\":[\"Genereer inzichten uit je gesprekken\"],\"tM4cbZ\":[\"Genereer gestructureerde vergaderingenotes op basis van de volgende discussiepunten die in de context zijn verstrekt.\"],\"gitFA/\":[\"Samenvatting genereren\"],\"DDcvSo\":[\"Duits\"],\"TAXdgS\":[\"Geef me een lijst van 5-10 onderwerpen die worden besproken.\"],\"iWpEwy\":[\"Ga naar home\"],\"5gqNQl\":[\"Rasterweergave\"],\"ng2Unt\":[\"Hallo, \",[\"0\"]],\"LqWHk1\":[\"Verbergen \",[\"0\"],\"\\t\"],\"u5xmYC\":[\"Verbergen alles\"],\"txCbc+\":[\"Verbergen alles\"],\"0lRdEo\":[\"Verbergen gesprekken zonder inhoud\"],\"i0qMbr\":[\"Home\"],\"LSCWlh\":[\"Hoe zou je een collega uitleggen wat je probeert te bereiken met dit project?\\n* Wat is het doel of belangrijkste maatstaf\\n* Hoe ziet succes eruit\"],\"WsoNdK\":[\"Identificeer en analyseer de herhalende thema's in deze inhoud. Gelieve:\\n\"],\"KbXMDK\":[\"Identificeer herhalende thema's, onderwerpen en argumenten die consistent in gesprekken voorkomen. Analyseer hun frequentie, intensiteit en consistentie. Verwachte uitvoer: 3-7 aspecten voor kleine datasets, 5-12 voor middelgrote datasets, 8-15 voor grote datasets. Verwerkingsrichtlijn: Focus op verschillende patronen die in meerdere gesprekken voorkomen.\"],\"QJUjB0\":[\"Om beter door de quotes te navigeren, maak aanvullende views aan. De quotes worden dan op basis van uw view geclusterd.\"],\"IJUcvx\":[\"In de tussentijd, als je de gesprekken die nog worden verwerkt wilt analyseren, kun je de Chat-functie gebruiken\"],\"aOhF9L\":[\"Link naar portal in rapport opnemen\"],\"Dvf4+M\":[\"Inclusief tijdstempels\"],\"CE+M2e\":[\"Info\"],\"sMa/sP\":[\"Inzichtenbibliotheek\"],\"ZVY8fB\":[\"Inzicht niet gevonden\"],\"sJa5f4\":[\"inzichten\"],\"3hJypY\":[\"Inzichten\"],\"crUYYp\":[\"Ongeldige code. Vraag een nieuwe aan.\"],\"jLr8VJ\":[\"Ongeldige inloggegevens.\"],\"aZ3JOU\":[\"Ongeldig token. Probeer het opnieuw.\"],\"participant.conversation.error.deleted\":[\"Het gesprek is verwijderd terwijl je opnam. We hebben de opname gestopt om problemen te voorkomen. Je kunt een nieuwe opnemen wanneer je wilt.\"],\"zT7nbS\":[\"Het lijkt erop dat het gesprek werd verwijderd terwijl je opnam. We hebben de opname gestopt om problemen te voorkomen. Je kunt een nieuwe opnemen wanneer je wilt.\"],\"library.not.available.message\":[\"Het lijkt erop dat de bibliotheek niet beschikbaar is voor uw account. Vraag om toegang om deze functionaliteit te ontgrendelen.\"],\"MbKzYA\":[\"Het lijkt erop dat meer dan één persoon spreekt. Het afwisselen zal ons helpen iedereen duidelijk te horen.\"],\"clXffu\":[\"Aansluiten \",[\"0\"],\" op Dembrane\"],\"uocCon\":[\"Gewoon een momentje\"],\"OSBXx5\":[\"Net zojuist\"],\"vXIe7J\":[\"Taal\"],\"UXBCwc\":[\"Achternaam\"],\"0K/D0Q\":[\"Laatst opgeslagen \",[\"0\"]],\"K7P0jz\":[\"Laatst bijgewerkt\"],\"PIhnIP\":[\"Laten we weten!\"],\"qhQjFF\":[\"Laten we controleren of we je kunnen horen\"],\"exYcTF\":[\"Bibliotheek\"],\"library.title\":[\"Bibliotheek\"],\"T50lwc\":[\"Bibliotheek wordt aangemaakt\"],\"yUQgLY\":[\"Bibliotheek wordt momenteel verwerkt\"],\"yzF66j\":[\"Link\"],\"3gvJj+\":[\"LinkedIn Post (Experimenteel)\"],\"dF6vP6\":[\"Live\"],\"participant.live.audio.level\":[\"Live audio niveau:\"],\"TkFXaN\":[\"Live audio level:\"],\"n9yU9X\":[\"Live Voorbeeld\"],\"yQE2r9\":[\"Bezig met laden\"],\"FUK4WT\":[\"Microfoons laden...\"],\"+yD+Wu\":[\"bezig met laden...\"],\"Z3FXyt\":[\"Bezig met laden...\"],\"z0t9bb\":[\"Inloggen\"],\"zfB1KW\":[\"Inloggen | Dembrane\"],\"Wd2LTk\":[\"Inloggen als bestaande gebruiker\"],\"nOhz3x\":[\"Uitloggen\"],\"jWXlkr\":[\"Langste eerst\"],\"JSxZVX\":[\"Alle als gelezen markeren\"],\"+s1J8k\":[\"Als gelezen markeren\"],\"VxyuRJ\":[\"Vergadernotities\"],\"08d+3x\":[\"Berichten van \",[\"0\"],\" - \",[\"1\"],\"%\"],\"B+1PXy\":[\"Toegang tot de microfoon wordt nog steeds geweigerd. Controleer uw instellingen en probeer het opnieuw.\"],\"lWkKSO\":[\"min\"],\"zz/Wd/\":[\"Modus\"],\"zMx0gF\":[\"Meer templates\"],\"QWdKwH\":[\"Verplaatsen\"],\"CyKTz9\":[\"Verplaats gesprek\"],\"wUTBdx\":[\"Verplaats naar een ander project\"],\"Ksvwy+\":[\"Verplaats naar project\"],\"6YtxFj\":[\"Naam\"],\"e3/ja4\":[\"Naam A-Z\"],\"c5Xt89\":[\"Naam Z-A\"],\"isRobC\":[\"Nieuw\"],\"Wmq4bZ\":[\"Nieuwe Gesprek Naam\"],\"library.new.conversations\":[\"Er zijn nieuwe gesprekken toegevoegd sinds de bibliotheek is gegenereerd. Genereer de bibliotheek opnieuw om ze te verwerken.\"],\"P/+jkp\":[\"Er zijn nieuwe gesprekken toegevoegd sinds de bibliotheek is gegenereerd. Genereer de bibliotheek opnieuw om ze te verwerken.\"],\"7vhWI8\":[\"Nieuw wachtwoord\"],\"+VXUp8\":[\"Nieuw project\"],\"+RfVvh\":[\"Nieuwste eerst\"],\"participant.button.next\":[\"Volgende\"],\"participant.ready.to.begin.button.text\":[\"Klaar om te beginnen\"],\"hXzOVo\":[\"Volgende\"],\"participant.button.stop.no\":[\"Nee\"],\"participant.button.finish.no.text.mode\":[\"Nee\"],\"WsI5bo\":[\"Geen meldingen beschikbaar\"],\"project.sidebar.chat.empty.description\":[\"Geen chats gevonden. Start een chat met behulp van de \\\"Vraag\\\" knop.\"],\"YM6Wft\":[\"Geen chats gevonden. Start een chat met behulp van de \\\"Vraag\\\" knop.\"],\"1pZsdx\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"library.no.conversations\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"zM3DDm\":[\"Geen gesprekken beschikbaar om bibliotheek te maken. Voeg enkele gesprekken toe om te beginnen.\"],\"EtMtH/\":[\"Geen gesprekken gevonden.\"],\"BuikQT\":[\"Geen gesprekken gevonden. Start een gesprek met behulp van de deelname-uitnodigingslink uit het <0><1>projectoverzicht.</1></0>\"],\"meAa31\":[\"Nog geen gesprekken\"],\"VInleh\":[\"Geen inzichten beschikbaar. Genereer inzichten voor dit gesprek door naar <0><1>de projectbibliotheek.</1></0> te gaan.\"],\"yTx6Up\":[\"Er zijn nog geen sleuteltermen of eigennamen toegevoegd. Voeg ze toe met behulp van de invoer boven aan om de nauwkeurigheid van het transcript te verbeteren.\"],\"T3TyGx\":[\"Geen projecten gevonden \",[\"0\"]],\"y29l+b\":[\"Geen projecten gevonden voor de zoekterm\"],\"ghhtgM\":[\"Geen quotes beschikbaar. Genereer quotes voor dit gesprek door naar\"],\"yalI52\":[\"Geen quotes beschikbaar. Genereer quotes voor dit gesprek door naar <0><1>de projectbibliotheek.</1></0> te gaan.\"],\"ctlSnm\":[\"Geen rapport gevonden\"],\"EhV94J\":[\"Geen bronnen gevonden.\"],\"WRRjA9\":[\"Geen trefwoorden gevonden\"],\"LcBe0w\":[\"Er zijn nog geen trefwoorden toegevoegd aan dit project. Voeg een trefwoord toe met behulp van de tekstinvoer boven aan om te beginnen.\"],\"bhqKwO\":[\"Geen transcript beschikbaar\"],\"TmTivZ\":[\"Er is geen transcript beschikbaar voor dit gesprek.\"],\"vq+6l+\":[\"Er is nog geen transcript beschikbaar voor dit gesprek. Controleer later opnieuw.\"],\"MPZkyF\":[\"Er zijn geen transcripten geselecteerd voor dit gesprek\"],\"AotzsU\":[\"Geen tutorial (alleen Privacyverklaring)\"],\"OdkUBk\":[\"Er zijn geen geldige audiobestanden geselecteerd. Selecteer alleen audiobestanden (MP3, WAV, OGG, etc).\"],\"OJx3wK\":[\"Niet beschikbaar\"],\"9+6THi\":[\"Oudste eerst\"],\"conversation.ongoing\":[\"Actief\"],\"J6n7sl\":[\"Actief\"],\"uTmEDj\":[\"Actieve Gesprekken\"],\"QvvnWK\":[\"Alleen de \",[\"0\"],\" voltooide \",[\"1\"],\" worden nu in het rapport opgenomen. \"],\"participant.alert.microphone.access.failure\":[\"Het lijkt erop dat toegang tot de microfoon geweigerd is. Geen zorgen, we hebben een handige probleemoplossingsgids voor je. Voel je vrij om deze te bekijken. Zodra je het probleem hebt opgelost, kom dan terug naar deze pagina om te controleren of je microfoon klaar is voor gebruik.\"],\"J17dTs\":[\"Oeps! Het lijkt erop dat toegang tot de microfoon geweigerd is. Geen zorgen, we hebben een handige probleemoplossingsgids voor je. Voel je vrij om deze te bekijken. Zodra je het probleem hebt opgelost, kom dan terug naar deze pagina om te controleren of je microfoon klaar is voor gebruik.\"],\"1TNIig\":[\"Openen\"],\"NRLF9V\":[\"Open documentatie\"],\"2CyWv2\":[\"Open voor deelname?\"],\"participant.button.open.troubleshooting.guide\":[\"Open de probleemoplossingsgids\"],\"7yrRHk\":[\"Open de probleemoplossingsgids\"],\"0zpgxV\":[\"Opties\"],\"6/dCYd\":[\"Overzicht\"],\"6WdDG7\":[\"Pagina\"],\"Wu++6g\":[\"Pagina inhoud\"],\"8F1i42\":[\"Pagina niet gevonden\"],\"6+Py7/\":[\"Pagina titel\"],\"v8fxDX\":[\"Deelnemer\"],\"y4n1fB\":[\"Deelnemers kunnen trefwoorden selecteren wanneer ze een gesprek starten\"],\"8ZsakT\":[\"Wachtwoord\"],\"w3/J5c\":[\"Portal met wachtwoord beveiligen (aanvraag functie)\"],\"lpIMne\":[\"Wachtwoorden komen niet overeen\"],\"participant.button.pause\":[\"Pauze\"],\"IgrLD/\":[\"Pauze\"],\"UbRKMZ\":[\"In afwachting\"],\"participant.alert.microphone.access\":[\"Schakel microfoontoegang in om de test te starten.\"],\"3flRk2\":[\"Schakel microfoontoegang in om de test te starten.\"],\"SQSc5o\":[\"Controleer later of contacteer de eigenaar van het project voor meer informatie.\"],\"T8REcf\":[\"Controleer uw invoer voor fouten.\"],\"S6iyis\":[\"Sluit uw browser alstublieft niet\"],\"n6oAnk\":[\"Schakel deelneming in om delen mogelijk te maken\"],\"fwrPh4\":[\"Voer een geldig e-mailadres in.\"],\"D90h1s\":[\"Log in om door te gaan.\"],\"mUGRqu\":[\"Geef een korte samenvatting van het volgende dat in de context is verstrekt.\"],\"lk8BDB\":[\"Neem uw antwoord op door op de knop \\\"Opnemen\\\" hieronder te klikken. U kunt er ook voor kiezen om in tekst te reageren door op het teksticoon te klikken.\"],\"TsuUyf\":[\"Neem uw antwoord op door op de knop \\\"Opname starten\\\" hieronder te klikken. U kunt er ook voor kiezen om in tekst te reageren door op het teksticoon te klikken.\"],\"4TVnP7\":[\"Kies een taal voor je rapport\"],\"N63lmJ\":[\"Kies een taal voor je bijgewerkte rapport\"],\"XvD4FK\":[\"Kies minstens één bron\"],\"GXZvZ7\":[\"Wacht \",[\"timeStr\"],\" voordat u een ander echo aanvraagt.\"],\"Am5V3+\":[\"Wacht \",[\"timeStr\"],\" voordat u een andere Echo aanvraagt.\"],\"CE1Qet\":[\"Wacht \",[\"timeStr\"],\" voordat u een andere ECHO aanvraagt.\"],\"Fx1kHS\":[\"Wacht \",[\"timeStr\"],\" voordat u een ander antwoord aanvraagt.\"],\"MgJuP2\":[\"Wacht aub terwijl we je rapport genereren. Je wordt automatisch doorgestuurd naar de rapportpagina.\"],\"library.processing.request\":[\"Bibliotheek wordt verwerkt\"],\"04DMtb\":[\"Wacht aub terwijl we uw hertranscriptieaanvraag verwerken. U wordt automatisch doorgestuurd naar het nieuwe gesprek wanneer klaar.\"],\"ei5r44\":[\"Wacht aub terwijl we je rapport bijwerken. Je wordt automatisch doorgestuurd naar de rapportpagina.\"],\"j5KznP\":[\"Wacht aub terwijl we uw e-mailadres verifiëren.\"],\"uRFMMc\":[\"Portal inhoud\"],\"qVypVJ\":[\"Portal Editor\"],\"g2UNkE\":[\"Gemaakt met ❤️ door\"],\"/SM3Ws\":[\"Uw ervaring voorbereiden\"],\"ANWB5x\":[\"Dit rapport afdrukken\"],\"zwqetg\":[\"Privacy verklaring\"],\"qAGp2O\":[\"Doorgaan\"],\"stk3Hv\":[\"verwerken\"],\"vrnnn9\":[\"Bezig met verwerken\"],\"kvs/6G\":[\"Verwerking van dit gesprek is mislukt. Dit gesprek zal niet beschikbaar zijn voor analyse en chat.\"],\"q11K6L\":[\"Verwerking van dit gesprek is mislukt. Dit gesprek zal niet beschikbaar zijn voor analyse en chat. Laatste bekende status: \",[\"0\"]],\"NQiPr4\":[\"Transcript wordt verwerkt\"],\"48px15\":[\"Rapport wordt verwerkt...\"],\"gzGDMM\":[\"Hertranscriptieaanvraag wordt verwerkt...\"],\"Hie0VV\":[\"Project aangemaakt\"],\"xJMpjP\":[\"Inzichtenbibliotheek | Dembrane\"],\"6Z2q2Y\":[\"Projectnaam moet minstens 4 tekens lang zijn\"],\"hjaZqm\":[\"Project Overzicht\"],\"Jbf9pq\":[\"Project Overzicht | Dembrane\"],\"O1x7Ay\":[\"Project Overzicht en Bewerken\"],\"Wsk5pi\":[\"Project Instellingen\"],\"+0B+ue\":[\"Projecten\"],\"Eb7xM7\":[\"Projecten | Dembrane\"],\"JQVviE\":[\"Projecten Home\"],\"nyEOdh\":[\"Geef een overzicht van de belangrijkste onderwerpen en herhalende thema's\"],\"6oqr95\":[\"Geef specifieke context om de kwaliteit en nauwkeurigheid van de transcriptie te verbeteren. Dit kan bestaan uit belangrijke termen, specifieke instructies of andere relevante informatie.\"],\"EEYbdt\":[\"Publiceren\"],\"u3wRF+\":[\"Gepubliceerd\"],\"eWLklq\":[\"Quotes\"],\"participant.ready.to.begin\":[\"Klaar om te beginnen\"],\"ZKOO0I\":[\"Klaar om te beginnen?\"],\"participant.button.record\":[\"Opname starten\"],\"w80YWM\":[\"Opname starten\"],\"s4Sz7r\":[\"Neem nog een gesprek op\"],\"view.recreate.tooltip\":[\"Bekijk opnieuw\"],\"view.recreate.modal.title\":[\"Bekijk opnieuw\"],\"CqnkB0\":[\"Terugkerende thema's\"],\"9aloPG\":[\"Referenties\"],\"lCF0wC\":[\"Vernieuwen\"],\"844H5I\":[\"Bibliotheek opnieuw genereren\"],\"bluvj0\":[\"Samenvatting opnieuw genereren\"],\"wYz80B\":[\"Registreer | Dembrane\"],\"w3qEvq\":[\"Registreer als nieuwe gebruiker\"],\"7dZnmw\":[\"Relevantie\"],\"participant.button.reload\":[\"Pagina herladen\"],\"participant.button.reload.page.text.mode\":[\"Pagina herladen\"],\"hTDMBB\":[\"Pagina herladen\"],\"Kl7//J\":[\"E-mail verwijderen\"],\"cILfnJ\":[\"Bestand verwijderen\"],\"CJgPtd\":[\"Verwijder van dit gesprek\"],\"project.sidebar.chat.rename\":[\"Naam wijzigen\"],\"2wxgft\":[\"Naam wijzigen\"],\"XyN13i\":[\"Reactie prompt\"],\"gjpdaf\":[\"Rapport\"],\"Q3LOVJ\":[\"Rapporteer een probleem\"],\"DUmD+q\":[\"Rapport aangemaakt - \",[\"0\"]],\"KFQLa2\":[\"Rapport generatie is momenteel in beta en beperkt tot projecten met minder dan 10 uur opname.\"],\"hIQOLx\":[\"Rapportmeldingen\"],\"lNo4U2\":[\"Rapport bijgewerkt - \",[\"0\"]],\"library.request.access\":[\"Toegang aanvragen\"],\"uLZGK+\":[\"Toegang aanvragen\"],\"dglEEO\":[\"Wachtwoord reset aanvragen\"],\"u2Hh+Y\":[\"Wachtwoord reset aanvragen | Dembrane\"],\"participant.alert.microphone.access.loading\":[\"Microfoontoegang aanvragen om beschikbare apparaten te detecteren...\"],\"MepchF\":[\"Microfoontoegang aanvragen om beschikbare apparaten te detecteren...\"],\"xeMrqw\":[\"Alle opties resetten\"],\"KbS2K9\":[\"Wachtwoord resetten\"],\"UMMxwo\":[\"Wachtwoord resetten | Dembrane\"],\"s+MGs7\":[\"Bronnen\"],\"participant.button.resume\":[\"Hervatten\"],\"v39wLo\":[\"Hervatten\"],\"sVzC0H\":[\"Hertranscriptie\"],\"ehyRtB\":[\"Hertranscriptie gesprek\"],\"1JHQpP\":[\"Hertranscriptie gesprek\"],\"MXwASV\":[\"Hertranscriptie gestart. Nieuw gesprek wordt binnenkort beschikbaar.\"],\"6gRgw8\":[\"Opnieuw proberen\"],\"H1Pyjd\":[\"Opnieuw uploaden\"],\"UZVWVb\":[\"Bestanden bekijken voordat u uploadt\"],\"tfDRzk\":[\"Opslaan\"],\"2VA/7X\":[\"Opslaan fout!\"],\"XvjC4F\":[\"Opslaan...\"],\"oOi11l\":[\"Scroll naar beneden\"],\"A1taO8\":[\"Zoeken\"],\"OWm+8o\":[\"Zoek gesprekken\"],\"blFttG\":[\"Zoek projecten\"],\"I0hU01\":[\"Zoek projecten\"],\"RVZJWQ\":[\"Zoek projecten...\"],\"pECIKL\":[\"Zoek templates...\"],\"uSvNyU\":[\"Doorzocht de meest relevante bronnen\"],\"Wj2qJm\":[\"Zoeken door de meest relevante bronnen\"],\"Eyh9/O\":[\"Gespreksstatusdetails bekijken\"],\"1ZTiaz\":[\"Segmenten\"],\"H/diq7\":[\"Selecteer een microfoon\"],\"NK2YNj\":[\"Selecteer audiobestanden om te uploaden\"],\"n4rh8x\":[\"Selecteer Project\"],\"ekUnNJ\":[\"Selecteer tags\"],\"CG1cTZ\":[\"Selecteer de instructies die worden getoond aan deelnemers wanneer ze een gesprek starten\"],\"qxzrcD\":[\"Selecteer het type feedback of betrokkenheid dat u wilt stimuleren.\"],\"QdpRMY\":[\"Selecteer tutorial\"],\"participant.select.microphone\":[\"Selecteer een microfoon\"],\"vKH1Ye\":[\"Selecteer je microfoon:\"],\"gU5H9I\":[\"Geselecteerde bestanden (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Geselecteerde microfoon\"],\"JlFcis\":[\"Verzenden\"],\"VTmyvi\":[\"Gevoel\"],\"NprC8U\":[\"Sessienaam\"],\"DMl1JW\":[\"Installeer je eerste project\"],\"participant.settings.modal.title\":[\"Instellingen\"],\"Tz0i8g\":[\"Instellingen\"],\"Z8lGw6\":[\"Delen\"],\"/XNQag\":[\"Dit rapport delen\"],\"oX3zgA\":[\"Deel je gegevens hier\"],\"Dc7GM4\":[\"Deel je stem\"],\"swzLuF\":[\"Deel je stem door het QR-code hieronder te scannen.\"],\"+tz9Ky\":[\"Kortste eerst\"],\"h8lzfw\":[\"Toon \",[\"0\"]],\"lZw9AX\":[\"Toon alles\"],\"w1eody\":[\"Toon audiospeler\"],\"yrhNQG\":[\"Toon duur\"],\"6lGV3K\":[\"Minder tonen\"],\"fMPkxb\":[\"Meer tonen\"],\"3bGwZS\":[\"Toon referenties\"],\"3Sg56r\":[\"Toon tijdlijn in rapport (aanvraag functie)\"],\"dbWo0h\":[\"Inloggen met Google\"],\"participant.mic.check.button.skip\":[\"Overslaan\"],\"6Uau97\":[\"Overslaan\"],\"4Q9po3\":[\"Sommige gesprekken worden nog verwerkt. Automatische selectie zal optimaal werken zodra de audioverwerking is voltooid.\"],\"q+pJ6c\":[\"Sommige bestanden werden al geselecteerd en worden niet dubbel toegevoegd.\"],\"participant.conversation.error\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"participant.conversation.error.text.mode\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"nwtY4N\":[\"Er ging iets mis\"],\"JOKTb4\":[\"Er ging iets mis tijdens het uploaden van het bestand: \",[\"0\"]],\"KeOwCj\":[\"Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"participant.echo.generic.error.message\":[\"Er is iets misgegaan. Probeer het alstublieft opnieuw.\"],\"fWsBTs\":[\"Er is iets misgegaan. Probeer het alstublieft opnieuw.\"],\"participant.echo.content.policy.violation.error.message\":[\"We kunnen deze aanvraag niet verwerken vanwege de inhoudsbeleid van de LLM-provider.\"],\"f6Hub0\":[\"Sorteer\"],\"/AhHDE\":[\"Bron \",[\"0\"]],\"u7yVRn\":[\"Bronnen:\"],\"65A04M\":[\"Spaans\"],\"zuoIYL\":[\"Spreker\"],\"z5/5iO\":[\"Specifieke context\"],\"participant.button.start.new.conversation\":[\"Nieuw gesprek starten\"],\"participant.button.start.new.conversation.text.mode\":[\"Nieuw gesprek starten\"],\"c6FrMu\":[\"Nieuw gesprek starten\"],\"pHVkqA\":[\"Opname starten\"],\"uAQUqI\":[\"Status\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"kimwwT\":[\"Strategische Planning\"],\"participant.button.submit.text.mode\":[\"Stuur in\"],\"hQRttt\":[\"Stuur in\"],\"zzDlyQ\":[\"Succes\"],\"bh1eKt\":[\"Aanbevelingen:\"],\"F1nkJm\":[\"Samenvatten\"],\"dXoieq\":[\"Samenvatting\"],\"kiOob5\":[\"Samenvatting nog niet beschikbaar\"],\"6ZHOF8\":[\"Ondersteunde formaten: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"OYHzN1\":[\"Trefwoorden\"],\"iTylMl\":[\"Sjablonen\"],\"xeiujy\":[\"Tekst\"],\"CPN34F\":[\"Dank je wel voor je deelname!\"],\"EM1Aiy\":[\"Bedankt Pagina\"],\"u+Whi9\":[\"Bedankt pagina inhoud\"],\"5KEkUQ\":[\"Bedankt! We zullen u waarschuwen wanneer het rapport klaar is.\"],\"participant.conversation.error.loading\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"participant.conversation.error.loading.text.mode\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"nO942E\":[\"Het gesprek kon niet worden geladen. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"Lngj9Y\":[\"De Portal is de website die wordt geladen wanneer deelnemers het QR-code scannen.\"],\"bWqoQ6\":[\"de projectbibliotheek.\"],\"conversation.linking_conversations.deleted\":[\"De bron is verwijderd\"],\"iV8+33\":[\"De samenvatting wordt hergeneratie. Wacht tot de nieuwe samenvatting beschikbaar is.\"],\"AgC2rn\":[\"De samenvatting wordt hergeneratie. Wacht tot 2 minuten voor de nieuwe samenvatting beschikbaar is.\"],\"PTNxDe\":[\"Het transcript voor dit gesprek wordt verwerkt. Controleer later opnieuw.\"],\"JDFjCg\":[\"Er is een fout opgetreden bij het maken van uw rapport. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"e3JUb8\":[\"Er is een fout opgetreden bij het genereren van uw rapport. In de tijd, kunt u alle uw gegevens analyseren met de bibliotheek of selecteer specifieke gesprekken om te praten.\"],\"7qENSx\":[\"Er is een fout opgetreden bij het bijwerken van uw rapport. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"V7zEnY\":[\"Er is een fout opgetreden bij het verifiëren van uw e-mail. Probeer het alstublieft opnieuw.\"],\"gtlVJt\":[\"Dit zijn enkele nuttige voorbeeld sjablonen om u te helpen.\"],\"sd848K\":[\"Dit zijn uw standaard weergave sjablonen. Zodra u uw bibliotheek hebt gemaakt, zullen deze uw eerste twee weergaven zijn.\"],\"8xYB4s\":[\"Deze standaardweergaven worden automatisch aangemaakt wanneer je je eerste bibliotheek maakt.\"],\"Ed99mE\":[\"Denken...\"],\"conversation.linked_conversations.description\":[\"Dit gesprek heeft de volgende kopieën:\"],\"conversation.linking_conversations.description\":[\"Dit gesprek is een kopie van\"],\"dt1MDy\":[\"Dit gesprek wordt nog verwerkt. Het zal beschikbaar zijn voor analyse en chat binnenkort.\"],\"5ZpZXq\":[\"Dit gesprek wordt nog verwerkt. Het zal beschikbaar zijn voor analyse en chat binnenkort. \"],\"SzU1mG\":[\"Deze e-mail is al in de lijst.\"],\"JtPxD5\":[\"Deze e-mail is al geabonneerd op meldingen.\"],\"QR7hjh\":[\"Dit is een live voorbeeld van het portaal van de deelnemer. U moet de pagina vernieuwen om de meest recente wijzigingen te bekijken.\"],\"library.description\":[\"Dit is uw projectbibliotheek. Creëer weergaven om uw hele project tegelijk te analyseren.\"],\"gqYJin\":[\"Dit is uw projectbibliotheek. Momenteel zijn \",[\"0\"],\" gesprekken in behandeling om te worden verwerkt.\"],\"sNnJJH\":[\"Dit is uw projectbibliotheek. Momenteel zijn \",[\"0\"],\" gesprekken in behandeling om te worden verwerkt.\"],\"tJL2Lh\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer en transcriptie.\"],\"BAUPL8\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer en transcriptie. Om de taal van deze toepassing te wijzigen, gebruikt u de taalkiezer in de instellingen in de header.\"],\"zyA8Hj\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer, transcriptie en analyse. Om de taal van deze toepassing te wijzigen, gebruikt u de taalkiezer in het gebruikersmenu in de header.\"],\"Gbd5HD\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer.\"],\"9ww6ML\":[\"Deze pagina wordt getoond na het voltooien van het gesprek door de deelnemer.\"],\"1gmHmj\":[\"Deze pagina wordt getoond aan deelnemers wanneer ze een gesprek starten na het voltooien van de tutorial.\"],\"bEbdFh\":[\"Deze projectbibliotheek is op\"],\"No7/sO\":[\"Deze projectbibliotheek is op \",[\"0\"],\" gemaakt.\"],\"nYeaxs\":[\"Deze prompt bepaalt hoe de AI reageert op deelnemers. Deze prompt stuurt aan hoe de AI reageert\"],\"Yig29e\":[\"Dit rapport is nog niet beschikbaar. \"],\"GQTpnY\":[\"Dit rapport werd geopend door \",[\"0\"],\" mensen\"],\"okY/ix\":[\"Deze samenvatting is AI-gegenereerd en kort, voor een uitgebreide analyse, gebruik de Chat of Bibliotheek.\"],\"hwyBn8\":[\"Deze titel wordt getoond aan deelnemers wanneer ze een gesprek starten\"],\"Dj5ai3\":[\"Dit zal uw huidige invoer wissen. Weet u het zeker?\"],\"hsNXnX\":[\"Dit zal een nieuw gesprek maken met dezelfde audio maar een nieuwe transcriptie. Het originele gesprek blijft ongewijzigd.\"],\"Ww6cQ8\":[\"Tijd gemaakt\"],\"rm2Cxd\":[\"Tip\"],\"MHrjPM\":[\"Titel\"],\"5h7Z+m\":[\"Om een nieuw trefwoord toe te wijzen, maak het eerst in het projectoverzicht.\"],\"o3rowT\":[\"Om een rapport te genereren, voeg eerst gesprekken toe aan uw project\"],\"sFMBP5\":[\"Onderwerpen\"],\"ONchxy\":[\"totaal\"],\"DDziIo\":[\"Transcript\"],\"AJc6ig\":[\"Transcript niet beschikbaar\"],\"N/50DC\":[\"Transcriptie Instellingen\"],\"H3fItl\":[\"Transformeer deze transcripties in een LinkedIn-post die door de stof gaat. Neem de volgende punten in acht:\\nNeem de belangrijkste inzichten uit de transcripties\\nSchrijf het als een ervaren leider die conventionele kennis vervant, niet een motiveringsposter\\nZoek een echt verrassende observatie die zelfs ervaren professionals zou moeten laten stilstaan\\nBlijf intellectueel diep terwijl je direct bent\\nGebruik alleen feiten die echt verrassingen zijn\\nHou de tekst netjes en professioneel (minimaal emojis, gedachte voor ruimte)\\nStel een ton op die suggereert dat je zowel diep expertise als real-world ervaring hebt\\n\\nOpmerking: Als de inhoud geen substantiële inzichten bevat, laat het me weten dat we sterkere bronnen nodig hebben.\"],\"53dSNP\":[\"Transformeer deze inhoud in inzichten die ertoe doen. Neem de volgende punten in acht:\\nNeem de belangrijkste inzichten uit de inhoud\\nSchrijf het als iemand die nuance begrijpt, niet een boek\\nFocus op de niet-evidente implicaties\\nHou het scherp en substantieel\\nHighlight de echt belangrijke patronen\\nStructuur voor duidelijkheid en impact\\nBalans diepte met toegankelijkheid\\n\\nOpmerking: Als de inhoud geen substantiële inzichten bevat, laat het me weten dat we sterkere bronnen nodig hebben.\"],\"uK9JLu\":[\"Transformeer deze discussie in handige intelligente informatie. Neem de volgende punten in acht:\\nNeem de strategische implicaties, niet alleen de sprekerpunten\\nStructuur het als een analyse van een denkerleider, niet minuten\\nHighlight besluitpunten die conventionele kennis vervant\\nHoud de signaal-ruisverhouding hoog\\nFocus op inzichten die echt verandering teweeg brengen\\nOrganiseer voor duidelijkheid en toekomstige referentie\\nBalans tactische details met strategische visie\\n\\nOpmerking: Als de discussie geen substantiële besluitpunten of inzichten bevat, flag het voor een diepere exploratie de volgende keer.\"],\"qJb6G2\":[\"Opnieuw proberen\"],\"goQEqo\":[\"Probeer een beetje dichter bij je microfoon te komen voor betere geluidskwaliteit.\"],\"PD9mEt\":[\"Typ een bericht...\"],\"EvmL3X\":[\"Typ hier uw reactie\"],\"H899Z+\":[\"ongelezen melding\"],\"0pinHa\":[\"ongelezen meldingen\"],\"sCTlv5\":[\"Niet-opgeslagen wijzigingen\"],\"SMaFdc\":[\"Afmelden\"],\"jlrVDp\":[\"Gesprek zonder titel\"],\"EkH9pt\":[\"Bijwerken\"],\"3RboBp\":[\"Bijwerken rapport\"],\"4loE8L\":[\"Bijwerken rapport om de meest recente gegevens te bevatten\"],\"Jv5s94\":[\"Bijwerken rapport om de meest recente wijzigingen in uw project te bevatten. De link om het rapport te delen zou hetzelfde blijven.\"],\"kwkhPe\":[\"Upgrade\"],\"UkyAtj\":[\"Upgrade naar Auto-select en analyseer 10x meer gesprekken in de helft van de tijd - geen handmatige selectie meer, gewoon diepere inzichten direct.\"],\"ONWvwQ\":[\"Upload\"],\"8XD6tj\":[\"Audio uploaden\"],\"kV3A2a\":[\"Upload voltooid\"],\"4Fr6DA\":[\"Gesprekken uploaden\"],\"pZq3aX\":[\"Upload mislukt. Probeer het opnieuw.\"],\"HAKBY9\":[\"Bestanden uploaden\"],\"Wft2yh\":[\"Upload bezig\"],\"JveaeL\":[\"Bronnen uploaden\"],\"3wG7HI\":[\"Uploaded\"],\"k/LaWp\":[\"Audio bestanden uploaden...\"],\"ngdRFH\":[\"Gebruik Shift + Enter om een nieuwe regel toe te voegen\"],\"jpctdh\":[\"View\"],\"+fxiY8\":[\"Bekijk gesprekdetails\"],\"H1e6Hv\":[\"Bekijk gespreksstatus\"],\"D4e7re\":[\"Bekijk je reacties\"],\"tzEbkt\":[\"Wacht \",[\"0\"],\":\",[\"1\"]],\"bO5RNo\":[\"Wil je een template toevoegen aan ECHO?\"],\"r6y+jM\":[\"Waarschuwing\"],\"participant.alert.microphone.access.issue\":[\"We kunnen je niet horen. Probeer je microfoon te wisselen of een beetje dichter bij het apparaat te komen.\"],\"SrJOPD\":[\"We kunnen je niet horen. Probeer je microfoon te wisselen of een beetje dichter bij het apparaat te komen.\"],\"xMeAeQ\":[\"We hebben u een e-mail gestuurd met de volgende stappen. Als u het niet ziet, checkt u uw spammap.\"],\"3fS27S\":[\"We hebben u een e-mail gestuurd met de volgende stappen. Als u het niet ziet, checkt u uw spammap. Als u het nog steeds niet ziet, neem dan contact op met jules@dembrane.com\"],\"dni8nq\":[\"We sturen u alleen een bericht als uw gastgever een rapport genereert, we delen uw gegevens niet met iemand. U kunt op elk moment afmelden.\"],\"participant.test.microphone.description\":[\"We testen je microfoon om de beste ervaring voor iedereen in de sessie te garanderen.\"],\"tQtKw5\":[\"We testen je microfoon om de beste ervaring voor iedereen in de sessie te garanderen.\"],\"+eLc52\":[\"We horen wat stilte. Probeer harder te spreken zodat je stem duidelijk blijft.\"],\"6jfS51\":[\"Welkom\"],\"fwEAk/\":[\"Welkom bij Dembrane Chat! Gebruik de zijbalk om bronnen en gesprekken te selecteren die je wilt analyseren. Daarna kun je vragen stellen over de geselecteerde inhoud.\"],\"AKBU2w\":[\"Welkom bij Dembrane!\"],\"Bck6Du\":[\"Welkom bij Rapporten!\"],\"aEpQkt\":[\"Welkom op je Home! Hier kun je al je projecten bekijken en toegang krijgen tot tutorialbronnen. Momenteel heb je nog geen projecten. Klik op \\\"Maak\\\" om te beginnen!\"],\"klH6ct\":[\"Welkom!\"],\"KcnIXL\":[\"wordt in uw rapport opgenomen\"],\"participant.button.stop.yes\":[\"Ja\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"kWJmRL\":[\"Jij\"],\"Dl7lP/\":[\"U bent al afgemeld of uw link is ongeldig.\"],\"E71LBI\":[\"U kunt maximaal \",[\"MAX_FILES\"],\" bestanden tegelijk uploaden. Alleen de eerste \",[\"0\"],\" bestanden worden toegevoegd.\"],\"tbeb1Y\":[\"Je kunt de vraagfunctie nog steeds gebruiken om met elk gesprek te chatten\"],\"participant.modal.change.mic.confirmation.text\":[\"Je hebt je microfoon gewisseld. Klik op \\\"Doorgaan\\\" om verder te gaan met de sessie.\"],\"vCyT5z\":[\"Je hebt enkele gesprekken die nog niet zijn verwerkt. Regenerate de bibliotheek om ze te verwerken.\"],\"T/Q7jW\":[\"U hebt succesvol afgemeld.\"],\"lTDtES\":[\"Je kunt er ook voor kiezen om een ander gesprek op te nemen.\"],\"1kxxiH\":[\"Je kunt er voor kiezen om een lijst met zelfstandige naamwoorden, namen of andere informatie toe te voegen die relevant kan zijn voor het gesprek. Dit wordt gebruikt om de kwaliteit van de transcripties te verbeteren.\"],\"yCtSKg\":[\"Je moet inloggen met dezelfde provider die u gebruikte om u aan te melden. Als u problemen ondervindt, neem dan contact op met de ondersteuning.\"],\"snMcrk\":[\"Je lijkt offline te zijn, controleer je internetverbinding\"],\"OFDbfd\":[\"Je gesprekken\"],\"aZHXuZ\":[\"Uw invoer wordt automatisch opgeslagen.\"],\"PUWgP9\":[\"Je bibliotheek is leeg. Maak een bibliotheek om je eerste inzichten te bekijken.\"],\"B+9EHO\":[\"Je reactie is opgenomen. Je kunt dit tabblad nu sluiten.\"],\"wurHZF\":[\"Je reacties\"],\"B8Q/i2\":[\"Je weergave is gemaakt. Wacht aub terwijl we de data verwerken en analyseren.\"],\"library.views.title\":[\"Je weergaven\"],\"lZNgiw\":[\"Je weergaven\"],\"890UpZ\":[\"*Bij Dembrane staat privacy op een!*\"],\"lbvVjA\":[\"*Oh, we hebben geen cookievermelding want we gebruiken geen cookies! We eten ze op.*\"],\"BHbwjT\":[\"*We zorgen dat niks terug te leiden is naar jou als persoon, ook al zeg je per ongeluk je naam, verwijderen wij deze voordat we alles analyseren. Door deze tool te gebruiken, ga je akkoord met onze privacy voorwaarden. Wil je meer weten? Lees dan onze [privacy verklaring]\"],\"9h9TAE\":[\"Voeg context toe aan document\"],\"2FU6NS\":[\"Context toegevoegd\"],\"3wfZhO\":[\"AI Assistent\"],\"2xZOz+\":[\"Alle documenten zijn geüpload en zijn nu klaar. Welke onderzoeksvraag wil je stellen? Optioneel kunt u nu voor elk document een individuele analysechat openen.\"],\"hQYkfg\":[\"Analyseer!\"],\"/B0ynG\":[\"Ben je er klaar voor? Druk dan op \\\"Klaar om te beginnen\\\".\"],\"SWNYyh\":[\"Weet je zeker dat je dit document wilt verwijderen?\"],\"BONLYh\":[\"Weet je zeker dat je wilt stoppen met opnemen?\"],\"8V3/wO\":[\"Stel een algemene onderzoeksvraag\"],\"BwyPXx\":[\"Stel een vraag...\"],\"xWEvuo\":[\"Vraag AI\"],\"uY/eGW\":[\"Stel Vraag\"],\"yRcEcN\":[\"Voeg zoveel documenten toe als je wilt analyseren\"],\"kAJX3r\":[\"Maak een nieuwe sessie aan\"],\"jPQSEz\":[\"Maak een nieuwe werkruimte aan\"],\"+vDIXN\":[\"Verwijder document\"],\"hVxMi/\":[\"Document AI Assistent\"],\"RcO3t0\":[\"Document wordt verwerkt\"],\"BXpCcS\":[\"Document is verwijderd\"],\"E/muDO\":[\"Documenten\"],\"6NKYah\":[\"Sleep documenten hierheen of selecteer bestanden\"],\"Mb+tI8\":[\"Eerst vragen we een aantal korte vragen, en dan kan je beginnen met opnemen.\"],\"Ra6776\":[\"Algemene Onderzoeksvraag\"],\"wUQkGp\":[\"Geweldig! Uw documenten worden nu geüpload. Terwijl de documenten worden verwerkt, kunt u mij vertellen waar deze analyse over gaat?\"],\"rsGuuK\":[\"Hallo, ik ben vandaag je onderzoeksassistent. Om te beginnen upload je de documenten die je wilt analyseren.\"],\"6iYuCb\":[\"Hi, Fijn dat je meedoet!\"],\"NoNwIX\":[\"Inactief\"],\"R5z6Q2\":[\"Voer algemene context in\"],\"Lv2yUP\":[\"Deelnemingslink\"],\"0wdd7X\":[\"Aansluiten\"],\"xFtWcS\":[\"Nog geen documenten geüpload\"],\"meWF5F\":[\"Geen bronnen gevonden. Voeg bronnen toe met behulp van de knop boven aan.\"],\"hqsqEx\":[\"Open Document Chat ✨\"],\"FimKdO\":[\"Originele bestandsnaam\"],\"vvsDp4\":[\"Deelneming\"],\"HWayuJ\":[\"Voer een bericht in\"],\"EBcbaZ\":[\"Klaar om te beginnen\"],\"N7NnE/\":[\"Selecteer Sessie\"],\"CQ8O75\":[\"Selecteer je groep\"],\"pOFZmr\":[\"Bedankt! Klik ondertussen op individuele documenten om context toe te voegen aan elk bestand dat ik zal meenemen voor verdere analyse.\"],\"JbSD2g\":[\"Met deze tool kan je gesprekken of verhalen opnemen om je stem te laten horen.\"],\"a/SLN6\":[\"Naam afschrift\"],\"v+tyku\":[\"Typ hier een vraag...\"],\"Fy+uYk\":[\"Typ hier de context...\"],\"4+jlrW\":[\"Upload documenten\"],\"J50beM\":[\"Wat voor soort vraag wil je stellen voor dit document?\"],\"pmt7u4\":[\"Werkruimtes\"],\"ixbz1a\":[\"Je kan dit in je eentje gebruiken om je eigen verhaal te delen, of je kan een gesprek opnemen tussen meerdere mensen, wat vaak leuk en inzichtelijk kan zijn!\"]}")as Messages; No newline at end of file | |||
There was a problem hiding this comment.
🛠️ Refactor suggestion
🧩 Analysis chain
Verify ICU plural format consistency across locales.
The plural forms use ICU format but I want to ensure consistency across all locale files for the same keys.
🏁 Script executed:
#!/bin/bash
# Verify that plural forms are consistent across all locale files
echo "Checking plural form consistency for library.conversations.to.be.analyzed..."
# Check the plural structure in each locale
for locale in de-DE es-ES nl-NL fr-FR en-US; do
echo -e "\n=== $locale ==="
rg "library\.conversations\.to\.be\.analyzed" "echo/frontend/src/locales/${locale}.ts" -A 2 -B 1 2>/dev/null || echo "Not found in $locale"
done
# Also verify the placeholder variables are consistent
echo -e "\n=== Checking placeholder consistency for library.conversations.processing.status ==="
rg "library\.conversations\.processing\.status" echo/frontend/src/locales/*.ts | grep -o "\[\"[^\"]*\"\]" | sort -uLength of output: 244799
ICU plural check — library.conversations.to.be.analyzed OK; unify placeholder in library.conversations.still.processing
- library.conversations.to.be.analyzed: de-DE, es-ES, nl-NL, fr-FR and en-US all use finishedConversationsCount with ICU plural (one/other) — no change needed.
- library.conversations.still.processing: en-US uses "unfinishedConversationsCount" while de-DE / es-ES / nl-NL / fr-FR use numeric placeholder "0" — unify these in echo/frontend/src/locales/*.ts (prefer the descriptive variable name).
🤖 Prompt for AI Agents
In echo/frontend/src/locales/nl-NL.ts around line 1, the message key
"library.conversations.still.processing" uses a numeric placeholder ["0"]
whereas en-US uses the descriptive variable "unfinishedConversationsCount";
update the JSON for that key to replace the numeric placeholder with
["unfinishedConversationsCount"] so it matches the other locales (keep the
surrounding array structure and JSON.parse format intact).
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - Dynamic, count-aware messages for conversation processing and “ready to analyze” across German, Spanish, French, and Dutch, including proper singular/plural handling. - Expanded locale coverage: added many new translations for errors, statuses, and library workflows (e.g., regenerate, processing, availability, durations). - Chores - Standardized translation keys and pluralization patterns to improve consistency across locales. - Substantial Dutch locale expansion and wording updates; minor cleanup of obsolete strings. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
New Features
Chores